Dropped info scriptlets, it's now handled automatically by trigger
This commit is contained in:
parent
aa5fbca33c
commit
77c71fcfb0
14
hamlib.spec
14
hamlib.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: hamlib
|
Name: hamlib
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Run-time library to control radio transceivers and receivers
|
Summary: Run-time library to control radio transceivers and receivers
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
@ -22,9 +22,6 @@ BuildRequires: perl-generators
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: automake autoconf libtool
|
BuildRequires: automake autoconf libtool
|
||||||
|
|
||||||
Requires(post): info
|
|
||||||
Requires(preun): info
|
|
||||||
|
|
||||||
# Filter provides from private libraries.
|
# Filter provides from private libraries.
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
|
|
||||||
@ -155,12 +152,6 @@ make V=1 check
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
|
||||||
|
|
||||||
%preun
|
|
||||||
if [ $1 = 0 ] ; then
|
|
||||||
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -219,6 +210,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.2-2
|
||||||
|
- Dropped info scriptlets, it's now handled automatically by trigger
|
||||||
|
|
||||||
* Tue Apr 03 2018 Richard Shaw <hobbes1069@gmail.com> - 3.2-1
|
* Tue Apr 03 2018 Richard Shaw <hobbes1069@gmail.com> - 3.2-1
|
||||||
- Update to 3.2.
|
- Update to 3.2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user