]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/commitdiff
- release 2: use rpm automation and rebuild against perl 5.6. perl-Mail-POP3Client-2_5-2
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Jan 2001 21:04:43 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Mail-POP3Client.spec -> 1.9

perl-Mail-POP3Client.spec

index 13dff9bbdc28ae488d3d0d9082dd14e5fd21de8a..1989a6ac19e7919f43d8e4406aba1e5afaa8a457 100644 (file)
@@ -3,13 +3,14 @@ Summary:      Mail-POP3Client perl module
 Summary(pl):   Modu³ perla Mail-POP3Client
 Name:          perl-Mail-POP3Client
 Version:       2.5
-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/Mail/POP3Client-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.005_03-14
+BuildRequires: perl >= 5.6
 BuildRequires: perl-Digest-MD5
 %requires_eq   perl
 Requires:      %{perl_sitearch}
@@ -30,26 +31,17 @@ perl Makefile.PL
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Mail/POP3Client
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv .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}/Mail/POP3Client.pm
 %{perl_sitelib}/auto/Mail/POP3Client
-%{perl_sitearch}/auto/Mail/POP3Client
-
 %{_mandir}/man3/*
This page took 0.68471 seconds and 4 git commands to generate.