2007-11-23 15:11:26 +00:00
|
|
|
Name: xmlgraphics-commons
|
2015-07-14 15:37:27 +00:00
|
|
|
Version: 2.0.1
|
2017-02-11 17:57:33 +00:00
|
|
|
Release: 3%{?dist}
|
2007-11-23 19:42:04 +00:00
|
|
|
Epoch: 0
|
2007-11-23 15:11:26 +00:00
|
|
|
Summary: XML Graphics Commons
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://xmlgraphics.apache.org/
|
2015-07-14 15:37:27 +00:00
|
|
|
Source0: http://apache.org/dist/xmlgraphics/commons/source/%{name}-%{version}-src.tar.gz
|
2007-11-23 15:11:26 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2010-10-01 06:50:04 +00:00
|
|
|
BuildRequires: java-devel >= 1:1.6.0
|
2015-07-14 15:37:27 +00:00
|
|
|
BuildRequires: javapackages-local
|
2007-11-23 19:42:04 +00:00
|
|
|
BuildRequires: ant >= 0:1.6
|
|
|
|
BuildRequires: ant-junit >= 0:1.6
|
2007-11-23 15:11:26 +00:00
|
|
|
BuildRequires: junit
|
2013-03-19 17:33:44 +00:00
|
|
|
BuildRequires: apache-commons-io >= 1.3.1
|
|
|
|
BuildRequires: apache-commons-logging >= 1.0.4
|
|
|
|
Requires: java
|
|
|
|
Requires: apache-commons-io >= 1.3.1
|
|
|
|
Requires: apache-commons-logging >= 1.0.4
|
2007-11-23 15:11:26 +00:00
|
|
|
|
|
|
|
%description
|
2011-05-03 13:41:43 +00:00
|
|
|
Apache XML Graphics Commons is a library that consists of
|
|
|
|
several reusable components used by Apache Batik and
|
|
|
|
Apache FOP. Many of these components can easily be used
|
|
|
|
separately outside the domains of SVG and XSL-FO. You will
|
|
|
|
find components such as a PDF library, an RTF library,
|
|
|
|
Graphics2D implementations that let you generate PDF &
|
2007-11-23 15:11:26 +00:00
|
|
|
PostScript files, and much more.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q %{name}-%{version}
|
|
|
|
rm -f `find . -name "*.jar"`
|
|
|
|
|
2011-05-03 13:41:43 +00:00
|
|
|
# create pom from template
|
|
|
|
sed "s:@version@:%{version}:g" %{name}-pom-template.pom \
|
|
|
|
> %{name}.pom
|
|
|
|
|
2007-11-23 15:11:26 +00:00
|
|
|
|
|
|
|
%build
|
2010-10-01 06:50:04 +00:00
|
|
|
export CLASSPATH=$(build-classpath commons-logging)
|
2007-11-23 15:11:26 +00:00
|
|
|
export OPT_JAR_LIST="ant/ant-junit junit"
|
|
|
|
pushd lib
|
|
|
|
ln -sf $(build-classpath commons-io) .
|
|
|
|
popd
|
2007-11-23 15:25:28 +00:00
|
|
|
ant package javadocs
|
2007-11-23 15:11:26 +00:00
|
|
|
|
|
|
|
%install
|
2011-05-03 13:41:43 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
|
|
|
install -Dpm 0644 build/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
|
|
|
|
install -pm 644 %{name}.pom $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
|
2014-08-04 12:14:28 +00:00
|
|
|
%add_maven_depmap
|
2011-05-03 13:41:43 +00:00
|
|
|
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|
|
|
cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
2007-11-23 15:11:26 +00:00
|
|
|
|
2014-08-04 12:14:28 +00:00
|
|
|
%files -f .mfiles
|
2007-11-23 15:11:26 +00:00
|
|
|
%doc LICENSE NOTICE README
|
|
|
|
|
|
|
|
%files javadoc
|
2011-05-03 13:41:43 +00:00
|
|
|
%doc LICENSE NOTICE
|
2007-11-23 15:11:26 +00:00
|
|
|
%doc %{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2017-02-11 17:57:33 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-05 03:36:12 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-14 15:37:27 +00:00
|
|
|
* Tue Jul 14 2015 Michael Simacek <msimacek@redhat.com> - 0:2.0.1-1
|
|
|
|
- Update to upstream version 2.0.1
|
|
|
|
|
2015-06-19 04:09:03 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-30 06:33:46 +00:00
|
|
|
* Fri Jan 30 2015 Rüdiger Landmann <rlandmann@redhat.com> - 0:2.0-1
|
|
|
|
- Rebase on new upstream
|
|
|
|
|
2014-08-04 12:14:28 +00:00
|
|
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.5-4
|
|
|
|
- Update to current packaging guidelines
|
|
|
|
- Resolves: rhbz#1107290
|
|
|
|
|
2014-06-08 06:06:58 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 08:30:30 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-19 17:33:44 +00:00
|
|
|
* Tue Mar 19 2013 Mat Booth <fedora@matbooth.co.uk> - 0:1.5-1
|
|
|
|
- Update to 1.5, rhbz #895934
|
|
|
|
- Drop unneeded patch
|
|
|
|
|
2013-02-15 03:50:17 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-22 05:51:49 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-06 21:11:33 +00:00
|
|
|
* Tue Mar 06 2012 Deepak Bhole <dbhole@redhat.com> 1.4-5
|
|
|
|
- Added dist to the release tag
|
|
|
|
|
2012-03-01 22:25:18 +00:00
|
|
|
* 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
|
|
|
|
|
2012-01-14 09:03:55 +00:00
|
|
|
* 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
|
|
|
|
|
2011-05-03 13:41:43 +00:00
|
|
|
* Tue May 3 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.4-3
|
|
|
|
- Install maven metadata
|
|
|
|
- Versionless jars & javadocs
|
|
|
|
- Fixes according to new guidelines
|
|
|
|
|
2011-02-08 05:31:17 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-10-01 06:50:04 +00:00
|
|
|
* Fri Oct 1 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.4-1
|
|
|
|
- Updte to 1.4.
|
|
|
|
|
2010-01-09 13:00:22 +00:00
|
|
|
* Sat Jan 9 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.3.1-1
|
|
|
|
- Update to 1.3.1.
|
|
|
|
- Fix Source0 url.
|
|
|
|
|
2009-07-27 08:11:38 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 10:00:38 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-04-02 18:39:08 +00:00
|
|
|
* Wed Apr 02 2008 Lillian Angel <langel at redhat.com> - 0:1.3-1
|
|
|
|
- Added java-1.6.0-openjdk-devel as build requirement.
|
|
|
|
|
2008-03-31 21:11:24 +00:00
|
|
|
* Mon Mar 31 2008 Lillian Angel <langel at redhat.com> - 0:1.3-1
|
|
|
|
- Updated sources to 1.3.
|
|
|
|
|
2007-11-23 19:42:04 +00:00
|
|
|
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
|
2007-11-23 19:46:49 +00:00
|
|
|
- Added epoch.
|
2007-11-23 16:43:45 +00:00
|
|
|
|
2007-11-23 16:20:20 +00:00
|
|
|
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
|
|
|
|
- Added missing BuildRoot line.
|
|
|
|
|
2007-11-23 16:15:59 +00:00
|
|
|
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
|
|
|
|
- Fixed install section.
|
|
|
|
|
2007-11-23 15:11:26 +00:00
|
|
|
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
|
2007-11-23 15:14:21 +00:00
|
|
|
- Fixed rpmlint errors.
|
2007-11-23 15:11:26 +00:00
|
|
|
|
|
|
|
* Tue Sep 18 2007 Joshua Sumali <jsumali at redhat.com> - 0:1.2-1jpp
|
|
|
|
- Update to 1.2
|
|
|
|
|
|
|
|
* Tue May 23 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.0-1jpp
|
|
|
|
- First JPP-1.7 release
|