rpms/perl-Math-Round/FC-6 perl-Math-Round.spec, 1.3, 1.4 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Dec 5 16:44:11 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Math-Round/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2554

Modified Files:
	perl-Math-Round.spec sources 
Log Message:
update



Index: perl-Math-Round.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Round/FC-6/perl-Math-Round.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Math-Round.spec	1 Sep 2006 04:16:04 -0000	1.3
+++ perl-Math-Round.spec	5 Dec 2006 16:43:41 -0000	1.4
@@ -1,8 +1,6 @@
-# $Id$
-
 Name:           perl-Math-Round
-Version:        0.05 
-Release:        2%{?dist}
+Version:        0.06 
+Release:        1%{?dist}
 Summary:        Perl extension for rounding numbers
 
 Group:          Development/Libraries
@@ -24,19 +22,22 @@
 %prep
 %setup -q -n Math-Round-%{version}
 
+# remove errant execute bits
+find . -type f -exec chmod -x {} ';'
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -55,6 +56,10 @@
 
 
 %changelog
+* Tue Dec 05 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
+- update to 0.06
+- minor spec file tweaks
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.05-2
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Round/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Jul 2006 23:42:47 -0000	1.2
+++ sources	5 Dec 2006 16:43:41 -0000	1.3
@@ -1 +1 @@
-ef35f988b32be4af3b3ccee131ece87f  Math-Round-0.05.tar.gz
+552cef2753b246f97a6e20d8dee66e7c  Math-Round-0.06.tar.gz




More information about the fedora-extras-commits mailing list