forked from pool/perl-Module-Info
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Info?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
dd3b0c3e72
commit
cb28023d35
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:329ef051c3bd30466b7fa7d10a277c7bc2a4fb8b6753980ad5f494c0c4ea738e
|
||||
size 44839
|
3
Module-Info-0.35.tar.gz
Normal file
3
Module-Info-0.35.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab073d10d67a25b0e6a3f8efa95de9e3d6fbe043538bf524a88a0e1fc3ebfb64
|
||||
size 55112
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 20 07:25:16 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.35
|
||||
- Handle 'package NAME VERSION' syntax (patch by Norbert Gruener)
|
||||
- Added repository and license info to metadata
|
||||
- Tweaked format of Changes (this file) to match CPAN::Changes::Spec
|
||||
|
||||
0.34 2013-05-21 21:48:49 CEST
|
||||
- Replace Test::Soundex in tests with Class::Struct, since
|
||||
Text::Soundex will not be in core in Perl 5.19 and up.
|
||||
- Replace ExtUtils::MY_Metafile with META_MERGE in Makefile.PL.
|
||||
|
||||
0.33 2013-02-9 13:12:22 CET
|
||||
- Fix tests under Perl 5.6.2 when some core modules have been
|
||||
upgraded (patch by Andreas Koenig).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 11:33:28 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Info (Version 0.32)
|
||||
# spec file for package perl-Module-Info
|
||||
#
|
||||
# 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,24 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Info
|
||||
Version: 0.32
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.35
|
||||
Release: 0
|
||||
%define cpan_name Module-Info
|
||||
Summary: Information about Perl modules
|
||||
Url: http://search.cpan.org/dist/Module-Info/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Patch0: fix_provides.diff
|
||||
Url: http://search.cpan.org/dist/Module-Info/
|
||||
Source: http://www.cpan.org/authors/id/M/MB/MBARBON/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Spec) >= 0.8
|
||||
Requires: perl(File::Spec) >= 0.8
|
||||
BuildRequires: perl(Module::Build) >= 0.40
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -42,7 +39,6 @@ on any perl code.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
@@ -55,11 +51,8 @@ on any perl code.
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user