- Resolves: rhbz#796341

- Added xmlgraphics-commons-java-7-fix.patch to fix build with Java 7
This commit is contained in:
Deepak Bhole 2012-03-01 17:25:18 -05:00
parent 5ae1458d0c
commit c24583ded4
2 changed files with 1059 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: xmlgraphics-commons
Version: 1.4
Release: 4
Release: 5
Epoch: 0
Summary: XML Graphics Commons
@ -8,6 +8,7 @@ Group: Development/Libraries
License: ASL 2.0
URL: http://xmlgraphics.apache.org/
Source0: http://apache.skknet.net/xmlgraphics/commons/source/%{name}-%{version}-src.tar.gz
Patch0: %{name}-java-7-fix.patch
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0
@ -43,6 +44,7 @@ Requires: jpackage-utils
%prep
%setup -q %{name}-%{version}
rm -f `find . -name "*.jar"`
%patch0
# create pom from template
sed "s:@version@:%{version}:g" %{name}-pom-template.pom \
@ -84,6 +86,10 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%changelog
* Thu Mar 01 2012 Jiri Vanek <jvanek@redhat.com> - 0:1.4-5
- Resolves: rhbz#796341
- Added xmlgraphics-commons-java-7-fix.patch to fix build with Java 7
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild