packages: libxfce4util/libxfce4util.spec - disable static libs - update soname

baggins baggins at pld-linux.org
Thu May 17 18:05:01 CEST 2012


Author: baggins                      Date: Thu May 17 16:05:01 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable static libs
- update soname

---- Files affected:
packages/libxfce4util:
   libxfce4util.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: packages/libxfce4util/libxfce4util.spec
diff -u packages/libxfce4util/libxfce4util.spec:1.65 packages/libxfce4util/libxfce4util.spec:1.66
--- packages/libxfce4util/libxfce4util.spec:1.65	Thu May 17 13:44:57 2012
+++ packages/libxfce4util/libxfce4util.spec	Thu May 17 18:04:56 2012
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_without	apidocs		# disable gtk-doc
-%bcond_without	static_libs	# don't build static library
+%bcond_with	static_libs	# don't build static library
 #
 Summary:	Utility library for the Xfce desktop environment
 Summary(pl.UTF-8):	Biblioteka narzędziowa dla środowiska Xfce
@@ -96,7 +96,7 @@
 %configure \
 	--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
 	--with-html-dir=%{_gtkdocdir} \
-	%{!?with_static_libs:--disable-static} \
+	%{?with_static_libs:--enable-static} \
 	--disable-silent-rules
 %{__make}
 
@@ -123,7 +123,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING README NEWS THANKS TODO
 %attr(755,root,root) %{_libdir}/libxfce4util.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libxfce4util.so.4
+%attr(755,root,root) %ghost %{_libdir}/libxfce4util.so.6
 
 %if %{with apidocs}
 %files apidocs
@@ -154,6 +154,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2012/05/17 16:04:56  baggins
+- disable static libs
+- update soname
+
 Revision 1.65  2012/05/17 11:44:57  baggins
 - xfce 4.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/libxfce4util/libxfce4util.spec?r1=1.65&r2=1.66



More information about the pld-cvs-commit mailing list