rpms/perl-Data-Buffer/EL-4 perl-Data-Buffer.spec,1.1,1.2

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 13 07:30:24 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Data-Buffer/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1923/EL-4

Modified Files:
	perl-Data-Buffer.spec 
Log Message:
Spec cleanup


Index: perl-Data-Buffer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Buffer/EL-4/perl-Data-Buffer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Data-Buffer.spec	8 Dec 2005 17:12:53 -0000	1.1
+++ perl-Data-Buffer.spec	13 Mar 2009 07:29:53 -0000	1.2
@@ -1,14 +1,15 @@
 Summary:	Read/write buffer class for perl
 Name:		perl-Data-Buffer
 Version:	0.04
-Release:	1%{?dist}
-License:	GPL or Artistic
+Release:	5%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Data-Buffer/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Data-Buffer-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
+BuildRequires:	perl(ExtUtils::MakeMaker)
 
 %description
 Data::Buffer implements a low-level binary buffer in which you can get and put
@@ -30,18 +31,31 @@
 %{__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}/Data/
 %{_mandir}/man3/Data::Buffer.3pm*
 
 %changelog
+* Mon Aug 13 2007 Paul Howarth <paul at city-fan.org> 0.04-5
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+
+* Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 0.04-4
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+
+* Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.04-3
+- FE6 mass rebuild
+
+* Wed Feb 15 2006 Paul Howarth <paul at city-fan.org> 0.04-2
+- Rebuild for perl 5.8.8 (FC5)
+
 * Mon Nov 28 2005 Paul Howarth <paul at city-fan.org> 0.04-1
 - Initial build




More information about the fedora-extras-commits mailing list