Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
079a7ba308
commit
18f08c417f
@ -1,6 +1,6 @@
|
|||||||
Name: brotli
|
Name: brotli
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Lossless compression algorithm
|
Summary: Lossless compression algorithm
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -96,9 +96,7 @@ for i in *.3;do
|
|||||||
%{__install} -m644 "$i" "%{buildroot}%{_mandir}/man3/${i}brotli"
|
%{__install} -m644 "$i" "%{buildroot}%{_mandir}/man3/${i}brotli"
|
||||||
done
|
done
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
cd build
|
cd build
|
||||||
@ -130,6 +128,9 @@ cd ..
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-2
|
||||||
|
- Switch to %%ldconfig_scriptlets
|
||||||
|
|
||||||
* Fri Sep 22 2017 Travis Kendrick <pouar@pouar.net> - 1.0.1-1
|
* Fri Sep 22 2017 Travis Kendrick <pouar@pouar.net> - 1.0.1-1
|
||||||
- update to 1.0.1
|
- update to 1.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user