Author: glen Date: Mon Mar 12 10:17:32 2012 GMT Module: packages Tag: HEAD ---- Log message: - move apxs to sbindir, everything in pld expects it to be there
---- Files affected: packages/apache: apache.spec (1.675 -> 1.676) ---- Diffs: ================================================================ Index: packages/apache/apache.spec diff -u packages/apache/apache.spec:1.675 packages/apache/apache.spec:1.676 --- packages/apache/apache.spec:1.675 Sat Mar 10 11:40:06 2012 +++ packages/apache/apache.spec Mon Mar 12 11:17:26 2012 @@ -43,7 +43,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.4.1 -Release: 0.1 +Release: 0.2 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -2557,6 +2557,8 @@ # htpasswd goes to %{_bindir} ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir} +mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/apxs + # cgi_test: create config file with ScriptAlias cat << 'EOF' > $CFG/09_cgi_test.conf ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv @@ -2999,7 +3001,7 @@ %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/apxs +%attr(755,root,root) %{_sbindir}/apxs %attr(755,root,root) %{_sbindir}/envvars* %dir %{_libexecdir} %dir %{_libexecdir}/build @@ -3523,6 +3525,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.676 2012/03/12 10:17:26 glen +- move apxs to sbindir, everything in pld expects it to be there + Revision 1.675 2012/03/10 10:40:06 glen - new modules todo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.675&r2=1.676&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
