rpms/yasm/devel yasm.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Oct 11 23:33:41 UTC 2005


Author: thias

Update of /cvs/extras/rpms/yasm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9664/devel

Modified Files:
	yasm.spec 
Log Message:
Remove empty lines in the headers and switch scriplets to use ldconfig directly.



Index: yasm.spec
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/yasm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yasm.spec	22 May 2005 22:12:29 -0000	1.4
+++ yasm.spec	11 Oct 2005 23:33:39 -0000	1.5
@@ -2,7 +2,6 @@
 Name: yasm
 Version: 0.4.0
 Release: 4
-
 License: BSD
 Group: Development/Languages
 URL: http://www.tortall.net/projects/yasm/
@@ -54,11 +53,9 @@
 %{__rm} -rf %{buildroot}
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 
 %files




More information about the fedora-extras-commits mailing list