rpms/udunits/devel udunits.spec,1.6,1.7

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sat Jul 9 21:39:05 UTC 2005


Author: edhill

Update of /cvs/extras/rpms/udunits/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12069/devel

Modified Files:
	udunits.spec 
Log Message:
use -fPIC for all arches and remove redundant man3f entry



Index: udunits.spec
===================================================================
RCS file: /cvs/extras/rpms/udunits/devel/udunits.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- udunits.spec	9 May 2005 19:58:21 -0000	1.6
+++ udunits.spec	9 Jul 2005 21:39:03 -0000	1.7
@@ -1,6 +1,6 @@
 Name: udunits
 Version: 1.12.4
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: A library for manipulating units of physical quantities
 License: Freely distributable (BSD-like)
 Group: System Environment/Libraries
@@ -59,10 +59,8 @@
 %endif
 
 %build
-%ifarch x86_64
 export CFLAGS="%{optflags} -fPIC"
 export CXXFLAGS="%{optflags} -fPIC"
-%endif
 cd src/
 export LD_MATH=-lm 
 %configure
@@ -74,6 +72,7 @@
 sed "s?/usr?${RPM_BUILD_ROOT}/usr?" Makefile > Makefile.install
 make PREFIX=${RPM_BUILD_ROOT}/usr datadir=${RPM_BUILD_ROOT}/etc sysconfigdir=${RPM_BUILD_ROOT}/etc -f Makefile.install install
 cp -p COPYRIGHT README RELEASE_NOTES VERSION ../
+rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man3f
 
 find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
 
@@ -106,6 +105,9 @@
 %{_mandir}/man1/udunitsperl.1.gz
 
 %changelog
+* Sat Jul  9 2005 Ed Hill <ed at eh3.com> 1.12.4-9
+- use -fPIC for all arches and remove redundant man3f entry
+
 * Mon May  9 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.12.4-8
 - remove hardcoded dist tags
 




More information about the scm-commits mailing list