]> git.pld-linux.org Git - packages/perl-DelimMatch.git/commitdiff
- release 4: rebuild agaunst perl 5.6 and use new rpm automation. perl-DelimMatch-1_03-4
authorkloczek <kloczek@pld-linux.org>
Sun, 31 Dec 2000 00:12:52 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DelimMatch.spec -> 1.8

perl-DelimMatch.spec

index 79f3bcd8bef924e5f60f04fc67ed6691561b91c5..64a2e13ec8464faf9a0c471c361bd556218fb05c 100644 (file)
@@ -3,13 +3,14 @@ Summary:      DelimMatch perl module
 Summary(pl):   Modu³ perla DelimMatch
 Name:          perl-DelimMatch
 Version:       1.03
-Release:       3
+Release:       4
 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/Text/DelimMatch-%{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)
@@ -30,25 +31,16 @@ perl Makefile.PL
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Text/DelimMatch
-  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/* \
-        README
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
-
+%doc *.gz
 %{perl_sitelib}/Text/DelimMatch.pm
-%{perl_sitearch}/auto/Text/DelimMatch
-
 %{_mandir}/man3/*
This page took 0.109178 seconds and 4 git commands to generate.