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

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Thu Nov 29 01:28:07 UTC 2007


Author: matt

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

Modified Files:
	gsoap.spec 
Log Message:
moved /usr/include/gsoap to /usr/share, because soapcpp2 specific headers really should not be in /usr/include


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-8/gsoap.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gsoap.spec	26 Nov 2007 19:15:45 -0000	1.5
+++ gsoap.spec	29 Nov 2007 01:27:35 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
 Name: gsoap
 Version: 2.7.9
-Release: 0.2.l
+Release: 0.3.l
 License: GPLv2+
 Group: Development/Tools
 URL: http://gsoap2.sourceforge.net
@@ -106,8 +106,8 @@
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-mkdir %{buildroot}/%_includedir/gsoap
-cp soapcpp2/import/*.h %{buildroot}/%_includedir/gsoap
+mkdir -p %{buildroot}/%_datadir/gsoap
+cp -r soapcpp2/import %{buildroot}/%_datadir/gsoap
 rm -f %{buildroot}/%_libdir/*.la
 
 %clean
@@ -147,36 +147,39 @@
 %_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
+%dir %_datadir/gsoap
+%dir %_datadir/gsoap/import
+%_datadir/gsoap/import/c14n.h
+%_datadir/gsoap/import/dom.h
+%_datadir/gsoap/import/ds2.h
+%_datadir/gsoap/import/ds.h
+%_datadir/gsoap/import/README.txt
+%_datadir/gsoap/import/soap12.h
+%_datadir/gsoap/import/stldeque.h
+%_datadir/gsoap/import/stl.h
+%_datadir/gsoap/import/stllist.h
+%_datadir/gsoap/import/stlset.h
+%_datadir/gsoap/import/stlvector.h
+%_datadir/gsoap/import/wsa3.h
+%_datadir/gsoap/import/wsa4.h
+%_datadir/gsoap/import/wsa5.h
+%_datadir/gsoap/import/wsa.h
+%_datadir/gsoap/import/WS-example.c
+%_datadir/gsoap/import/WS-example.h
+%_datadir/gsoap/import/WS-Header.h
+%_datadir/gsoap/import/wsp.h
+%_datadir/gsoap/import/wsrp.h
+%_datadir/gsoap/import/wsse2.h
+%_datadir/gsoap/import/wsse.h
+%_datadir/gsoap/import/wsu.h
+%_datadir/gsoap/import/xlink.h
+%_datadir/gsoap/import/xmime4.h
+%_datadir/gsoap/import/xmime5.h
+%_datadir/gsoap/import/xmime.h
+%_datadir/gsoap/import/xml.h
+%_datadir/gsoap/import/xmlmime5.h
+%_datadir/gsoap/import/xmlmime.h
+%_datadir/gsoap/import/xop.h
 %_libdir/pkgconfig/gsoapck.pc
 %_libdir/pkgconfig/gsoapck++.pc
 %_libdir/pkgconfig/gsoap.pc
@@ -203,6 +206,13 @@
 
 
 %changelog
+* Tue Nov 27 2007  <mfarrellee at redhat> - 2.7.9-0.3.l
+- Decided soapcpp2/import/ files should be in /usr/share instead of
+  /usr/include because they are not really headers gcc can
+  process. Also, this is likely the location new versions of gsoap
+  will install the import headers. People should use -I
+  /usr/share/gsoap/import
+
 * 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




More information about the fedora-extras-commits mailing list