]> git.pld-linux.org Git - packages/perl-IO-Interface.git/commitdiff
- pl auto/th/perl-IO-Interface-0_98-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Apr 2006 15:27:08 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Interface.spec -> 1.2

perl-IO-Interface.spec

index 122bb882f7aa6022aee93f2aceddd599c3eb1d10..0aa3a4256a9b596d60cee72b66879c3c372be7f8 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    IO
 %define                pnam    Interface
-Summary:       perl(IO::Interface) perl extension to access interface information
+Summary:       IO::Interface - Perl extension to access interface information
+Summary(pl):   IO::Interface - rozszerzenie Perla do dostêpu do informacji o interfejsach
 Name:          perl-IO-Interface
 Version:       0.98
 Release:       0.1
@@ -14,21 +14,23 @@ License:    GPL v2/Artistic (same as perl)
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 91d5029a32302aa02414c9c8e3353cec
-URL:           http://search.cpan.org/dist/IO-Interface
+URL:           http://search.cpan.org/dist/IO-Interface/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-#%%if %%{with autodeps} || %%{with tests}
-#%%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-#%%define              _noautoreq      'perl(anything_fake_or_conditional)'
-
 %description
 IO::Interface adds methods to IO::Socket objects that allows them to
 be used to retrieve and change information about the network
 interfaces on your system.  In addition to the object-oriented access
 methods, you can use a function-oriented style.
 
+%description -l pl
+IO::Interface dodaje do obiektów IO::Socket metody pozwalaj±ce na
+u¿ywanie ich do pobierania i zmiany informacji o interfejsach
+sieciowych w systemie. Oprócz metod zorientowanych obiektowo mo¿na
+u¿ywaæ tak¿e wywo³añ zorientowanych na funkce.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -55,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes README
 %{perl_vendorarch}/IO/Interface.pm
 %dir %{perl_vendorarch}/auto/IO/Interface
-%attr(755,root,root) %{perl_vendorarch}/auto/IO/Interface/*so
-%{perl_vendorarch}/auto/IO/Interface/*bs
+%attr(755,root,root) %{perl_vendorarch}/auto/IO/Interface/*.so
+%{perl_vendorarch}/auto/IO/Interface/*.bs
 %{_mandir}/man3/*
This page took 0.094116 seconds and 4 git commands to generate.