8
0
forked from pool/perl-WeakRef

Compare commits

...

12 Commits

Author SHA256 Message Date
Stephan Kulow
6f369009cc Accepting request 156754 from devel:languages:perl
ciaran wants it with 'or' now

OBS-URL: https://build.opensuse.org/request/show/156754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=23
2013-03-01 06:45:21 +00:00
Stephan Kulow
1f128a6878 update license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=21
2013-02-27 19:07:44 +00:00
68554d6def Accepting request 156511 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/156511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=20
2013-02-27 13:34:59 +00:00
Stephan Kulow
a8a71f3300 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=20
2011-12-06 17:49:33 +00:00
Stephan Kulow
0ae5964c2a Accepting request 92297 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=19
2011-11-21 11:50:07 +00:00
Stephan Kulow
4435f9cbcd use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=17
2011-11-18 11:42:15 +00:00
Stephan Kulow
945d6a2665 use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=16
2011-11-17 15:56:15 +00:00
Stephan Kulow
6318811573 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=14 2011-11-11 11:24:22 +00:00
Ruediger Oertel
0f23c2d50b Autobuild autoformatter for 59812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=16
2011-02-03 00:45:28 +00:00
Ruediger Oertel
70dcef770e Accepting request 59812 from devel:languages:perl
Accepted submit request 59812 from user vitezslav_cizek

OBS-URL: https://build.opensuse.org/request/show/59812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-WeakRef?expand=0&rev=15
2011-02-03 00:45:16 +00:00
Vítězslav Čížek
c6fbbdeea2 - bzipped source tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=12
2011-02-02 13:52:11 +00:00
OBS User buildservice-autocommit
460575351a Updating link to change in openSUSE:Factory/perl-WeakRef revision 14.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WeakRef?expand=0&rev=0aa64be5db9db3a8033af04533c40a4f
2010-12-05 21:27:44 +00:00
2 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 27 06:22:33 UTC 2013 - coolo@suse.com
- update license to new format
-------------------------------------------------------------------
Fri Nov 18 11:09:51 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Feb 2 13:41:56 UTC 2011 - vcizek@novell.com
- bzipped source tarball
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 30 19:20:59 UTC 2010 - coolo@novell.com Tue Nov 30 19:20:59 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-WeakRef (Version 0.01) # spec file for package perl-WeakRef
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 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
@@ -15,20 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-WeakRef Name: perl-WeakRef
%define cpan_name WeakRef
Version: 0.01 Version: 0.01
Release: 128 Release: 0
Provides: perl-Weakref Provides: perl-Weakref
Obsoletes: perl-Weakref Obsoletes: perl-Weakref
Summary: API for weak references to be created in Perl Summary: API for weak references to be created in Perl
License: Artistic ; GPLv2+ License: Artistic-1.0 or GPL-2.0+
Url: http://search.cpan.org/dist/WeakRef/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
AutoReqProv: on Url: http://search.cpan.org/dist/WeakRef/
Source: http://search.cpan.org/CPAN/authors/id/L/LU/LUKKA/WeakRef-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
BuildRequires: perl BuildRequires: perl
@@ -53,7 +51,7 @@ Authors:
Tuomas J. Lukka <lukka@iki.fi> Tuomas J. Lukka <lukka@iki.fi>
%prep %prep
%setup -n WeakRef-%{version} %setup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=site perl Makefile.PL INSTALLDIRS=site