Author: adamg Date: Sun Jan 29 14:34:30 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1.0rc1; scgi support dropped
---- Files affected: packages/web2ldap: web2ldap.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: packages/web2ldap/web2ldap.spec diff -u packages/web2ldap/web2ldap.spec:1.43 packages/web2ldap/web2ldap.spec:1.44 --- packages/web2ldap/web2ldap.spec:1.43 Sun Jan 29 14:27:22 2012 +++ packages/web2ldap/web2ldap.spec Sun Jan 29 15:34:24 2012 @@ -2,12 +2,12 @@ Summary: WWW gateway to LDAP server Summary(pl.UTF-8): Bramka WWW do serwera LDAP Name: web2ldap -Version: 1.1.0a36 +Version: 1.1.0rc1 Release: 1 License: distributable (mostly GPL) Group: Applications Source0: http://www.web2ldap.de/download/%{name}-%{version}.tar.gz -# Source0-md5: 1108808e7ac2bbd1026d071e59dba9f6 +# Source0-md5: dd51bfcc7a639f90ca9c29a2bb977f48 Patch0: %{name}-config.patch Patch1: %{name}-paths.patch URL: http://www.web2ldap.de/ @@ -49,7 +49,7 @@ %patch1 -p1 %build -for dir in pylib sbin fcgi scgi; do +for dir in pylib sbin fcgi; do python -c "import compileall; compileall.compile_dir('$dir')" python -O -c "import compileall; compileall.compile_dir('$dir')" done @@ -60,7 +60,7 @@ $RPM_BUILD_ROOT/var{/run,/lib,/log}/%{name} cp -a etc/web2ldap $RPM_BUILD_ROOT%{_sysconfdir} -cp -a fcgi pylib scgi sbin $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -a fcgi pylib sbin $RPM_BUILD_ROOT%{_datadir}/%{name} cp -a htdocs/css $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs find $RPM_BUILD_ROOT%{_datadir}/%{name}/pylib -name "*.py" | xargs rm %{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/sbin/compile* @@ -87,10 +87,6 @@ %attr(755,root,root) %{_datadir}/%{name}/fcgi/web2ldap.py %{_datadir}/%{name}/fcgi/*.py[co] -%dir %{_datadir}/%{name}/scgi -%attr(755,root,root) %{_datadir}/%{name}/scgi/web2ldap.py -%{_datadir}/%{name}/scgi/*.py[co] - %dir %attr(775,root,http) /var/*/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -99,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2012/01/29 14:34:24 adamg +- updated to 1.1.0rc1; scgi support dropped + Revision 1.43 2012/01/29 13:27:22 adamg - paths fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/web2ldap/web2ldap.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
