2007-01-16 00:31:50 +01:00
|
|
|
#
|
2011-11-17 16:48:35 +01:00
|
|
|
# spec file for package perl-Socket6
|
2007-01-16 00:31:50 +01:00
|
|
|
#
|
2013-12-09 12:22:19 +01:00
|
|
|
# Copyright (c) 2013 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
|
|
|
#
|
|
|
|
|
2008-11-03 14:17:18 +01:00
|
|
|
|
|
|
|
Name: perl-Socket6
|
|
|
|
Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
|
2013-12-09 12:22:19 +01:00
|
|
|
Summary: IPv6 Sockets (Perl Module)
|
2012-01-13 14:49:24 +01:00
|
|
|
License: BSD-3-Clause
|
2008-11-03 14:17:18 +01:00
|
|
|
Group: Development/Libraries/Perl
|
2013-12-09 12:22:19 +01:00
|
|
|
Version: 0.25
|
|
|
|
Release: 0
|
2011-11-17 16:48:35 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
|
2008-11-03 14:17:18 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%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
|