Author: qboosh Date: Tue Oct 14 18:03:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - .so perms in python- - BR python 2.5 for .egg-info - moved pyrequires_eq to proper subpackage
---- Files affected: SPECS: scgi.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/scgi.spec diff -u SPECS/scgi.spec:1.15 SPECS/scgi.spec:1.16 --- SPECS/scgi.spec:1.15 Tue Oct 14 19:52:33 2008 +++ SPECS/scgi.spec Tue Oct 14 20:03:29 2008 @@ -15,7 +15,7 @@ Version: 1.13 Release: 1 Epoch: 0 -License: CNRI OPEN SOURCE LICENSE +License: CNRI Open Source License/MIT Group: Networking/Daemons Source0: http://python.ca/scgi/releases/%{name}-%{version}.tar.gz # Source0-md5: 5cc79e59130ae9efc20388cc8ce906ba @@ -25,9 +25,9 @@ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.0 %endif +BuildRequires: python-devel >= 1:2.5 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.268 -%pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -71,6 +71,7 @@ Summary: A Python package that implements the server side of the SCGI protocol Summary(pl.UTF-8): Moduł Pythona implementujący serwer protokołu SCGI Group: Libraries/Python +%pyrequires_eq python-modules %description -n python-scgi The SCGI protocol is a replacement for the Common Gateway Interface @@ -111,7 +112,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/60_mod_scgi.conf %endif -%{__python} -- setup.py install \ +%{__python} setup.py install \ --root=$RPM_BUILD_ROOT \ --optimize=2 @@ -131,15 +132,18 @@ %if %{with apache} %files -n apache-mod_scgi %defattr(644,root,root,755) -%doc CHANGES.txt apache2/README.txt LICENSE.txt +%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 %endif %files -n python-%{name} %defattr(644,root,root,755) -%doc LICENSE.txt -%{py_sitedir}/* +%doc LICENSE.txt doc/LICENSE_110.txt +%dir %{py_sitedir}/scgi +%attr(755,root,root) %{py_sitedir}/scgi/passfd.so +%{py_sitedir}/scgi/*.py[co] +%{py_sitedir}/scgi-*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -147,6 +151,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008/10/14 18:03:29 qboosh +- .so perms in python- +- BR python 2.5 for .egg-info +- moved pyrequires_eq to proper subpackage + Revision 1.15 2008/10/14 17:52:33 qboosh - bcond header ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scgi.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
