Search
j0ke.net Open Build Service
>
Projects
>
devel
:
perl
>
perl-Socket
> perl-Socket.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-Socket.spec of Package perl-Socket (Revision 2)
Currently displaying revision
2
,
show latest
# $Id: perl-Socket.spec 7981 2009-11-03 03:05:34Z dag $ # Authority: dries # Upstream: Nicola Worthington <nicolaw$cpan,org> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Socket Summary: Networking constants and support functions Name: perl-Socket Version: 2.019 Release: 1%{?dist} License: Apache 2.0 Group: Applications/CPAN URL: http://search.cpan.org/dist/Socket/ Source: Socket-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build) BuildRequires: perl(Test) BuildRequires: perl(Test::More) BuildRequires: perl-ExtUtils-Constants >= 0.23 %description Networking constants and support functions. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes LICENSE MANIFEST META.yml #%dir %{perl_vendorlib}/RRD/ #%{perl_vendorlib}/RRD/Simple/ %changelog