[CGSI-gSOAP/el5] Rebuild for gsoap 2.8.21 (Fedora 22)

Mattias Ellert ellert at fedoraproject.org
Wed Jan 21 07:19:13 UTC 2015


commit 2f586736e493bb69bbf07c9f8b8a5cee5e8ee976
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Jan 21 08:18:29 2015 +0100

    Rebuild for gsoap 2.8.21 (Fedora 22)
    
    - Implement new license packaging guidelines

 CGSI-gSOAP.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/CGSI-gSOAP.spec b/CGSI-gSOAP.spec
index 874141c..42ac7dd 100644
--- a/CGSI-gSOAP.spec
+++ b/CGSI-gSOAP.spec
@@ -2,7 +2,7 @@
 
 Name:		CGSI-gSOAP
 Version:	1.3.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GSI plugin for gSOAP
 
 Group:		System Environment/Libraries
@@ -75,7 +75,8 @@ make CFLAGS="%optflags -fPIC -I. `pkg-config --cflags gsoap`" \
 mkdir -p %{buildroot}%{_pkgdocdir}
 mv %{buildroot}%{_datadir}/doc/CGSI/html %{buildroot}%{_pkgdocdir}
 popd
-install -p -m 644 LICENSE RELEASE-NOTES %{buildroot}%{_pkgdocdir}
+install -p -m 644 RELEASE-NOTES %{buildroot}%{_pkgdocdir}
+%{!?_licensedir: install -p -m 644 LICENSE %{buildroot}%{_pkgdocdir}}
 
 rm %{buildroot}%{_libdir}/*.a
 
@@ -92,8 +93,9 @@ rm -rf %{buildroot}
 %{_libdir}/libcgsi_plugin_voms.so.*
 %{_libdir}/libcgsi_plugin_voms_cpp.so.*
 %dir %{_pkgdocdir}
-%doc %{_pkgdocdir}/LICENSE
 %doc %{_pkgdocdir}/RELEASE-NOTES
+%{!?_licensedir: %doc %{_pkgdocdir}/LICENSE}
+%{?_licensedir: %license LICENSE}
 
 %files devel
 %{_includedir}/cgsi_plugin.h
@@ -105,6 +107,10 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man*/*
 
 %changelog
+* Wed Jan 21 2015 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.3.7-2
+- Rebuild for gsoap 2.8.21 (Fedora 22)
+- Implement new license packaging guidelines
+
 * Thu Nov 06 2014 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 1.3.7-1
 - Update for new upstream release
 


More information about the scm-commits mailing list