Remove empty lines in the headers and switch scriplets to use ldconfig
directly.
This commit is contained in:
parent
7271f345bd
commit
44aff06bd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user