Author: qboosh                       Date: Sat Feb 25 18:29:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dir, fixed typos and encoding in pl desc

---- Files affected:
SPECS:
   perl-IO-Mux.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-IO-Mux.spec
diff -u SPECS/perl-IO-Mux.spec:1.1 SPECS/perl-IO-Mux.spec:1.2
--- SPECS/perl-IO-Mux.spec:1.1  Thu Feb 23 03:23:53 2006
+++ SPECS/perl-IO-Mux.spec      Sat Feb 25 19:29:22 2006
@@ -1,14 +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    Mux
 Summary:       IO::MUX - an IO stream multiplexing module
-Summary(pl):   IO::MUX - moduł multiplexera dla strumieni IO
+Summary(pl):   IO::MUX - moduł multipleksera dla strumieni we/wy
 Name:          perl-IO-Mux
 Version:       0.07
 Release:       0.1
@@ -19,23 +18,21 @@
 # Source0-md5: 52b58db6366ff287bf2dddecad7d3ce2
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with autodeps} || %{with tests}
-%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreq      'perl(anything_fake_or_conditional)'
-
 %description
-"IO::Mux" allows you to multiplex several virtual streams over a single pipe or
-socket. This is achieved by creating an "IO::Mux" object on each end of the
-real stream and then creating virtual handles ("IO::Mux::Handle" objects) from
-these "IO::Mux" objects.
+"IO::Mux" allows you to multiplex several virtual streams over a
+single pipe or socket. This is achieved by creating an "IO::Mux"
+object on each end of the real stream and then creating virtual
+handles ("IO::Mux::Handle" objects) from these "IO::Mux" objects.
 
 %description -l pl
-"IO::Mux" pozwala na utworzenie kilku wirtualnych strumieniu w oparciu o 
pojedyńczy potok
-lub gniazdo. Jest to osiagane poprzez tworzenie obiektu "IO::Mux" na kazdym 
koncu rzeczywistego
-strumienia i następnie tworzeniu wirtualnych uchwytów skojarzonych z tymi 
obiektami.
+"IO::Mux" pozwala na utworzenie kilku wirtualnych strumieni w oparciu
+o pojedynczy potok lub gniazdo. Jest to osiągane poprzez tworzenie
+obiektu "IO::Mux" na każdym końcu rzeczywistego strumienia, a
+następnie tworzenie wirtualnych uchwytów skojarzonych z tymi
+obiektami.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -60,6 +57,7 @@
 %defattr(644,root,root,755)
 %doc Changes README TODO
 %{perl_vendorlib}/IO/Mux.pm
+%dir %{perl_vendorlib}/IO/Mux
 %{perl_vendorlib}/IO/Mux/*.pm
 %{_mandir}/man3/*
 
@@ -69,6 +67,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/25 18:29:22  qboosh
+- missing dir, fixed typos and encoding in pl desc
+
 Revision 1.1  2006/02/23 02:23:53  agaran
 - initial version, rel 0.1 (under testing)
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-IO-Mux.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

Reply via email to