]> git.pld-linux.org Git - packages/perl-HTML-Tagset.git/commitdiff
- release 2: rebuild agaunst perl 5.6 and use rpm automation. perl-HTML-Tagset-3_02-2
authorkloczek <kloczek@pld-linux.org>
Mon, 8 Jan 2001 20:05:22 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-HTML-Tagset.spec -> 1.3

perl-HTML-Tagset.spec

index 36e9f781eecdc10756f900a3ee7696edd2b6cf42..e2108a9e3cd2528015eed1d3b63a12b09571a835 100644 (file)
@@ -3,56 +3,46 @@ Summary:      HTML-Tagset perl module
 Summary(pl):   Modu³ perla HTML-Tagset
 Name:          perl-HTML-Tagset
 Version:       3.02
-Release:       1
-Copyright:     GPL
+Release:       2
+License:       GPL
 Group:         Development/Languages/Perl
+Group(de):     Entwicklung/Sprachen/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
-Vendor: PLD
-Distribution: PLD
-Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/HTML/HTML-Tagset-%{version}.tar.gz
+Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/HTML/HTML-Tagset-%{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:     /tmp/buildroot-%{name}-%{version}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-HTML-Tagset - This module contains data tables useful in dealing with HTML.
+HTML-Tagset - This module contains data tables useful in dealing with
+HTML.
 
 %description -l pl
-HTML-Tagset jest modu³em dostarczaj±cym tablic uzytecznych przy obróbce plików
-HTML.
+HTML-Tagset jest modu³em dostarczaj±cym tablic uzytecznych przy
+obróbce plików HTML.
 
 %prep
 %setup -q -n HTML-Tagset-%{version}
 
 %build
 perl Makefile.PL
-make
-make test
+%{__make}
+%{__make} test
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/HTML/Tagset
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist | sort | uniq >.packlist.new
-  mv .packlist.new .packlist
-       
-)
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        ChangeLog README
+gzip -9nf ChangeLog README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {ChangeLog,README}.gz
-
+%doc *.gz
 %{perl_sitelib}/HTML/Tagset.pm
-%{perl_sitearch}/auto/HTML/Tagset
-
 %{_mandir}/man3/*
This page took 0.032967 seconds and 4 git commands to generate.