forked from pool/perl-Class-MethodMaker
- updated to 2.19
- Fix 5.19 incompatibility - RT#88934 (Zefram) - small distro polishing OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-MethodMaker?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
f9ad23b495
commit
81d77028f0
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:223b7a79025e9bff984d755f9744182505e110680b13eedbac2831d45ddbeeba
|
|
||||||
size 89815
|
|
3
Class-MethodMaker-2.19.tar.gz
Normal file
3
Class-MethodMaker-2.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28da271bec6f4dd181d7b1e880363b19c3bda94f1c87eeec3d3438c1fc4716bd
|
||||||
|
size 88429
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 10:37:48 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.19
|
||||||
|
- Fix 5.19 incompatibility - RT#88934 (Zefram)
|
||||||
|
- small distro polishing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 21 05:14:32 UTC 2011 - coolo@opensuse.org
|
Thu Apr 21 05:14:32 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-MethodMaker (Version 2.18)
|
# spec file for package perl-Class-MethodMaker
|
||||||
#
|
#
|
||||||
# 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,19 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Class-MethodMaker
|
Name: perl-Class-MethodMaker
|
||||||
Version: 2.18
|
Version: 2.19
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Class-MethodMaker
|
%define cpan_name Class-MethodMaker
|
||||||
Summary: Create generic methods for OO Perl
|
Summary: Create generic methods for OO Perl
|
||||||
Url: http://search.cpan.org/dist/Class-MethodMaker/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/S/SC/SCHWIGON/%{cpan_name}-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Class-MethodMaker/
|
||||||
|
Source: http://www.cpan.org/authors/id/S/SC/SCHWIGON/class-methodmaker/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -45,6 +45,7 @@ at least declare) your overriding method in a 'BEGIN' block.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
@@ -58,9 +59,6 @@ at least declare) your overriding method in a 'BEGIN' block.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples README TODO
|
%doc Changes examples README TODO
|
||||||
|
Reference in New Issue
Block a user