2007-01-16 00:31:50 +01:00
|
|
|
#
|
2010-02-09 22:42:12 +01:00
|
|
|
# spec file for package perl-Socket6 (Version 0.23)
|
2007-01-16 00:31:50 +01:00
|
|
|
#
|
2010-01-12 12:03:56 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:31:50 +01:00
|
|
|
#
|
2008-11-03 14:17:18 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-16 00:31:50 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-11-03 14:17:18 +01:00
|
|
|
|
|
|
|
Name: perl-Socket6
|
|
|
|
Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
|
2010-01-12 12:03:56 +01:00
|
|
|
License: Artistic
|
2008-11-03 14:17:18 +01:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Summary: IPv6 Sockets (Perl Module)
|
2010-02-09 22:42:12 +01:00
|
|
|
Version: 0.23
|
2011-11-11 12:22:24 +01:00
|
|
|
Release: 7
|
2008-11-03 14:17:18 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 15:49:57 +01:00
|
|
|
%{perl_requires}
|
2010-10-19 13:13:19 +02:00
|
|
|
BuildRequires: perl
|
2010-12-03 15:49:57 +01:00
|
|
|
BuildRequires: perl-macros
|
2007-01-16 00:31:50 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The IPv6 related part of the C socket.h defines and structure
|
|
|
|
manipulators.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Hajimu Umemoto <ume@mahoroba.org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n Socket6-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 12:03:56 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-01-16 00:31:50 +01:00
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
2008-11-03 14:17:18 +01:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-01-16 00:31:50 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{perl_vendorarch}/auto/Socket6
|
|
|
|
%{perl_vendorarch}/Socket6.pm
|
|
|
|
#%doc %{_mandir}/man3/Socket6.3pm.gz
|
|
|
|
%doc MANIFEST README ChangeLog
|
|
|
|
|
2008-11-03 14:17:18 +01:00
|
|
|
%changelog
|