rpms/perl-Date-Simple/EL-4 perl-Date-Simple.spec,1.1,1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Aug 31 06:22:43 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Date-Simple/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30221

Modified Files:
	perl-Date-Simple.spec 
Log Message:
resync with devel


Index: perl-Date-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Date-Simple/EL-4/perl-Date-Simple.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Date-Simple.spec	23 Aug 2005 16:40:32 -0000	1.1
+++ perl-Date-Simple.spec	31 Aug 2007 06:22:11 -0000	1.2
@@ -1,13 +1,14 @@
 Summary:	Simple date object for perl
 Name:		perl-Date-Simple
 Version:	3.02
-Release:	2%{?dist}
-License:	Artistic or GPL
+Release:	6%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Date-Simple/
 Source0:	http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/Date-Simple-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:	perl(ExtUtils::MakeMaker), perl(Test::More)
 
 %description
 %{summary}.
@@ -16,11 +17,11 @@
 %setup -q -n Date-Simple-%{version}
 
 # Artistic license text not included in tarball
-%{_bindir}/perldoc -t perlartistic > Artistic
+/usr/bin/perldoc -t perlartistic > Artistic
 
 # Spurious exec permissions in files from tarball
-%{_bindir}/find lib -type f -exec %{__chmod} -x {} ';'
-%{__chmod} -x ChangeLog COPYING README
+/usr/bin/find lib -type f -exec %{__chmod} -x {} ';'
+%{__chmod} -x ChangeLog COPYING README Simple.xs
 
 # The NoXS.pm file provides a pure-perl alternative to the C implementation
 # of the module. This results in duplicate "Provides:" entries, which rpmlint
@@ -39,22 +40,37 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-%{_bindir}/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-%{_bindir}/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';'
-%{_bindir}/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
 %{__make} test
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Artistic ChangeLog COPYING README
 %{perl_vendorarch}/Date/
 %{perl_vendorarch}/auto/Date/
 %{_mandir}/man3/Date::Simple*.3pm*
 
 %changelog
+* Mon Aug 13 2007 Paul Howarth <paul at city-fan.org> 3.02-6
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+- Add buildreq perl(Test::More)
+
+* Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 3.02-5
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+- Fix permissions in debuginfo
+
+* Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 3.02-4
+- FE6 mass rebuild
+
+* Thu Feb 16 2006 Paul Howarth <paul at city-fan.org> 3.02-3
+- don't use macros in command paths, hardcode them instead
+
 * Tue Aug 23 2005 Paul Howarth <paul at city-fan.org> 3.02-2
 - point URLs at search.cpan.org instead of cpan.uwinnipeg.ca
 




More information about the fedora-extras-commits mailing list