rpms/fop/devel fop.script, NONE, 1.1 .cvsignore, 1.3, 1.4 fop.spec, 1.13, 1.14 sources, 1.4, 1.5

Lubomir Rintel lkundrak at fedoraproject.org
Thu Dec 18 17:03:43 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/fop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15841

Modified Files:
	.cvsignore fop.spec sources 
Added Files:
	fop.script 
Log Message:
* Thu Dec 18 2008 Lubomir Rintel <lkundrak at v3.sk> - 0.95-1
- New upstream release



--- NEW FILE fop.script ---
#!/bin/sh
# 
# Fop script
# JPackage Project <http://www.jpackage.org/>

# Source functions library
if [ -f /usr/share/java-utils/java-functions ] ; then 
  . /usr/share/java-utils/java-functions
else
  echo "Can't find functions library, aborting"
  exit 1
fi

# Source system prefs
if [ -f /etc/fop.conf ] ; then 
  . /etc/fop.conf
fi

# Source user prefs
if [ -f $HOME/.foprc ] ; then 
  . $HOME/.foprc
fi

# Configuration
MAIN_CLASS=org.apache.fop.cli.Main
# Set parameters
set_jvm
set_classpath commons-io batik-all avalon-framework xmlgraphics-commons \
  commons-logging fop
set_flags $BASE_FLAGS
set_options $BASE_OPTIONS


export CLASSPATH=$CLASSPATH:/usr/share/java/xml-commons-apis-ext.jar

# Let's start
run "$@"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fop/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	31 Mar 2008 21:23:45 -0000	1.3
+++ .cvsignore	18 Dec 2008 17:03:12 -0000	1.4
@@ -1,2 +1 @@
-fop.script
-fop-0.95.tar.gz
+fop-0.95-src.tar.gz


Index: fop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fop/devel/fop.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fop.spec	2 Apr 2008 20:30:59 -0000	1.13
+++ fop.spec	18 Dec 2008 17:03:12 -0000	1.14
@@ -1,10 +1,10 @@
 Summary:        XSL-driven print formatter
 Name:           fop
 Version:        0.95
-Release:        0.2.beta1
+Release:        1
 License:        ASL 2.0
 Group:          Applications/Text
-Source0:        fop-0.95.tar.gz
+Source0:        http://www.apache.org/dist/xmlgraphics/fop/source/%{name}-%{version}-src.tar.gz
 Source1:        %{name}.script
 Patch0:         %{name}-manifest.patch
 Patch1:         %{name}-main.patch
@@ -105,6 +105,9 @@
 
 
 %changelog
+* Thu Dec 18 2008 Lubomir Rintel <lkundrak at v3.sk> - 0.95-1
+- New upstream release
+
 * Wed Apr  2 2008 Lillian Angel <langel at redhat.com> - 0.95.0.2.beta1
 - Updated release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fop/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	2 Apr 2008 20:30:59 -0000	1.4
+++ sources	18 Dec 2008 17:03:12 -0000	1.5
@@ -1,2 +1 @@
-99864fbf3de77553353e6b72e2debe6b  fop-0.95.tar.gz
-f15511a570c20bd33381b97ec9ee2055  fop.script
+58593e6c86be17d7dc03c829630fd152  fop-0.95-src.tar.gz




More information about the fedora-extras-commits mailing list