[python-rauth] Add %%license macro

William Moreno williamjmorenor at fedoraproject.org
Sun Dec 7 03:21:18 UTC 2014


commit 384e3e886dd6461749a62af8010501bd74a876aa
Author: William Moreno Reyes <williamjmorenor at gmail.com>
Date:   Sat Dec 6 21:21:13 2014 -0600

    Add %%license macro

 python-rauth.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-rauth.spec b/python-rauth.spec
index 73a9c06..d8ef070 100644
--- a/python-rauth.spec
+++ b/python-rauth.spec
@@ -2,7 +2,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python library for OAuth 1.0/a, 2.0, and Ofly
 
 License:        MIT
@@ -31,10 +31,14 @@ rm -rf %{pypi_name}.egg-info
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
 %files
+%license LICENSE
 %doc README.md LICENSE
 %{python2_sitelib}/%{pypi_name}
 %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Sun Dec 07 2014 William Moreno Reyes <williamjmorenor at gmail.com> - 0.7.0-2
+- Add license macro
+
 * Mon Oct 20 2014 William José Moreno Reyes  <williamjmorenor at gmail.com> - 0.7.0-1
 - Initial package.


More information about the scm-commits mailing list