forked from pool/perl-WeakRef
Compare commits
12 Commits
0dacf03abf
...
6f369009cc
Author | SHA256 | Date | |
---|---|---|---|
|
6f369009cc | ||
|
1f128a6878 | ||
68554d6def | |||
|
a8a71f3300 | ||
|
0ae5964c2a | ||
|
4435f9cbcd | ||
|
945d6a2665 | ||
|
6318811573 | ||
|
0f23c2d50b | ||
|
70dcef770e | ||
|
c6fbbdeea2 | ||
|
460575351a |
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,20 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-WeakRef
|
||||
%define cpan_name WeakRef
|
||||
Version: 0.01
|
||||
Release: 128
|
||||
Release: 0
|
||||
Provides: perl-Weakref
|
||||
Obsoletes: perl-Weakref
|
||||
Summary: API for weak references to be created in Perl
|
||||
License: Artistic ; GPLv2+
|
||||
Url: http://search.cpan.org/dist/WeakRef/
|
||||
License: Artistic-1.0 or GPL-2.0+
|
||||
Group: Development/Libraries/Perl
|
||||
AutoReqProv: on
|
||||
Source: http://search.cpan.org/CPAN/authors/id/L/LU/LUKKA/WeakRef-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/WeakRef/
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
@@ -53,7 +51,7 @@ Authors:
|
||||
Tuomas J. Lukka <lukka@iki.fi>
|
||||
|
||||
%prep
|
||||
%setup -n WeakRef-%{version}
|
||||
%setup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=site
|
||||
|
Reference in New Issue
Block a user