Author: nanardon
Date: Thu Nov 30 01:54:06 2006
New Revision: 88845

Modified:
   packages/cooker/synce-vdccm/current/SPECS/synce-vdccm.spec

Log:
- fix conflict
- add post(un) scriptlet

Modified: packages/cooker/synce-vdccm/current/SPECS/synce-vdccm.spec
==============================================================================
--- packages/cooker/synce-vdccm/current/SPECS/synce-vdccm.spec  (original)
+++ packages/cooker/synce-vdccm/current/SPECS/synce-vdccm.spec  Thu Nov 30 
01:54:06 2006
@@ -1,6 +1,6 @@
 %define name     synce-vdccm
 %define shortname vdccm
-%define release  %mkrel 1
+%define release  %mkrel 2
 %define version  0.9.3
 
 %define major 0
@@ -26,7 +26,7 @@
 Group: Development/Libraries
 Summary: SynCE: Communication application
 Provides: lib%{name} = %{version}-%{release}
-Conflicts: %{_lib}synce0 <= 0.9.3
+Conflicts: %{_lib}synce0 < 0.9.3
 
 %description -n %libname
 %{shortname} is part of the SynCE project
@@ -56,6 +56,9 @@
 alias chown=/bin/true
 %makeinstall
 
+%post -n %libname -p /sbin/ldconfig
+%postun -n %libname -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc README TODO

Reply via email to