jorti pushed to python-stem (master). "Use license macro"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 18:47:21 UTC 2015


>From b0ce340ce62dc9b90e6e48e4d13bf1bd02a1f784 Mon Sep 17 00:00:00 2001
From: Juan Orti Alcaine <juan.orti at miceliux.com>
Date: Thu, 9 Apr 2015 20:47:01 +0200
Subject: Use license macro


diff --git a/python-stem.spec b/python-stem.spec
index 3dced92..d8271f4 100644
--- a/python-stem.spec
+++ b/python-stem.spec
@@ -3,7 +3,7 @@
 
 Name:           python-stem
 Version:        1.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python controller library for Tor
 
 Group:          Development/Libraries
@@ -96,24 +96,28 @@ install -m 0644 docs/_build/man/%{pkgname}.1 %{buildroot}%{_mandir}/man1/
 %{__python2} run_tests.py --all
 
 %files
-%doc LICENSE
+%license LICENSE
 %{_bindir}/tor-prompt
 %{python2_sitelib}/%{pkgname}
 %{python2_sitelib}/%{pkgname}-*.egg-info
 
 %if 0%{?with_python3}
 %files -n python3-stem
-%doc LICENSE
+%license LICENSE
 %{_bindir}/python3-tor-prompt
 %{python3_sitelib}/%{pkgname}
 %{python3_sitelib}/%{pkgname}-*.egg-info
 %endif
 
 %files doc
-%doc LICENSE docs/html docs/text
+%doc docs/html docs/text
+%license LICENSE
 %{_mandir}/man1/%{pkgname}.1*
 
 %changelog
+* Thu Apr 09 2015 Juan Orti Alcaine <jorti at fedoraproject.org> - 1.3.0-3
+- Use license macro
+
 * Wed Dec 24 2014 Juan Orti Alcaine <jorti at fedoraproject.org> - 1.3.0-2
 - Run tests
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-stem.git/commit/?h=master&id=b0ce340ce62dc9b90e6e48e4d13bf1bd02a1f784


More information about the scm-commits mailing list