[gnupg2] fix license handling

Tom Callaway spot at fedoraproject.org
Sat Jul 12 15:26:31 UTC 2014


commit ae9034cda18af3a2166adeb03a7cecd8d9b49150
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sat Jul 12 11:26:49 2014 -0400

    fix license handling

 gnupg2.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/gnupg2.spec b/gnupg2.spec
index a5b9590..5bcaafa 100644
--- a/gnupg2.spec
+++ b/gnupg2.spec
@@ -1,7 +1,7 @@
 Summary: Utility for secure communication and data storage
 Name:    gnupg2
 Version: 2.0.24
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv3+
 Group:   Applications/System
@@ -118,7 +118,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/gnupg
 touch %{buildroot}%{_sysconfdir}/gnupg/gpgconf.conf
 
 # more docs
-install -m644 -p AUTHORS COPYING ChangeLog NEWS THANKS TODO \
+install -m644 -p AUTHORS ChangeLog NEWS THANKS TODO \
   %{buildroot}%{_pkgdocdir}
 
 %if 0%{?rhel} > 5
@@ -151,7 +151,9 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-#doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+%{!?_licensedir:%global license %%doc}
+%license COPYING
+#doc AUTHORS ChangeLog NEWS README THANKS TODO
 %{_pkgdocdir}
 %dir %{_sysconfdir}/gnupg
 %ghost %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
@@ -193,6 +195,9 @@ fi
 
 
 %changelog
+* Sat Jul 12 2014 Tom Callaway <spot at fedoraproject.org> - 2.0.24-2
+- fix license handling
+
 * Wed Jun 25 2014 Tomáš Mráz <tmraz at redhat.com> - 2.0.24-1
 - new upstream release fixing CVE-2014-4617
 


More information about the scm-commits mailing list