rpms/hamlib/devel hamlib.spec,1.26,1.27

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Sun Dec 9 12:14:28 UTC 2007


Author: sindrepb

Update of /cvs/pkgs/rpms/hamlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23152

Modified Files:
	hamlib.spec 
Log Message:
fix build


Index: hamlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/devel/hamlib.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hamlib.spec	9 Dec 2007 11:14:16 -0000	1.26
+++ hamlib.spec	9 Dec 2007 12:13:53 -0000	1.27
@@ -2,7 +2,7 @@
 
 Name:           hamlib
 Version:        1.2.6.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Run-time library to control radio transceivers and receivers
 
 Group:          System Environment/Libraries
@@ -121,10 +121,10 @@
 /sbin/ldconfig -N -n $RPM_BUILDROOT%{_libdir}
 
 #fix permissions
-chmod 0755 $RPM_BUILD_ROOT%{perl_vendorlib}/*/auto/Hamlib/Hamlib.so
+find $RPM_BUILD_ROOT -type f -name Hamlib.so -exec chmod 0755 {} ';'
 
 #remove this, not needed
-rm -rf $RPM_BUILD_ROOT%{_libdir}/tcl
+find $RPM_BUILD_ROOT -type f -name pkgIndex.tcl -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name Hamlib.bs -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name perltest.pl -exec rm -f {} ';'
@@ -186,8 +186,7 @@
 %files perl
 %defattr(-, root, root)
 %doc COPYING.LIB
-%{perl_vendorlib}/*/auto/*
-%{perl_vendorlib}/*/Hamlib.pm
+%{perl_vendorarch}/*
 
 %files python
 %defattr(-, root, root)




More information about the fedora-extras-commits mailing list