SPECS (RA-branch): perl-IO-Socket-INET6.spec - merged version 2.51...

hawk hawk at pld-linux.org
Mon Oct 17 09:57:30 CEST 2005


Author: hawk                         Date: Mon Oct 17 07:57:30 2005 GMT
Module: SPECS                         Tag: RA-branch
---- Log message:
- merged version 2.51 from HEAD

---- Files affected:
SPECS:
   perl-IO-Socket-INET6.spec (1.14.2.4 -> 1.14.2.5) 

---- Diffs:

================================================================
Index: SPECS/perl-IO-Socket-INET6.spec
diff -u SPECS/perl-IO-Socket-INET6.spec:1.14.2.4 SPECS/perl-IO-Socket-INET6.spec:1.14.2.5
--- SPECS/perl-IO-Socket-INET6.spec:1.14.2.4	Tue Sep  9 13:12:23 2003
+++ SPECS/perl-IO-Socket-INET6.spec	Mon Oct 17 09:57:24 2005
@@ -1,26 +1,33 @@
 # $Revision$, $Date$
 %include	/usr/lib/rpm/macros.perl
-Summary:	IO::Socket::INET6 perl module
+%define		pdir    IO
+%define		pnam    Socket-INET6
+Summary:       IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets
 Summary(pl):	Moduł perla IO::Socket::INET6
 Name:		perl-IO-Socket-INET6
-Version:	0.01a
-Release:	5
-License:	GPL
+Version:	2.51
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	ftp://ftp.pld.org.pl/people/agaran/IO-Socket-INET6-%{version}.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: e4ef8b7944fa036cda19dc3e1cc688a6
 BuildRequires:	rpm-perlprov >= 4.0.2-104
-BuildRequires:	perl >= 5.6.1
+BuildRequires:	perl-devel >= 1:5.6.1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-IO::Socket::INET6 - uses socket6.
+IO::Socket::INET6 provides an object interface to creating and using
+sockets in either AF_INET or AF_INET6 domains. It is built upon the
+IO::Socket interface and inherits all the methods defined by
+IO::Socket.
 
 %description -l pl
-IO::Socket::INET6 - nazwa tlumaczy wszystko ;)
+IO::Socket::INET6 - nazwa tłumaczy wszystko ;)
 
 %prep
-%setup -q -n IO-Socket-INET6-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Makefile.PL
@@ -29,15 +36,17 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc ChangeLog README
 %{perl_sitelib}/IO/Socket/INET6.pm
+%{_mandir}/man3/*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -45,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14.2.5  2005/10/17 07:57:24  hawk
+- merged version 2.51 from HEAD
+
 Revision 1.14.2.4  2003/09/09 11:12:23  ankry
 - spaces -> tabs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-IO-Socket-INET6.spec?r1=1.14.2.4&r2=1.14.2.5&f=u




More information about the pld-cvs-commit mailing list