- Resolves: rhbz#796341
- Added xmlgraphics-commons-java-7-fix.patch to fix build with Java 7
This commit is contained in:
parent
5ae1458d0c
commit
c24583ded4
1052
xmlgraphics-commons-java-7-fix.patch
Normal file
1052
xmlgraphics-commons-java-7-fix.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user