- Updated sources to 1.3.

This commit is contained in:
Lillian Angel 2008-03-31 21:11:24 +00:00
parent 4ac607d1a2
commit 1782415c28
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
xmlgraphics-commons-1.2-src.tar.gz xmlgraphics-commons-1.3-src.tar.gz

View File

@ -1 +1 @@
d3cf738e3ef890bb1a1b1668ad4054ff xmlgraphics-commons-1.2-src.tar.gz cf2af2e250af4422d48cdaf53aeffaf4 xmlgraphics-commons-1.3-src.tar.gz

View File

@ -1,5 +1,5 @@
Name: xmlgraphics-commons Name: xmlgraphics-commons
Version: 1.2 Version: 1.3
Release: 1 Release: 1
Epoch: 0 Epoch: 0
Summary: XML Graphics Commons Summary: XML Graphics Commons
@ -7,7 +7,7 @@ Summary: XML Graphics Commons
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
URL: http://xmlgraphics.apache.org/ 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) 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: ant-junit >= 0:1.6
BuildRequires: junit BuildRequires: junit
BuildRequires: jakarta-commons-io >= 0:1.1 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 Requires: jakarta-commons-io >= 0:1.1
%description %description
@ -42,6 +44,9 @@ rm -f `find . -name "*.jar"`
%build %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" export OPT_JAR_LIST="ant/ant-junit junit"
pushd lib pushd lib
ln -sf $(build-classpath commons-io) . ln -sf $(build-classpath commons-io) .
@ -71,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Mar 31 2008 Lillian Angel <langel at redhat.com> - 0:1.3-1
- Updated sources to 1.3.
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1 * Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
- Added epoch. - Added epoch.