rpms/perl-Digest-BubbleBabble/EL-4 perl-Digest-BubbleBabble.spec, 1.2, 1.3

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 13 07:20:08 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Digest-BubbleBabble/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32061/EL-4

Modified Files:
	perl-Digest-BubbleBabble.spec 
Log Message:
Spec cleanup


Index: perl-Digest-BubbleBabble.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Digest-BubbleBabble/EL-4/perl-Digest-BubbleBabble.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Digest-BubbleBabble.spec	3 Jan 2006 10:22:19 -0000	1.2
+++ perl-Digest-BubbleBabble.spec	13 Mar 2009 07:19:35 -0000	1.3
@@ -1,14 +1,15 @@
 Summary:	Create bubble-babble fingerprints
 Name:		perl-Digest-BubbleBabble
 Version:	0.01
-Release:	2%{?dist}
-License:	GPL or Artistic
+Release:	6%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Digest-BubbleBabble/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Digest-BubbleBabble-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:	perl(ExtUtils::MakeMaker)
 
 %description
 Digest::BubbleBabble takes a message digest (generated by either of the MD5 or
@@ -38,19 +39,32 @@
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/Digest/
 %{_mandir}/man3/Digest::BubbleBabble.3pm*
 
 %changelog
+* Mon Aug 13 2007 Paul Howarth <paul at city-fan.org> 0.01-6
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+
+* Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 0.01-5
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+
+* Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.01-4
+- FE6 mass rebuild
+
+* Wed Feb 15 2006 Paul Howarth <paul at city-fan.org> 0.01-3
+- Rebuild for perl 5.8.8 (FC5)
+
 * Tue Jan  3 2006 Paul Howarth <paul at city-fan.org> 0.01-2
 - Don't include README, which contains only install instructions (#175280)
 




More information about the fedora-extras-commits mailing list