packages: c-icap/c-icap.spec - keep config files in /etc/c-icap - drop *.la...
hawk
hawk at pld-linux.org
Mon Mar 21 09:02:18 CET 2011
Author: hawk Date: Mon Mar 21 08:02:18 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- keep config files in /etc/c-icap
- drop *.la for c-icap modules
---- Files affected:
packages/c-icap:
c-icap.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/c-icap/c-icap.spec
diff -u packages/c-icap/c-icap.spec:1.2 packages/c-icap/c-icap.spec:1.3
--- packages/c-icap/c-icap.spec:1.2 Fri Mar 18 15:51:22 2011
+++ packages/c-icap/c-icap.spec Mon Mar 21 09:02:13 2011
@@ -56,7 +56,8 @@
%{__aclocal}
%{__autoconf}
%{__autoheader}
-%configure
+%configure \
+ --sysconfdir=%{_sysconfdir}/c-icap
%{__automake}
%{__make}
@@ -80,8 +81,7 @@
%attr(755,root,root) %{_bindir}/c-icap-client
%attr(755,root,root) %{_bindir}/c-icap-mkbdb
%attr(755,root,root) %{_bindir}/c-icap-stretch
-%{_sysconfdir}/c-icap.conf
-%{_sysconfdir}/c-icap.magic
+%{_sysconfdir}/c-icap
%attr(755,root,root) %{_libdir}/libicapapi.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libicapapi.so.0
%attr(755,root,root) %{_libdir}/c_icap/bdb_tables.so
@@ -108,11 +108,6 @@
%files static
%defattr(644,root,root,755)
%{_libdir}/libicapapi.la
-%attr(755,root,root) %{_libdir}/c_icap/bdb_tables.la
-%attr(755,root,root) %{_libdir}/c_icap/dnsbl_tables.la
-%attr(755,root,root) %{_libdir}/c_icap/ldap_module.la
-%attr(755,root,root) %{_libdir}/c_icap/srv_echo.la
-%attr(755,root,root) %{_libdir}/c_icap/sys_logger.la
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -120,6 +115,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/03/21 08:02:13 hawk
+- keep config files in /etc/c-icap
+- drop *.la for c-icap modules
+
Revision 1.2 2011/03/18 14:51:22 hawk
- c-icap-config and c-icap-libicapapi-config belong to devel
- devel doesn't require server
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/c-icap/c-icap.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list