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
|
Name: yasm
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 4
|
Release: 4
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.tortall.net/projects/yasm/
|
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}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user