SPECS: scgi.spec - install conf in /etc/httpd/conf.d/ - rel 2
areq
areq at pld-linux.org
Sat Mar 28 23:50:39 CET 2009
Author: areq Date: Sat Mar 28 22:50:39 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- install conf in /etc/httpd/conf.d/
- rel 2
---- Files affected:
SPECS:
scgi.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/scgi.spec
diff -u SPECS/scgi.spec:1.16 SPECS/scgi.spec:1.17
--- SPECS/scgi.spec:1.16 Tue Oct 14 20:03:29 2008
+++ SPECS/scgi.spec Sat Mar 28 23:50:33 2009
@@ -13,7 +13,7 @@
Summary(pl.UTF-8): SCGI - zastępnik dla Common Gateway Interface (CGI)
Name: scgi
Version: 1.13
-Release: 1
+Release: 2
Epoch: 0
License: CNRI Open Source License/MIT
Group: Networking/Daemons
@@ -106,10 +106,10 @@
rm -rf $RPM_BUILD_ROOT
%if %{with apache}
install -d $RPM_BUILD_ROOT%{_libdir}/apache
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
install apache2/.libs/mod_scgi.so $RPM_BUILD_ROOT%{_libdir}/apache
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/60_mod_scgi.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/60_mod_scgi.conf
%endif
%{__python} setup.py install \
@@ -134,7 +134,7 @@
%defattr(644,root,root,755)
%doc CHANGES.txt apache2/README.txt LICENSE.txt doc/LICENSE_110.txt
%attr(755,root,root) %{_libdir}/apache/mod_%{name}.so
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/httpd.conf/*.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/conf.d/*.conf
%endif
%files -n python-%{name}
@@ -151,6 +151,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2009/03/28 22:50:33 areq
+- install conf in /etc/httpd/conf.d/
+- rel 2
+
Revision 1.16 2008/10/14 18:03:29 qboosh
- .so perms in python-
- BR python 2.5 for .egg-info
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scgi.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list