]> git.pld-linux.org Git - packages/perl-Socket6.git/blob - perl-Socket6.spec
- release 2
[packages/perl-Socket6.git] / perl-Socket6.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        perl-Socket6 perl module
3 Summary(pl):    Modu³ perla perl-Socket6
4 Name:           perl-Socket6
5 Version:        0.10
6 Release:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Socket6/Socket6-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 perl-Socket6 is a module that implements a IPv6 API for Perl programs.
18
19 %description -l pl
20 perl-Socket6 jest modu³em umo¿liwiaj±cych dostêp do us³ug IPv6 z
21 poziomu programów perla.
22
23 %prep
24 %setup -q -n Socket6-%{version}
25
26 %build
27 perl Makefile.PL
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 gzip -9nf ChangeLog README 
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %{perl_sitearch}/Socket6.pm
44 %{perl_sitearch}/auto/Socket6/Socket6.so
45 %{perl_sitearch}/auto/Socket6/Socket6.bs
This page took 0.0637259999999999 seconds and 4 git commands to generate.