1
0

Compare commits

...

10 Commits

Author SHA256 Message Date
Stephan Kulow
9041adfd8b Accepting request 256261 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/256261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-WhiteHole?expand=0&rev=21
2014-10-15 06:51:43 +00:00
Stephan Kulow
5274f4c33a Accepting request 256197 from home:jengelh:dev
- Use source URLs and remove ancient specfile tags and sections

OBS-URL: https://build.opensuse.org/request/show/256197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-WhiteHole?expand=0&rev=17
2014-10-14 12:19:19 +00:00
Stephan Kulow
3c5d3091b8 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-WhiteHole?expand=0&rev=16
2011-12-06 17:38:56 +00:00
Stephan Kulow
fc073eb467 Accepting request 92084 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-WhiteHole?expand=0&rev=15
2011-11-21 11:36:34 +00:00
Stephan Kulow
ce4687642d use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-WhiteHole?expand=0&rev=14
2011-11-18 11:26:14 +00:00
Stephan Kulow
af93e35611 use gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-WhiteHole?expand=0&rev=13
2011-11-17 15:23:19 +00:00
Stephan Kulow
e903c46b26 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-WhiteHole?expand=0&rev=11 2011-11-11 11:14:47 +00:00
Lars Vogdt
cc2c10e240 Autobuild autoformatter for 54738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-WhiteHole?expand=0&rev=12
2010-12-05 20:41:10 +00:00
Lars Vogdt
96e0d04e72 Accepting request 54738 from devel:languages:perl
Accepted submit request 54738 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-WhiteHole?expand=0&rev=11
2010-12-05 20:41:04 +00:00
Stephan Kulow
46745eb528 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-WhiteHole?expand=0&rev=9
2010-12-03 13:57:57 +00:00
4 changed files with 21 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa8f25ee28e0d7c2f7cd8a02dc6c81cc4234bda429bf6cec0f67597dbebf964f
size 3248

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ff0c93dee6e3497424eea0eda75de4a19532802a796b0358b262ec0372c6aea
size 3279

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 14 08:14:33 UTC 2014 - jengelh@inai.de
- Use source URLs and remove ancient specfile tags and sections
-------------------------------------------------------------------
Fri Nov 18 11:06:59 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Dec 1 13:31:03 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-WhiteHole (Version 0.04)
# spec file for package perl-Class-WhiteHole
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,21 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Class-WhiteHole
Version: 0.04
Release: 209
%{perl_requires}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Release: 0
Url: http://cpan.org/modules/by-module/Class/
Summary: Base class to treat unhandled method calls as errors
Source: Class-WhiteHole-%{version}.tar.bz2
License: Artistic-1.0
Group: Development/Libraries/Perl
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Class-WhiteHole-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
It's possible to accidentally inherit an AUTOLOAD method. Often this
@@ -56,13 +54,9 @@ make %{?_smp_mflags}
make test
%install
rm -rf $RPM_BUILD_ROOT
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc Changes