Author: qboosh Date: Sun Aug 20 07:55:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, missing dir, cleanup
---- Files affected: SPECS: perl-IO-Socket-Multicast.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-IO-Socket-Multicast.spec diff -u SPECS/perl-IO-Socket-Multicast.spec:1.1 SPECS/perl-IO-Socket-Multicast.spec:1.2 --- SPECS/perl-IO-Socket-Multicast.spec:1.1 Sun Jul 30 20:58:44 2006 +++ SPECS/perl-IO-Socket-Multicast.spec Sun Aug 20 09:55:07 2006 @@ -2,21 +2,22 @@ # # Conditional build: %bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without tests # do not perform "make test" +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir IO %define pnam Socket-Multicast -Summary: perl(IO::Socket::Multicast) - Send and receive multicast messages. +Summary: IO::Socket::Multicast - send and receive multicast messages +Summary(pl): IO::Socket::Multicast - wysyłanie i odbieranie komunikatów multicastowych Name: perl-IO-Socket-Multicast Version: 1.04 Release: 0.1 # "same as perl" -License: GPLv1+ or Artistic +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: c433622d7ca5149faf90c21107223e1f -URL: http://search.cpan.org/dist/IO-Socket-Multicast +URL: http://search.cpan.org/dist/IO-Socket-Multicast/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} || %{with tests} @@ -24,13 +25,19 @@ %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(anything_fake_or_conditional)' - %description -The IO::Socket::Multicast module subclasses IO::Socket::INET to enable you to -manipulate multicast groups. With this module (and an operating system that -supports multicasting), you will be able to receive incoming multicast -transmissions and generate your own outgoing multicast packets. +The IO::Socket::Multicast module subclasses IO::Socket::INET to enable +you to manipulate multicast groups. With this module (and an operating +system that supports multicasting), you will be able to receive +incoming multicast transmissions and generate your own outgoing +multicast packets. + +%description -l pl +Moduł IO::Socket::Multicast jest podklasą IO::Socket::INET pozwalającą +na manipulowanie grupami multicastowymi. Przy użyciu tego modułu (i +systemu operacyjnego obsługującego multicasty) można odbierać +przychodzącą transmisję multicastową i generować własne wychodzące +pakiety multicastowe. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -49,9 +56,8 @@ %{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT -%{__install} -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -%{__install} examples/*.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ - +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install examples/*.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -63,7 +69,7 @@ %dir %{perl_vendorarch}/auto/IO/Socket/Multicast %{perl_vendorarch}/auto/IO/Socket/Multicast/Multicast.bs %attr(755,root,root) %{perl_vendorarch}/auto/IO/Socket/Multicast/Multicast.so -%{_examplesdir}/%{name}-%{version}/*.pl +%{_examplesdir}/%{name}-%{version} %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -72,6 +78,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/20 07:55:07 qboosh +- pl, missing dir, cleanup + Revision 1.1 2006/07/30 18:58:44 agaran - initial 1.04, rel 0.1, builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-IO-Socket-Multicast.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
