8
0
forked from pool/perl-WeakRef

Accepting request 28935 from devel:languages:perl

Copy from devel:languages:perl/perl-WeakRef based on submit request 28935 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-11 15:53:01 +00:00
committed by Git OBS Bridge
parent cdbb146ca2
commit a598f6a809
2 changed files with 9 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 2 10:52:54 CEST 2006 - anicka@suse.cz Mon Oct 2 10:52:54 CEST 2006 - anicka@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-WeakRef (Version 0.01) # spec file for package perl-WeakRef (Version 0.01)
# #
# Copyright (c) 2009 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
Name: perl-WeakRef Name: perl-WeakRef
Version: 0.01 Version: 0.01
Release: 118 Release: 119
Provides: perl-Weakref Provides: perl-Weakref
Obsoletes: perl-Weakref Obsoletes: perl-Weakref
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Summary: API for weak references to be created in Perl Summary: API for weak references to be created in Perl
License: Artistic License; GPL v2 or later License: Artistic ; GPLv2+
Url: http://search.cpan.org/dist/WeakRef/ Url: http://search.cpan.org/dist/WeakRef/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
AutoReqProv: on AutoReqProv: on
@@ -55,7 +55,7 @@ Authors:
%build %build
perl Makefile.PL INSTALLDIRS=site perl Makefile.PL INSTALLDIRS=site
make make %{?_smp_mflags}
make test make test
%install %install
@@ -74,9 +74,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Mon Oct 02 2006 anicka@suse.cz
- rename to perl-WeakRef
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jun 22 2004 rommel@suse.de
- initial checkin