]> git.pld-linux.org Git - packages/perl-SGMLS.git/blobdiff - perl-SGMLS.spec
- should be ready for perl-5.8.0; release++
[packages/perl-SGMLS.git] / perl-SGMLS.spec
index d7f666a23c82f4135fae4676a0c428337bcfff3d..d25b0644ed5f9ef7bc88718875d7340b068727c8 100644 (file)
@@ -3,11 +3,11 @@ Summary:      SGMLS perl module
 Summary(pl):   Modu³ perla SGMLS
 Name:          perl-SGMLS
 Version:       1.03ii
-Release:       9
+Release:       10
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/SGMLS/SGMLSpm-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-18
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,12 +23,12 @@ Modu
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man3,%{perl_sitelib}/SGMLS}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man3,%{perl_vendorlib}/SGMLS}
 
 %{__make} install \
        BINDIR=$RPM_BUILD_ROOT%{_bindir} \
-       PERL5DIR=$RPM_BUILD_ROOT%{perl_sitelib} \
-       SPECDIR=$RPM_BUILD_ROOT%{perl_sitelib}/SGMLS
+       PERL5DIR=$RPM_BUILD_ROOT%{perl_vendorlib} \
+       SPECDIR=$RPM_BUILD_ROOT%{perl_vendorlib}/SGMLS
 
 pod2man --section=3pm SGMLS.pm  > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS.3pm
 pod2man --section=3pm Output.pm > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Output.3pm
@@ -41,6 +41,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README BUGS TODO DOC/*sgml DOC/*pl elisp
 %attr(755,root,root) %{_bindir}/*
-%{perl_sitelib}/SGMLS.pm
-%{perl_sitelib}/SGMLS
+%{perl_vendorlib}/SGMLS.pm
+%{perl_vendorlib}/SGMLS
 %{_mandir}/man3/*
This page took 0.031106 seconds and 4 git commands to generate.