Search
j0ke.net Open Build Service
>
Projects
>
devel
:
perl
>
perl-Scalar-List-Utils
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
perl-Scalar-List-Utils.spec
@@ -23,11 +23,21 @@ %description A selection of general-utility list subroutines. + +%package man +Group: Applications/CPA +Summary: perl-Scalar-List-Utils man pages + +%description man +Man pages for perl-Scalar-List-Utils + %prep %setup -q -n %{real_name}-%{version} + + %build -%{__perl} Makefile.PL INSTALLDIRS="vendor" # PREFIX="%{buildroot}%{_prefix}" +%{__perl} Makefile.PL INSTALLDIRS="site" # PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install @@ -36,7 +46,7 @@ # cleanup %{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod \ - %{buildroot}%{perl_vendorarch}/auto/List/Util/.packlist + %{buildroot}%{perl_sitearch}/auto/List/Util/.packlist %clean %{__rm} -rf %{buildroot} @@ -44,16 +54,18 @@ %files %defattr(-, root, root, 0755) %doc Changes README -%doc %{_mandir}/man3/* -%dir %{perl_vendorarch}/Scalar/ -%{perl_vendorarch}/Scalar/Util.pm -%dir %{perl_vendorarch}/List/ -%{perl_vendorarch}/List/Util.pm -%dir %{perl_vendorarch}/List/Util/ -%{perl_vendorarch}/List/Util/XS.pm -%dir %{perl_vendorarch}/auto/List/ -%dir %{perl_vendorarch}/auto/List/Util/ -%{perl_vendorarch}/auto/List/Util/Util.* +%dir %{perl_sitearch}/Scalar/ +%{perl_sitearch}/Scalar/Util.pm +%dir %{perl_sitearch}/List/ +%{perl_sitearch}/List/Util.pm +%dir %{perl_sitearch}/List/Util/ +%{perl_sitearch}/List/Util/XS.pm +%dir %{perl_sitearch}/auto/List/ +%dir %{perl_sitearch}/auto/List/Util/ +%{perl_sitearch}/auto/List/Util/Util.* +%files man +%defattr(-, root, root, 0755) +%doc %{_mandir}/man3/* %changelog