Author: pawelz Date: Fri Oct 9 12:03:16 2009 GMT Module: packages Tag: HEAD ---- Log message: - fixed path in %install - rel 0.2 (is it ready for rel 1?)
---- Files affected: packages/lenya: lenya.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/lenya/lenya.spec diff -u packages/lenya/lenya.spec:1.8 packages/lenya/lenya.spec:1.9 --- packages/lenya/lenya.spec:1.8 Fri Oct 9 13:46:57 2009 +++ packages/lenya/lenya.spec Fri Oct 9 14:03:11 2009 @@ -9,7 +9,7 @@ Summary:(pl.UTF-8) System zarządzania treścią oparty na Javie i XML Name: lenya Version: 2.0.2 -Release: 0.1 +Release: 0.2 License: Apache v2 Group: Networking/Daemons/Java/Servlets Source0: http://ftp.tpnet.pl/vol/d1/apache/lenya/SOURCES/apache-%{name}-%{version}-src.tar.gz @@ -59,7 +59,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir}/lenya,%{_datadir},%{_sharedstatedir}/{lenya,tomcat/conf/Catalina/localhost},/var/log/lenya} +install -d $RPM_BUILD_ROOT{%{_sysconfdir}/lenya,%{_datadir},%{_sharedstatedir}/tomcat/conf/Catalina/localhost,/var/log/lenya} install %{SOURCE1} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/lenya.xml cp -a build/lenya/webapp $RPM_BUILD_ROOT%{_datadir}/lenya mv $RPM_BUILD_ROOT%{_datadir}/lenya/lenya $RPM_BUILD_ROOT%{_sharedstatedir}/lenya @@ -97,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2009/10/09 12:03:11 pawelz +- fixed path in %install +- rel 0.2 (is it ready for rel 1?) + Revision 1.8 2009/10/09 11:46:57 pawelz - wrong. It does not build with system ant. But it requiers /usr/bin/ant scripts, so it BRs ant. Maybe we should modify %ant macro to use bin/ant ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lenya/lenya.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
