rpms/libofx/devel libofx.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 9 05:44:10 UTC 2007


Author: notting

Update of /cvs/dist/rpms/libofx/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11569

Modified Files:
	libofx.spec 
Log Message:
more tweaks



Index: libofx.spec
===================================================================
RCS file: /cvs/dist/rpms/libofx/devel/libofx.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libofx.spec	9 Jan 2007 04:14:53 -0000	1.22
+++ libofx.spec	9 Jan 2007 05:44:08 -0000	1.23
@@ -1,13 +1,12 @@
 Summary: A library for supporting Open Financial Exchange (OFX)
 Name: libofx
 Version: 0.8.2
-Release: 2
+Release: 3
 Source: http://downloads.sourceforge.net/libofx/%{name}-%{version}.tar.gz
 URL: http://libofx.sourceforge.net/
-Requires: openjade >= 1.3.1
 Group:	System Environment/Libraries
 License: GPL
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: opensp-devel
 BuildRequires:	curl-devel
 Requires(post): /sbin/ldconfig
@@ -35,15 +34,15 @@
 chmod 644 ./doc/ofx_sample_files/*
 
 %build
-%configure --with-opensp-libs=%{_libdir}
+%configure --with-opensp-libs=%{_libdir} --disable-static
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -rf $RPM_BUILD_ROOT/%{_libdir}/*a $RPM_BUILD_ROOT/%{_datadir}/doc
+rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la $RPM_BUILD_ROOT/%{_datadir}/doc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,7 +66,7 @@
 %{_libdir}/*.so
 
 %changelog
-* Mon Jan  8 2007 Bill Nottingham <notting at redhat.com> - 0.8.2-2
+* Mon Jan  8 2007 Bill Nottingham <notting at redhat.com> - 0.8.2-3
 - spec tweaks
 
 * Mon Aug 28 2006 Bill Nottingham <notting at redhat.com> - 0.8.2-1




More information about the fedora-cvs-commits mailing list