rpms/gsoap/F-8 gsoap.spec,1.4,1.5

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Mon Nov 26 19:16:17 UTC 2007


Author: matt

Update of /cvs/pkgs/rpms/gsoap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28813

Modified Files:
	gsoap.spec 
Log Message:
Resolving bz399761 and updated license tag


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-8/gsoap.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gsoap.spec	1 Oct 2007 01:32:50 -0000	1.4
+++ gsoap.spec	26 Nov 2007 19:15:45 -0000	1.5
@@ -1,8 +1,8 @@
 Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
 Name: gsoap
 Version: 2.7.9
-Release: 0.1.l
-License: GPLv2
+Release: 0.2.l
+License: GPLv2+
 Group: Development/Tools
 URL: http://gsoap2.sourceforge.net
 Source0: http://downloads.sourceforge.net/gsoap2/gsoap_2.7.9l.tar.gz
@@ -106,6 +106,8 @@
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+mkdir %{buildroot}/%_includedir/gsoap
+cp soapcpp2/import/*.h %{buildroot}/%_includedir/gsoap
 rm -f %{buildroot}/%_libdir/*.la
 
 %clean
@@ -145,6 +147,36 @@
 %_libdir/libgsoapssl++.so
 %_libdir/libgsoap++.so
 %_includedir/stdsoap2.h
+%dir %_includedir/gsoap
+%_includedir/gsoap/c14n.h
+%_includedir/gsoap/dom.h
+%_includedir/gsoap/ds2.h
+%_includedir/gsoap/ds.h
+%_includedir/gsoap/soap12.h
+%_includedir/gsoap/stldeque.h
+%_includedir/gsoap/stl.h
+%_includedir/gsoap/stllist.h
+%_includedir/gsoap/stlset.h
+%_includedir/gsoap/stlvector.h
+%_includedir/gsoap/wsa3.h
+%_includedir/gsoap/wsa4.h
+%_includedir/gsoap/wsa5.h
+%_includedir/gsoap/wsa.h
+%_includedir/gsoap/WS-example.h
+%_includedir/gsoap/WS-Header.h
+%_includedir/gsoap/wsp.h
+%_includedir/gsoap/wsrp.h
+%_includedir/gsoap/wsse2.h
+%_includedir/gsoap/wsse.h
+%_includedir/gsoap/wsu.h
+%_includedir/gsoap/xlink.h
+%_includedir/gsoap/xmime4.h
+%_includedir/gsoap/xmime5.h
+%_includedir/gsoap/xmime.h
+%_includedir/gsoap/xml.h
+%_includedir/gsoap/xmlmime5.h
+%_includedir/gsoap/xmlmime.h
+%_includedir/gsoap/xop.h
 %_libdir/pkgconfig/gsoapck.pc
 %_libdir/pkgconfig/gsoapck++.pc
 %_libdir/pkgconfig/gsoap.pc
@@ -171,6 +203,12 @@
 
 
 %changelog
+* Mon Nov 26 2007  <mfarrellee at redhat> - 2.7.9-0.2.l
+- Changed license tag to GPLv2+, which is more accurate
+- Resolved bz399761 by adding soapcpp2/import/*.h to the -devel
+  package as /usr/include/gsoap, users will need to add -I
+  /usr/include/gsoap to their soapcpp2 line
+
 * Sun Sep 30 2007  <mfarrellee at redhat> - 2.7.9-0.1.l
 - Updated to 2.7.9l (2.7.9k patches still apply)
 - Added patch for import/dom.h missing xsd__anyAttribute definitions




More information about the fedora-extras-commits mailing list