summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2006-02-25 18:29:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit02ebac038d987ec085f09753a1682b0a9d4f235b (patch)
tree5c19ff138664fed9abe85f3c6c546864c2be3a63
parent479e4fa72aa413f84c5847d8a9e9f68def17501f (diff)
downloadperl-IO-Mux-02ebac038d987ec085f09753a1682b0a9d4f235b.zip
perl-IO-Mux-02ebac038d987ec085f09753a1682b0a9d4f235b.tar.gz
- missing dir, fixed typos and encoding in pl desc
Changed files: perl-IO-Mux.spec -> 1.2
-rw-r--r--perl-IO-Mux.spec24
1 files changed, 11 insertions, 13 deletions
diff --git a/perl-IO-Mux.spec b/perl-IO-Mux.spec
index 79a9bbc..fbde721 100644
--- a/perl-IO-Mux.spec
+++ b/perl-IO-Mux.spec
@@ -1,13 +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 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
@@ -18,23 +17,21 @@ Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version
# 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}
@@ -59,5 +56,6 @@ rm -rf $RPM_BUILD_ROOT
%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/*