Author: radek Date: Wed May 24 19:49:19 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - +xmlgraphics-commons.jar
---- Files affected: SPECS: xmlgraphics-commons.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/xmlgraphics-commons.spec diff -u SPECS/xmlgraphics-commons.spec:1.1 SPECS/xmlgraphics-commons.spec:1.2 --- SPECS/xmlgraphics-commons.spec:1.1 Wed May 24 21:24:11 2006 +++ SPECS/xmlgraphics-commons.spec Wed May 24 21:49:14 2006 @@ -12,7 +12,6 @@ URL: http://xmlgraphics.apache.org/commons/ BuildRequires: ant >= 1.5 BuildRequires: jpackage-utils -#BuildRequires: junit BuildRequires: rpmbuild(macros) >= 1.300 # disable internal-codecs in build.properities for compatibility with other jre's Requires: java-sun-jre @@ -34,8 +33,6 @@ %setup -q -n %{name} %build -#required_jars='junit' -#export CLASSPATH="$CLASSPATH:`/usr/bin/build-classpath $required_jars`" export JAVAC=%{javac} export JAVA=%{java} @@ -45,8 +42,9 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_javadir} -install lib/commons-io-1.1.jar $RPM_BUILD_ROOT%{_javadir} -ln -s commons-io-1.1.jar $RPM_BUILD_ROOT%{_javadir}/commons-io.jar +install build/*.jar $RPM_BUILD_ROOT%{_javadir} +install lib/commons-io-1.1.jar $RPM_BUILD_ROOT%{_javadir} +ln -s commons-io-1.1.jar $RPM_BUILD_ROOT%{_javadir}/commons-io.jar %clean rm -rf $RPM_BUILD_ROOT @@ -62,6 +60,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/05/24 19:49:14 radek +- +xmlgraphics-commons.jar + Revision 1.1 2006/05/24 19:24:11 radek - new, source from svn branch 1.0 - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xmlgraphics-commons.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
