- Updated sources to 1.3.
This commit is contained in:
parent
4ac607d1a2
commit
1782415c28
@ -1 +1 @@
|
||||
xmlgraphics-commons-1.2-src.tar.gz
|
||||
xmlgraphics-commons-1.3-src.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d3cf738e3ef890bb1a1b1668ad4054ff xmlgraphics-commons-1.2-src.tar.gz
|
||||
cf2af2e250af4422d48cdaf53aeffaf4 xmlgraphics-commons-1.3-src.tar.gz
|
||||
|
@ -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 <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
|
||||
- Added epoch.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user