Author: domelu Date: Sun Mar 6 23:22:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- %%define cgidir
- added some dirs to install -d
---- Files affected:
SPECS:
dansguardian.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/dansguardian.spec
diff -u SPECS/dansguardian.spec:1.6 SPECS/dansguardian.spec:1.7
--- SPECS/dansguardian.spec:1.6 Sun Feb 27 18:05:42 2005
+++ SPECS/dansguardian.spec Mon Mar 7 00:21:54 2005
@@ -20,6 +20,8 @@
Requires(post,preun): /sbin/chkconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define cgidir /home/services/httpd/cgi-bin
+
%description
DansGuardian is a web filtering engine that checks the content within
the page itself in addition to the more traditional URL filtering.
@@ -62,9 +64,10 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8} \
- $RPM_BUILD_ROOT%{_sysconfdir}/dansguardian \
+ $RPM_BUILD_ROOT%{_sysconfdir}/{dansguardian,httpd/httpd.conf} \
$RPM_BUILD_ROOT%{_datadir}/dansguardian/{languages,phraselists,pics,logrotation}
\
- $RPM_BUILD_ROOT/etc/logrotate.d
+ $RPM_BUILD_ROOT/etc/{rc.d/init.d,logrotate.d} \
+ $RPM_BUILD_ROOT%{cgidir}
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/dansguardian
install %{SOURCE2}
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/dansguardian.conf
@@ -117,6 +120,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/03/06 23:21:54 domelu
+- %%define cgidir
+- added some dirs to install -d
+
Revision 1.6 2005/02/27 17:05:42 domelu
- fixed %%install
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dansguardian.spec?r1=1.6&r2=1.7&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit