Remove empty lines in the headers and switch scriplets to use ldconfig

directly.
This commit is contained in:
Matthias Saou 2005-10-11 23:33:39 +00:00
parent 7271f345bd
commit 44aff06bd6

View File

@ -2,7 +2,6 @@ Summary: Complete rewrite of the NASM assembler
Name: yasm
Version: 0.4.0
Release: 4
License: BSD
Group: Development/Languages
URL: http://www.tortall.net/projects/yasm/
@ -54,11 +53,9 @@ Install this package if you need to rebuild applications that use yasm.
%{__rm} -rf %{buildroot}
%post
/sbin/ldconfig
%post -p /sbin/ldconfig
%postun
/sbin/ldconfig
%postun -p /sbin/ldconfig
%files