- Drop so-0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=42
This commit is contained in:
parent
b244f54160
commit
4402d71339
@ -77,7 +77,7 @@ Index: gsoap-2.8.21/gsoap/Makefile.am
|
||||
-libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
|
||||
+libgsoap_la_SOURCES = stdsoap2.c dom.c
|
||||
+libgsoap_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform)
|
||||
+libgsoap_la_LDFLAGS = -release ${PACKAGE_VERSION} -version-info 0:0:0
|
||||
+libgsoap_la_LDFLAGS = -release ${PACKAGE_VERSION}
|
||||
+libgsoap___la_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp
|
||||
+libgsoap___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform)
|
||||
+libgsoap___la_LDFLAGS = ${libgsoap_la_LDFLAGS}
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 17:31:39 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Drop unnecessary -version-info argument from _LDFLAGS variable
|
||||
in gsoap-01-sharedlibs.diff (we have -release)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 11:45:28 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
11
gsoap.spec
11
gsoap.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8-0
|
||||
%define lname libgsoap-2_8
|
||||
Version: 2.8.22
|
||||
Release: 0
|
||||
Summary: Toolkit for C/C++ server and client web service applications
|
||||
@ -125,12 +125,17 @@ rm -f "$b/%_libdir"/*.la;
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/*-2.8.so.*
|
||||
%_libdir/*-2.8.so
|
||||
|
||||
%files -n libgsoap-devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/*
|
||||
%_libdir/*.so
|
||||
%_libdir/libgsoap.so
|
||||
%_libdir/libgsoapck.so
|
||||
%_libdir/libgsoapssl.so
|
||||
%_libdir/libgsoap++.so
|
||||
%_libdir/libgsoapck++.so
|
||||
%_libdir/libgsoapssl++.so
|
||||
%_libdir/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user