]> git.pld-linux.org Git - packages/perl-IO-Interface.git/blame - perl-IO-Interface.spec
- rebuild with perl 5.30.0
[packages/perl-IO-Interface.git] / perl-IO-Interface.spec
CommitLineData
814503cd
MP
1#
2# Conditional build:
57173934 3%bcond_with tests # do not perform "make test"
814503cd
MP
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir IO
7%define pnam Interface
7197ec95 8Summary: IO::Interface - Perl extension to access interface information
e61cd9ad 9Summary(pl.UTF-8): IO::Interface - rozszerzenie Perla do dostępu do informacji o interfejsach
814503cd 10Name: perl-IO-Interface
d56c0169 11Version: 1.08
8fc96474 12Release: 2
57d2742d
JB
13# same as perl
14License: GPL v1+ or Artistic
814503cd 15Group: Development/Languages/Perl
57d2742d 16Source0: http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
d56c0169 17# Source0-md5: 38c292a4d0976dd38179cfbfdca5e777
7197ec95 18URL: http://search.cpan.org/dist/IO-Interface/
814503cd
MP
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
814503cd
MP
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
814503cd
MP
23%description
24IO::Interface adds methods to IO::Socket objects that allows them to
25be used to retrieve and change information about the network
26interfaces on your system. In addition to the object-oriented access
27methods, you can use a function-oriented style.
28
87f43145
JR
29%description -l pl.UTF-8
30IO::Interface dodaje do obiektów IO::Socket metody pozwalające na
31używanie ich do pobierania i zmiany informacji o interfejsach
32sieciowych w systemie. Oprócz metod zorientowanych obiektowo można
33używać także wywołań zorientowanych na funkce.
7197ec95 34
814503cd
MP
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41
42%{__make} \
fd48d771 43 CC="%{__cc}" \
814503cd
MP
44 OPTIMIZE="%{rpmcflags}"
45
46%{?with_tests:%{__make} test}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} pure_install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc Changes README
60%{perl_vendorarch}/IO/Interface.pm
3ab5d31c 61%dir %{perl_vendorarch}/IO/Interface
62%{perl_vendorarch}/IO/Interface/Simple.pm
814503cd 63%dir %{perl_vendorarch}/auto/IO/Interface
7197ec95 64%attr(755,root,root) %{perl_vendorarch}/auto/IO/Interface/*.so
3ab5d31c 65%{perl_vendorarch}/auto/IO/Interface/autosplit.ix
814503cd 66%{_mandir}/man3/*
This page took 0.52345 seconds and 4 git commands to generate.