rpms/perl-HTTP-BrowserDetect/devel perl-HTTP-BrowserDetect.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 5 23:08:01 UTC 2006


Author: steve

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

Modified Files:
	perl-HTTP-BrowserDetect.spec 
Removed Files:
	needs.rebuild 
Log Message:
Fix find option order.
Use canonical Source0 URL.



Index: perl-HTTP-BrowserDetect.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-BrowserDetect/devel/perl-HTTP-BrowserDetect.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-HTTP-BrowserDetect.spec	10 Mar 2006 19:22:19 -0000	1.2
+++ perl-HTTP-BrowserDetect.spec	5 Sep 2006 23:08:00 -0000	1.3
@@ -1,11 +1,11 @@
 Name:           perl-HTTP-BrowserDetect
 Version:        0.98
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl browser detection library
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-BrowserDetect/
-Source0:        http://www.cpan.org/modules/by-module/HTTP/HTTP-BrowserDetect-0.98.tar.gz
+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
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -27,7 +27,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -44,6 +44,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 05 2006 Steven Pritchard <steve at kspei.com> 0.98-3
+- Fix find option order.
+- Use canonical Source0 URL.
+
 * Fri Mar 10 2006 Steven Pritchard <steve at kspei.com> 0.98-2
 - Improve Summary.
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list