]> git.pld-linux.org Git - packages/c-icap-modules.git/commitdiff
- autoconf is enough
authorhawk <hawk@pld-linux.org>
Mon, 21 Mar 2011 11:04:32 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no libs here, drop ldconfig

Changed files:
    c-icap-modules.spec -> 1.4

c-icap-modules.spec

index da3e142658b52e3cca0742543e2f942cf2f7685c..8e11b4e3aa09e145cf13b920fdbfd9d3404e0559 100644 (file)
@@ -41,12 +41,8 @@ URL check service for c-icap.
 %patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal}
 %{__autoconf}
-%{__autoheader}
 %configure
-%{__automake}
 %{__make}
 
 %install
@@ -59,9 +55,6 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/c-icap
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
-
 %files -n c-icap-srv_clamav
 %defattr(644,root,root,755)
 %attr(640,root,c-icap) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/c-icap/srv_clamav.conf
This page took 0.116705 seconds and 4 git commands to generate.