Accepting request 106265 from devel:languages:perl
- updated to 1.27 - Updating to Module::Install::DSL 1.04 - Updating copyright year - Remove usage of defined @{"X::ISA"} to avoid warnings in 5.15.7 and later Perl 5.16 (Tom Wyant) OBS-URL: https://build.opensuse.org/request/show/106265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Inspector?expand=0&rev=24
This commit is contained in:
commit
3149fbe52d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7917c2c5966b51130d3addb8dbeb6f501ea6df30ad169acccc5f15039a13d18d
|
|
||||||
size 38462
|
|
3
Class-Inspector-1.27.tar.gz
Normal file
3
Class-Inspector-1.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:109114d7cbd4004aff480a5384d479b7d4d41ff8f79689544980e5fceefedfb9
|
||||||
|
size 39026
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 09:03:08 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.27
|
||||||
|
- Updating to Module::Install::DSL 1.04
|
||||||
|
- Updating copyright year
|
||||||
|
- Remove usage of defined @{"X::ISA"} to avoid warnings in 5.15.7
|
||||||
|
and later Perl 5.16 (Tom Wyant)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 15 08:46:46 UTC 2011 - coolo@novell.com
|
Tue Mar 15 08:46:46 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Inspector
|
# spec file for package perl-Class-Inspector
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@ -16,23 +16,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Class-Inspector
|
Name: perl-Class-Inspector
|
||||||
Version: 1.25
|
Version: 1.27
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name Class-Inspector
|
%define cpan_name Class-Inspector
|
||||||
Summary: Get information about a class and its structure
|
Summary: Get information about a class and its structure
|
||||||
Url: http://search.cpan.org/dist/Class-Inspector/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Class-Inspector/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(File::Spec) >= 0.80
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Requires: perl(File::Spec) >= 0.80
|
#BuildRequires: perl(Class::Inspector)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
#BuildRequires: perl(Class::Inspector::Functions)
|
||||||
BuildArch: noarch
|
#BuildRequires: perl(inc::Module::Install)
|
||||||
|
#BuildRequires: perl(inc::Module::Install::DSL) >= 1.04
|
||||||
|
#BuildRequires: perl(JSON)
|
||||||
|
#BuildRequires: perl(LWP::Simple)
|
||||||
|
#BuildRequires: perl(Module::Build)
|
||||||
|
#BuildRequires: perl(Module::Install::Base)
|
||||||
|
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
|
#BuildRequires: perl(YAML::Tiny)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,11 +63,8 @@ provide an easier, more friendly interface to this information.
|
|||||||
%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(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE MYMETA.json README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user