commit d0016ad7b8d76e3ac2ef2cd47b0107e064d3f691 Author: Petr PÃsaÅ <ppisar@xxxxxxxxxx> Date: Tue Feb 1 10:19:08 2011 +0100 0.64 bump And some spec file clean-ups. .gitignore | 1 + perl-Inline-Files.spec | 29 ++++++++++------------------- sources | 2 +- 3 files changed, 12 insertions(+), 20 deletions(-) --- diff --git a/.gitignore b/.gitignore index 17d333b..871df7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Inline-Files-0.63.tar.gz +/Inline-Files-0.64.tar.gz diff --git a/perl-Inline-Files.spec b/perl-Inline-Files.spec index 04adbc2..6534707 100644 --- a/perl-Inline-Files.spec +++ b/perl-Inline-Files.spec @@ -1,17 +1,14 @@ Name: perl-Inline-Files -Version: 0.63 -Release: 2%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: Allows for multiple inline files in a single perl file - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Inline-Files/ Source0: http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/Inline/Inline-Files-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch - BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Filter::Util::Call) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -19,42 +16,36 @@ Inline::Files generalizes the notion of the `__DATA__' marker and the associated `<DATA>' filehandle, to an arbitrary number of markers and associated filehandles. - %prep %setup -q -n Inline-Files-%{version} - -chmod -R a-x demo/* README Changes lib/Inline/Files.pm lib/Inline/Files/Virtual.pm - +chmod -R a-x demo/* README Changes lib/Inline/Files.pm \ + lib/Inline/Files/Virtual.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install -rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* - %check make test - -%clean -rm -rf $RPM_BUILD_ROOT - - %files %defattr(-,root,root,-) %doc Changes README demo/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* - %changelog +* Tue Feb 01 2011 Petr Pisar <ppisar@xxxxxxxxxx> - 0.64-1 +- 0.64 bump +- Remove BuildRoot stuff and empty lines +- Consolidate dependencies + * Fri Dec 17 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.63-2 - 661697 rebuild for fixing problems with vendorach/lib diff --git a/sources b/sources index c72adf8..e58bfca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -460ed656cb55cba677ae774319958fc2 Inline-Files-0.63.tar.gz +d777282872ecc642033ca01fffed8f73 Inline-Files-0.64.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