rpms/libofx/EL-4 libofx.spec,1.29,1.30

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Jun 20 22:21:40 UTC 2007


Author: notting

Update of /cvs/extras/rpms/libofx/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15885/EL-4

Modified Files:
	libofx.spec 
Log Message:
epel build tweaks


Index: libofx.spec
===================================================================
RCS file: /cvs/extras/rpms/libofx/EL-4/libofx.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- libofx.spec	11 Jan 2007 22:37:42 -0000	1.29
+++ libofx.spec	20 Jun 2007 22:21:04 -0000	1.30
@@ -4,14 +4,18 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
 Version: 0.8.3
-Release: 3
+Release: 4%{?dist}
 Source: http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
 URL: http://libofx.sourceforge.net/
 Group:	System Environment/Libraries
 License: GPL
 Patch: libofx-0.8.3-xml++.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%if 0%{?rhel} > 4
 BuildRequires: opensp-devel
+%else
+BuildRequires: openjade-devel
+%endif
 BuildRequires: curl-devel
 %if %{with_xml}
 BuildRequires: libxml++-devel
@@ -40,7 +44,11 @@
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
+%if 0%{?rhel} > 4
 Requires: opensp-devel
+%else
+Requires: openjade-devel
+%endif
 
 %description devel
 The libofx-devel contains the header files and libraries necessary
@@ -94,6 +102,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Jun 11 2007 Bill Nottingham <notting at redhat.com> - 0.8.3-4
+- minor tweaks for EPEL builds
+
 * Tue Jan  9 2007 Bill Nottingham <notting at redhat.com> - 0.8.3-3
 - update to 0.8.3
 - add in (not used) xml++ support pending upstream




More information about the fedora-extras-commits mailing list