Search
j0ke.net Open Build Service
>
Projects
>
devel
:
perl
>
perl-Scalar-List-Utils
> perl-Scalar-List-Utils.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-Scalar-List-Utils.spec of Package perl-Scalar-List-Utils
# $Id$ # Authority: dries # Upstream: Stephen McCamant <smcc$csua,berkeley,edu> # %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib) # %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch) %define real_name Scalar-List-Utils Summary: A selection of general-utility list subroutines Name: perl-Scalar-List-Utils Version: 1.34 Release: 1 License: Artistic Group: Applications/CPAN URL: http://search.cpan.org/dist/Scalar-List-Utils/ Source: Scalar-List-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl %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="site" # PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %__make DESTDIR=%{buildroot} install # cleanup %{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod \ %{buildroot}%{perl_sitearch}/auto/List/Util/.packlist %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes README %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