rpms/perl-HTTP-BrowserDetect/devel perl-HTTP-BrowserDetect.spec, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Apr 17 23:38:41 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-HTTP-BrowserDetect/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8321

Modified Files:
	perl-HTTP-BrowserDetect.spec 
Log Message:
Use fixperms macro instead of our own chmod incantation.
BR ExtUtils::MakeMaker.



Index: perl-HTTP-BrowserDetect.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-BrowserDetect/devel/perl-HTTP-BrowserDetect.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-HTTP-BrowserDetect.spec	5 Sep 2006 23:08:00 -0000	1.3
+++ perl-HTTP-BrowserDetect.spec	17 Apr 2007 23:38:08 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-HTTP-BrowserDetect
 Version:        0.98
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl browser detection library
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/L/LH/LHS/HTTP-BrowserDetect-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,7 +30,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -44,6 +45,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.98-4
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Tue Sep 05 2006 Steven Pritchard <steve at kspei.com> 0.98-3
 - Fix find option order.
 - Use canonical Source0 URL.




More information about the scm-commits mailing list