80 lines
2.1 KiB
RPMSpec
80 lines
2.1 KiB
RPMSpec
Name: xmlgraphics-commons
|
|
Version: 1.2
|
|
Release: 1
|
|
Summary: XML Graphics Commons
|
|
|
|
Group: Development/Libraries
|
|
License: ASL 2.0
|
|
URL: http://xmlgraphics.apache.org/
|
|
Source0: xmlgraphics-commons-1.2-src.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: jpackage-utils >= 0:1.6
|
|
BuildRequires: ant >= 0:1.6
|
|
BuildRequires: ant-junit >= 0:1.6
|
|
BuildRequires: junit
|
|
BuildRequires: jakarta-commons-io >= 0:1.1
|
|
Requires: jakarta-commons-io >= 0:1.1
|
|
|
|
%description
|
|
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 &
|
|
PostScript files, and much more.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
Group: Documentation
|
|
|
|
%description javadoc
|
|
%{summary}.
|
|
|
|
|
|
%prep
|
|
%setup -q %{name}-%{version}
|
|
rm -f `find . -name "*.jar"`
|
|
|
|
|
|
%build
|
|
export OPT_JAR_LIST="ant/ant-junit junit"
|
|
pushd lib
|
|
ln -sf $(build-classpath commons-io) .
|
|
popd
|
|
ant package javadocs junit
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
install -Dpm 644 build/%{name}-%{version}.jar \
|
|
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
|
|
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
|
|
cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
|
|
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc LICENSE NOTICE README
|
|
%{_javadir}/*.jar
|
|
|
|
%files javadoc
|
|
%defattr(-,root,root,-)
|
|
%doc %{_javadocdir}/%{name}-%{version}
|
|
%doc %{_javadocdir}/%{name}
|
|
|
|
|
|
%changelog
|
|
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
|
|
- Fixedd rpmlint errors.
|
|
|
|
* 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
|