rpms/xmlgraphics-commons/devel xmlgraphics-commons.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lillian Angel (langel) fedora-extras-commits at redhat.com
Fri Nov 23 15:11:58 UTC 2007


Author: langel

Update of /cvs/pkgs/rpms/xmlgraphics-commons/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32501

Modified Files:
	.cvsignore sources 
Added Files:
	xmlgraphics-commons.spec 
Log Message:
* Fri Nov 23 2007 Lillian Angel <langel at redhat.com> - 0:1.2-1
- Fixedd rpmlint errors.





--- NEW FILE xmlgraphics-commons.spec ---
Name:           xmlgraphics-commons
Version:        1.2
Release:        1
Epoch:          0
Summary:        XML Graphics Commons

Group:          Development/Libraries
License:        ASL 2.0
URL:            http://xmlgraphics.apache.org/
Source0:        xmlgraphics-commons-1.2-src.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xmlgraphics-commons/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2007 00:23:06 -0000	1.1
+++ .cvsignore	23 Nov 2007 15:11:26 -0000	1.2
@@ -0,0 +1 @@
+xmlgraphics-commons-1.2-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmlgraphics-commons/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2007 00:23:06 -0000	1.1
+++ sources	23 Nov 2007 15:11:26 -0000	1.2
@@ -0,0 +1 @@
+d3cf738e3ef890bb1a1b1668ad4054ff  xmlgraphics-commons-1.2-src.tar.gz




More information about the fedora-extras-commits mailing list