]> git.pld-linux.org Git - packages/perl-SGMLS.git/commitdiff
- release 4: rebuild against perl 5.6 and use rpm automation. perl-SGMLS-1_03ii-4
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Jan 2001 16:08:46 +0000 (16:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-SGMLS.spec -> 1.6

perl-SGMLS.spec

index dbe446626742a5b6156d4886254ff45bac0697a0..8ed200a5db3b444768b8f1ce7b15451feb4bc8da 100644 (file)
@@ -3,13 +3,14 @@ Summary:      SGMLS perl module
 Summary(pl):   Modu³ perla SGMLS
 Name:          perl-SGMLS
 Version:       1.03ii
-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/SGMLS/SGMLSpm-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-18
-BuildRequires: perl >= 5.005_03-14
+BuildRequires: perl >= 5.6
 %requires_eq   perl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,18 +36,15 @@ pod2man SGMLS.pm  > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS.3pm
 pod2man Output.pm > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Output.3pm
 pod2man Refs.pm   > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Refs.3pm
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        ChangeLog README BUGS TODO
+gzip -9nf ChangeLog README BUGS TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {ChangeLog,README,BUGS,TODO}.gz DOC/*sgml DOC/*pl elisp
+%doc *.gz DOC/*sgml DOC/*pl elisp
 %attr(755,root,root) %{_bindir}/*
-
 %{perl_sitelib}/SGMLS.pm
 %{perl_sitelib}/SGMLS
-
 %{_mandir}/man3/*
This page took 0.08692 seconds and 4 git commands to generate.