-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Really fix the LICENSE file location
- Loading branch information
1 parent
1233dcd
commit 35537ad
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
%global srcname sscg | ||
|
||
Name: python-%{srcname} | ||
Version: 0.2 | ||
Release: 2%{?dist} | ||
Version: 0.2.1 | ||
Release: 1%{?dist} | ||
Summary: Self-signed certificate generator | ||
|
||
License: BSD | ||
|
@@ -103,7 +103,7 @@ ln -s %{srcname}-%{python2_version} $RPM_BUILD_ROOT/%{_bindir}/%{srcname} | |
%endif #use_python3 | ||
|
||
%files | ||
%license LICENSE | ||
%license python2/src/sscg/LICENSE | ||
# For noarch packages: sitelib | ||
%{python2_sitelib}/* | ||
%{_bindir}/%{srcname}-%{python2_version} | ||
|
@@ -113,7 +113,7 @@ ln -s %{srcname}-%{python2_version} $RPM_BUILD_ROOT/%{_bindir}/%{srcname} | |
|
||
%if 0%{?with_python3} | ||
%files -n python3-%{srcname} | ||
%license LICENSE | ||
%license python3/src/sscg/LICENSE | ||
%{python3_sitelib}/* | ||
%{_bindir}/%{srcname}-%{python3_version} | ||
%if 0%{?use_python3} | ||
|
@@ -122,6 +122,9 @@ ln -s %{srcname}-%{python2_version} $RPM_BUILD_ROOT/%{_bindir}/%{srcname} | |
%endif #with_python3 | ||
|
||
%changelog | ||
* Tue Mar 17 2015 Stephen Gallagher <[email protected]> 0.2.1-1 | ||
- Include the LICENSE file in the tarball | ||
|
||
* Tue Mar 17 2015 Stephen Gallagher <[email protected]> 0.2-2 | ||
- Include the license in the build RPMs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.