Author: qboosh Date: Sat Apr 15 15:27:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl
---- Files affected: SPECS: perl-IO-Interface.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-IO-Interface.spec diff -u SPECS/perl-IO-Interface.spec:1.1 SPECS/perl-IO-Interface.spec:1.2 --- SPECS/perl-IO-Interface.spec:1.1 Sat Apr 8 18:50:57 2006 +++ SPECS/perl-IO-Interface.spec Sat Apr 15 17:27:08 2006 @@ -1,13 +1,13 @@ # $Revision$, $Date$ # # 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 @@ -15,21 +15,23 @@ 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} @@ -56,8 +58,8 @@ %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/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -66,6 +68,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/04/15 15:27:08 qboosh +- pl + Revision 1.1 2006/04/08 16:50:57 agaran - initial spec - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-IO-Interface.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
