]> git.pld-linux.org Git - packages/perl-Tie-LLHash.git/commitdiff
- release 2: rebuild against perl 5.6 and use rpm automation. perl-Tie-LLHash-1_002-2
authorkloczek <kloczek@pld-linux.org>
Thu, 25 Jan 2001 21:43:40 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tie-LLHash.spec -> 1.10

perl-Tie-LLHash.spec

index 8935634e7e92dfe5fc62a7465205c03c7f1cb21b..0cc55693a60d450afdc0134c5a85870a9b0d2328 100644 (file)
@@ -3,13 +3,14 @@ Summary:      Tie-LLHash perl module
 Summary(pl):   Modu³ perla Tie-LLHash
 Name:          perl-Tie-LLHash
 Version:       1.002
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
+Group(de):     Entwicklung/Sprachen/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
 Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Tie/Tie-LLHash-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.005_03-14
+BuildRequires: perl >= 5.6
 %requires_eq   perl
 Requires:      %{perl_sitearch}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,25 +30,16 @@ perl Makefile.PL
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Tie/LLHash
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv -f .packlist.new .packlist
-)
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        Changes README
+gzip -9nf Changes README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {Changes,README}.gz
-
+%doc *.gz
 %{perl_sitelib}/Tie/LLHash.pm
-%{perl_sitearch}/auto/Tie/LLHash
-
 %{_mandir}/man3/*
This page took 0.109423 seconds and 4 git commands to generate.