Accepting request 29268 from devel:languages:perl

Copy from devel:languages:perl/perl-Socket6 based on submit request 29268 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Socket6?expand=0&rev=5
This commit is contained in:
OBS User autobuild 2010-01-12 11:03:56 +00:00 committed by Git OBS Bridge
parent dbe4c198e1
commit 9c26b0ddef
2 changed files with 9 additions and 20 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Wed Oct 29 17:10:39 CET 2008 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Socket6 (Version 0.22)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,12 +20,12 @@
Name: perl-Socket6
Url: http://search.cpan.org/author/UMEMOTO/Socket6-0.11/
License: Artistic License
License: Artistic
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Summary: IPv6 Sockets (Perl Module)
Version: 0.22
Release: 1
Release: 2
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -44,7 +44,7 @@ Authors:
%build
perl Makefile.PL
make
make %{?_smp_mflags}
make test
%install
@ -63,19 +63,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Wed Oct 29 2008 mls@suse.de
- update to Socket6-0.22, fixes bnc#426256
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jul 29 2005 mls@suse.de
- Update to Socket6-0.18
* Mon Aug 16 2004 garloff@suse.de
- Update to Socket6-0.17:
* Build fixes Solaris and Win32.
* Minor bugfixes (compiler warnings, etc.).
* Mon Feb 16 2004 garloff@suse.de
- Update to Socket6-0.14.
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 garloff@suse.de
- Initial creation of package.