commit 023bcc6630ac4480b121cf90da53fe6c0fb415d8 Author: Jan Pazdziora <jpazdziora@xxxxxxxxxx> Date: Tue Aug 2 14:50:56 2011 +0200 Rebase to 1.03. .gitignore | 2 +- DBD-XBase-0.241-dbfdump-rename.patch | 593 ---------------------------------- perl-DBD-XBase.spec | 19 +- sources | 2 +- 4 files changed, 15 insertions(+), 601 deletions(-) --- diff --git a/.gitignore b/.gitignore index e0ae989..87d6a19 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -DBD-XBase-0.241.tar.gz +DBD-XBase-1.03.tar.gz diff --git a/perl-DBD-XBase.spec b/perl-DBD-XBase.spec index fe3aa2a..2805516 100644 --- a/perl-DBD-XBase.spec +++ b/perl-DBD-XBase.spec @@ -1,14 +1,13 @@ Name: perl-DBD-XBase -Version: 0.241 -Release: 14%{?dist} +Version: 1.03 +Release: 1%{?dist} Summary: Perl module for reading and writing the dbf files Group: Development/Libraries License: GPL+ or Artistic -URL: http://search.cpan.org/dist/DBD-XBase/ -Source0: http://www.cpan.org/authors/id/J/JA/JANPAZ/DBD-XBase-%{version}.tar.gz +URL: http://www.adelton.com/perl/DBD-XBase/ +Source0: http://www.adelton.com/perl/DBD-XBase/DBD-XBase-%{version}.tar.gz Patch0: DBD-XBase-0.241-indexdump.PL.patch -Patch1: DBD-XBase-0.241-dbfdump-rename.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,9 +27,14 @@ DBI modules and their man pages. %prep %setup -q -n DBD-XBase-%{version} %patch0 -p1 -%patch1 -p1 chmod a-x eg/*table +# We want to distribute dbfdump.pl, not dbfdump +find . -type f | xargs %{__perl} -i.theorig -pe 's/(?<!\$)\bdbfdump/dbfdump.pl/g' +find . -type f -name '*.theorig' | %{__perl} -pe 's/\.theorig$//' | while read i ; do touch -r $i.theorig $i ; done +find . -type f -name '*.theorig' -exec rm -f {} ';' +mv bin/dbfdump.PL bin/dbfdump.pl.PL + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -64,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 2 2011 Jan Pazdziora <jpazdziora@xxxxxxxxxx> - 1.03-1 +- Rebase to 1.03. + * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@xxxxxxxxxx> - 0.241-14 - Perl mass rebuild diff --git a/sources b/sources index d94aedd..7c159e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed36f8722f09406d35c8af801fa78c3b DBD-XBase-0.241.tar.gz +cbfae03a28dcae0aa0d00bec60ca710d DBD-XBase-1.03.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel