remove ldconfig scriptlets
This commit is contained in:
parent
0856e4686b
commit
50c6457613
@ -3,7 +3,7 @@
|
||||
Summary: A pipeline manipulation library
|
||||
Name: libpipeline
|
||||
Version: 1.5.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Libraries
|
||||
URL: http://libpipeline.nongnu.org/
|
||||
@ -46,10 +46,6 @@ make check
|
||||
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} INSTALL='install -p'
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/libpipeline.la
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
@ -63,6 +59,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libpipeline.la
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 28 2018 Nikola Forró <nforro@redhat.com> - 1.5.0-4
|
||||
- remove ldconfig scriptlets
|
||||
|
||||
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.5.0-3
|
||||
- add missing gcc build dependency
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user