rpms/libformula/devel libformula-0.2.0-builddepends.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libformula.spec, 1.2, 1.3 sources, 1.2, 1.3

Caolan McNamara caolanm at fedoraproject.org
Mon Mar 9 10:59:58 UTC 2009


Author: caolanm

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

Modified Files:
	.cvsignore libformula.spec sources 
Added Files:
	libformula-0.2.0-builddepends.patch 
Log Message:
latest version

libformula-0.2.0-builddepends.patch:

--- NEW FILE libformula-0.2.0-builddepends.patch ---
--- libformula-0.2.0/build.properties.orig	2008-12-03 16:27:28.000000000 +0000
+++ libformula-0.2.0/build.properties	2008-12-03 16:27:35.000000000 +0000
@@ -42,7 +42,7 @@
 #  Used libraries ...
 
 # Used by: core libraries
-dependency.release.core.libbase=libbase-1.0.0.jar
+dependency.release.core.libbase=libbase.jar
 dependency.release.core.commons-logging=commons-logging-api.jar
 
 #  Used tools:


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libformula/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Jun 2008 17:29:33 -0000	1.2
+++ .cvsignore	9 Mar 2009 10:59:27 -0000	1.3
@@ -1 +1 @@
-libformula-0.1.18.tar.gz
+libformula-0.2.0.tar.gz


Index: libformula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libformula/devel/libformula.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libformula.spec	25 Feb 2009 14:48:35 -0000	1.2
+++ libformula.spec	9 Mar 2009 10:59:27 -0000	1.3
@@ -2,16 +2,16 @@
 %define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
 
 Name: libformula
-Version: 0.1.18
-Release: 2%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
 Summary: Formula Parser
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.tar.gz
 URL: http://reporting.pentaho.org/
-BuildRequires: ant, java-devel, jpackage-utils, jcommon
+BuildRequires: ant, java-devel, jpackage-utils, libbase >= 1.0.0
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: java, jpackage-utils, jcommon
+Requires: java, jpackage-utils, libbase >= 1.0.0
 %if %{with_gcj}
 BuildRequires: java-gcj-compat-devel >= 1.0.31
 Requires(post): java-gcj-compat >= 1.0.31
@@ -19,6 +19,7 @@
 %else
 BuildArch: noarch
 %endif
+Patch0: libformula-0.2.0-builddepends.patch
 
 %description
 LibFormula provides Excel-Style-Expressions. The implementation provided
@@ -37,7 +38,8 @@
 %prep
 %setup -q
 find . -name "*.jar" -exec rm -f {} \;
-build-jar-repository -s -p lib jcommon-1.0.12
+build-jar-repository -s -p lib commons-logging-api libbase
+%patch0 -p1 -b.builddepends.patch
 
 %build
 ant compile javadoc
@@ -86,6 +88,9 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Mar 09 2009 Caolan McNamara <caolanm at redhat.com> 0.2.0-1
+- latest version
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libformula/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Jun 2008 17:29:33 -0000	1.2
+++ sources	9 Mar 2009 10:59:27 -0000	1.3
@@ -1 +1 @@
-213ffd2a685932ab238e5ee225a1ad49  libformula-0.1.18.tar.gz
+f4eb36ae9e4ea77cdb724a6e99106ec8  libformula-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list