diff --git a/.cvsignore b/.cvsignore index 3676fad..ae88073 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlgraphics-commons-1.2-src.tar.gz +xmlgraphics-commons-1.3-src.tar.gz diff --git a/sources b/sources index a8b0196..f93362e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3cf738e3ef890bb1a1b1668ad4054ff xmlgraphics-commons-1.2-src.tar.gz +cf2af2e250af4422d48cdaf53aeffaf4 xmlgraphics-commons-1.3-src.tar.gz diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index b6b5ec2..a7d3130 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,5 +1,5 @@ Name: xmlgraphics-commons -Version: 1.2 +Version: 1.3 Release: 1 Epoch: 0 Summary: XML Graphics Commons @@ -7,7 +7,7 @@ Summary: XML Graphics Commons Group: Development/Libraries License: ASL 2.0 URL: http://xmlgraphics.apache.org/ -Source0: xmlgraphics-commons-1.2-src.tar.gz +Source0: xmlgraphics-commons-1.3-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,6 +17,8 @@ BuildRequires: ant >= 0:1.6 BuildRequires: ant-junit >= 0:1.6 BuildRequires: junit BuildRequires: jakarta-commons-io >= 0:1.1 +BuildRequires: jakarta-commons-logging >= 0:1.0.4 +Requires: jakarta-commons-logging >= 0:1.0.4 Requires: jakarta-commons-io >= 0:1.1 %description @@ -42,6 +44,9 @@ rm -f `find . -name "*.jar"` %build +export ANT_HOME=/usr/share/ant +export JAVA_HOME=/usr/lib/jvm/java-openjdk +export CLASSPATH=$CLASSPATH:/usr/share/java/commons-logging.jar export OPT_JAR_LIST="ant/ant-junit junit" pushd lib ln -sf $(build-classpath commons-io) . @@ -71,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 31 2008 Lillian Angel - 0:1.3-1 +- Updated sources to 1.3. + * Fri Nov 23 2007 Lillian Angel - 0:1.2-1 - Added epoch.