rpms/perl-Socket-GetAddrInfo/F-11 import.log, NONE, 1.1 perl-Socket-GetAddrInfo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at fedoraproject.org
Mon Jul 27 09:39:31 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/perl-Socket-GetAddrInfo/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31861/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Socket-GetAddrInfo.spec 
Log Message:
Initial import for F-11


--- NEW FILE import.log ---
perl-Socket-GetAddrInfo-0_12-1_fc11:F-11:perl-Socket-GetAddrInfo-0.12-1.fc11.src.rpm:1248687545


--- NEW FILE perl-Socket-GetAddrInfo.spec ---
Name:           perl-Socket-GetAddrInfo
Version:        0.12
Release:        1%{?dist}
Summary:        RFC 2553's "getaddrinfo" and "getnameinfo" functions

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Socket-GetAddrInfo/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-GetAddrInfo-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Build::Compat)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Exception)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The RFC 2553 functions getaddrinfo and getnameinfo provide an abstracted
way to convert between a pair of host name/service name and socket
addresses, or vice versa. getaddrinfo converts names into a set of
arguments to pass to the socket() and connect() syscalls, and getnameinfo
converts a socket address back into its host name/service name pair.

%prep
%setup -q -n Socket-GetAddrInfo-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} $RPM_BUILD_ROOT/*


%check
%{?_with_tests:export I_CAN_HAS_INTERNETS=1}
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes examples LICENSE README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Socket*
%{_mandir}/man3/*.3*


%changelog
* Thu Jul  9 2009 kwizart < kwizart at gmail.com > - 0.12-1
- Initial spec


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Socket-GetAddrInfo/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Jul 2009 22:26:06 -0000	1.1
+++ .cvsignore	27 Jul 2009 09:39:31 -0000	1.2
@@ -0,0 +1 @@
+Socket-GetAddrInfo-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Socket-GetAddrInfo/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jul 2009 22:26:06 -0000	1.1
+++ sources	27 Jul 2009 09:39:31 -0000	1.2
@@ -0,0 +1 @@
+ca4db25266037c1cec66218d3732bf91  Socket-GetAddrInfo-0.12.tar.gz




More information about the fedora-extras-commits mailing list