Author: glen                         Date: Mon Nov  8 14:22:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- missing ldconfig calls for ghost libs

---- Files affected:
packages/subversion:
   subversion.spec (1.288 -> 1.289) 

---- Diffs:

================================================================
Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.288 
packages/subversion/subversion.spec:1.289
--- packages/subversion/subversion.spec:1.288   Thu Nov  4 03:26:56 2010
+++ packages/subversion/subversion.spec Mon Nov  8 15:22:44 2010
@@ -16,18 +16,17 @@
 %bcond_without tests                   # don't perform "make check"
 %bcond_without kwallet                 # build without kde4 wallet support
 %bcond_without gnome                   # build without gnome keyring support
-#
+
 %{!?with_net_client_only:%include      /usr/lib/rpm/macros.perl}
 %define        apxs    /usr/sbin/apxs
 %define        pdir    SVN
 %define        pnam    _Core
-#
+
 %if %{with neon}
 %define        webdavlib       neon
 %else
 %define        webdavlib       serf
 %endif
-#
 Summary:       A Concurrent Versioning system similar to but better than CVS
 Summary(pl.UTF-8):     System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
@@ -572,12 +571,24 @@
 %postun        devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
+%post  -n java-subversion -p /sbin/ldconfig
+%postun        -n java-subversion -p /sbin/ldconfig
+
 %post  -n perl-subversion -p /sbin/ldconfig
 %postun        -n perl-subversion -p /sbin/ldconfig
 
 %post  -n python-subversion -p /sbin/ldconfig
 %postun        -n python-subversion -p /sbin/ldconfig
 
+%post  -n ruby-subversion -p /sbin/ldconfig
+%postun        -n ruby-subversion -p /sbin/ldconfig
+
+%post  -n gnome-keyring-subversion -p /sbin/ldconfig
+%postun        -n gnome-keyring-subversion -p /sbin/ldconfig
+
+%post  -n kde4-kwallet-subversion -p /sbin/ldconfig
+%postun        -n kde4-kwallet-subversion -p /sbin/ldconfig
+
 %post svnserve
 /sbin/chkconfig --add svnserve
 %service svnserve restart "svnserve daemon"
@@ -590,8 +601,8 @@
 
 %postun svnserve
 if [ "$1" = "0" ]; then
-        %userremove svn
-        %groupremove svn
+       %userremove svn
+       %groupremove svn
 fi
 
 %post -n apache-mod_dav_svn
@@ -725,7 +736,7 @@
 %attr(755,root,root) %ghost %{_libdir}/libsvn_auth_kwallet-1.so.0
 %endif
 
-%if !%{with net_client_only}
+%if %{without net_client_only}
 %files svnserve
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/svnserve
@@ -831,6 +842,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.289  2010/11/08 14:22:44  glen
+- missing ldconfig calls for ghost libs
+
 Revision 1.288  2010/11/04 02:26:56  shadzik
 - rel 3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.288&r2=1.289&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to