diff --git a/.gitignore b/.gitignore index 85fdddd..16ec0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Inline-0.46.tar.gz +/Inline-0.47.tar.gz diff --git a/perl-Inline.spec b/perl-Inline.spec index a0b992b..6bb2cc2 100644 --- a/perl-Inline.spec +++ b/perl-Inline.spec @@ -1,13 +1,12 @@ Name: perl-Inline -Version: 0.46 -Release: 2%{?dist} +Version: 0.47 +Release: 1%{?dist} Summary: Inline Perl module Group: Development/Libraries License: GPL+ or Artistic Url: http://search.cpan.org/dist/Inline/ Source0: http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -40,12 +39,12 @@ never notice the compilation time. %build +# trick avoiding installation other modules %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null 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 -type d -depth -exec rmdir {} 2>/dev/null ';' @@ -68,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 25 2011 Marcela Mašláňová - 0.47-1 +- 671863 update to 0.47 + * Fri Dec 17 2010 Marcela Maslanova - 0.46-2 - 661697 rebuild for fixing problems with vendorach/lib diff --git a/sources b/sources index ffafacf..7e86205 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c2f14829fbe83cb456e9c5c0dac06b3 Inline-0.46.tar.gz +22433abd324754ff0ca6d1eaf247bfc4 Inline-0.47.tar.gz