SPECS: apache-mod_watch.spec - no httpd.conf dir provided in th; rel 6

glen glen at pld-linux.org
Tue Feb 3 09:26:02 CET 2009


Author: glen                         Date: Tue Feb  3 08:26:02 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no httpd.conf dir provided in th; rel 6

---- Files affected:
SPECS:
   apache-mod_watch.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_watch.spec
diff -u SPECS/apache-mod_watch.spec:1.34 SPECS/apache-mod_watch.spec:1.35
--- SPECS/apache-mod_watch.spec:1.34	Sat Oct 25 17:50:03 2008
+++ SPECS/apache-mod_watch.spec	Tue Feb  3 09:25:56 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):	Moduł do apache: Interfejs do monitorowania za pomocą MRTG
 Name:		apache-mod_%{mod_name}
 Version:	4.03
-Release:	5
+Release:	6
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.snert.com/Software/download/mod_watch%(echo %{version} | tr -d .).tgz
@@ -24,7 +24,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_pkglibdir	%(%{apxs} -q LIBEXECDIR 2>/dev/null)
-%define		_sysconfdir	%(%{apxs} -q SYSCONFDIR 2>/dev/null)
+%define		_sysconfdir	%(%{apxs} -q SYSCONFDIR 2>/dev/null)/conf.d
 
 %description
 This module will watch and collect the bytes, requests, and documents
@@ -53,11 +53,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_bindir},%{_sysconfdir}/httpd.conf}
+install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_bindir},%{_sysconfdir}}
 
 install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 install apache2mrtg.pl mod_watch.pl $RPM_BUILD_ROOT%{_bindir}
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/99_mod_watch.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/99_mod_watch.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,7 +73,7 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES* *html *.txt Contrib nfields.pl
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*.so
 %attr(755,root,root) %{_bindir}/*
 
@@ -83,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2009/02/03 08:25:56  glen
+- no httpd.conf dir provided in th; rel 6
+
 Revision 1.34  2008/10/25 15:50:03  blues
 - HTTP group
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_watch.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list