Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
a62db8060f
commit
2edc2d7ce5
1 changed files with 0 additions and 12 deletions
12
allegro.spec
12
allegro.spec
|
|
@ -76,8 +76,6 @@ Summary(cs): Knihovna pro programování her
|
|||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}, xorg-x11-proto-devel
|
||||
Requires: libX11-devel, libXcursor-devel
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
|
||||
%description devel
|
||||
Allegro is a cross-platform library intended for use in computer games
|
||||
|
|
@ -283,16 +281,6 @@ install -Dpm 644 misc/allegro.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/allegro.m4
|
|||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%post devel
|
||||
/sbin/install-info %{_infodir}/allegro.info %{_infodir}/dir 2>/dev/null || :
|
||||
|
||||
%preun devel
|
||||
if [ $1 -eq 0 ] ; then
|
||||
/sbin/install-info --delete %{_infodir}/allegro.info %{_infodir}/dir \
|
||||
2>/dev/null || :
|
||||
fi
|
||||
|
||||
%ldconfig_scriptlets -n alleggl
|
||||
|
||||
%ldconfig_scriptlets -n jpgalleg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue