forked from pool/perl-Class-WhiteHole
Compare commits
10 Commits
f2d2ce74c2
...
9041adfd8b
Author | SHA256 | Date | |
---|---|---|---|
|
9041adfd8b | ||
|
5274f4c33a | ||
|
3c5d3091b8 | ||
|
fc073eb467 | ||
|
ce4687642d | ||
|
af93e35611 | ||
|
e903c46b26 | ||
|
cc2c10e240 | ||
|
96e0d04e72 | ||
|
46745eb528 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa8f25ee28e0d7c2f7cd8a02dc6c81cc4234bda429bf6cec0f67597dbebf964f
|
||||
size 3248
|
3
Class-WhiteHole-0.04.tar.gz
Normal file
3
Class-WhiteHole-0.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ff0c93dee6e3497424eea0eda75de4a19532802a796b0358b262ec0372c6aea
|
||||
size 3279
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user