rpms/perl-Socket6/devel perl-Socket6.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri May 19 19:41:01 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Socket6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29589/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Socket6.spec 
Log Message:
auto-import perl-Socket6-0.19-2 on branch devel from perl-Socket6-0.19-2.src.rpm


--- NEW FILE perl-Socket6.spec ---
Name:           perl-Socket6
Version:        0.19
Release:        2%{?dist}
Summary:        IPv6 related part of the C socket.h defines and structure manipulators

Group:          Development/Libraries
License:        BSD
URL:            http://search.cpan.org/dist/Socket6/
Source0:        http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module supports getaddrinfo() and getnameinfo() to intend to
enable protocol independent programing.
If your environment supports IPv6, IPv6 related defines such as
AF_INET6 are included.


%prep
%setup -q -n Socket6-%{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' -empty -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorarch}/Socket6*
%{perl_vendorarch}/auto/Socket6/


%changelog
* Thu May 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-2
- License: BSD (http://www.opensource.org/licenses/bsd-license.php).

* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Socket6/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 May 2006 19:40:31 -0000	1.1
+++ .cvsignore	19 May 2006 19:41:00 -0000	1.2
@@ -0,0 +1 @@
+Socket6-0.19.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Socket6/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 May 2006 19:40:31 -0000	1.1
+++ sources	19 May 2006 19:41:00 -0000	1.2
@@ -0,0 +1 @@
+35e4bb7e09ca3154a44bcaa8959780a2  Socket6-0.19.tar.gz




More information about the fedora-extras-commits mailing list