forked from pool/perl-Module-Util
Accepting request 296441 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Util?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
2bc489779b
commit
f58ba79e5c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40d3958408922ef1d0faf84339ab9bfe8c6c96f375d50702f9fda5908eb9462c
|
|
||||||
size 9556
|
|
3
Module-Util-1.09.tar.gz
Normal file
3
Module-Util-1.09.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cfbcb6a45064446ec8aa0ee1a7dddc420b54469303344187aef84d2c7f3e2c6
|
||||||
|
size 11661
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 20:05:35 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.09
|
||||||
|
see /usr/share/doc/packages/perl-Module-Util/Changes
|
||||||
|
|
||||||
|
1.09 - Thu Jan 10 2013
|
||||||
|
- Added module_name_parts
|
||||||
|
|
||||||
|
1.08 - Mon May 28 2012
|
||||||
|
- Added an explicit =encoding directive to avoid pod errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 1 10:30:22 UTC 2011 - coolo@opensuse.org
|
Sun May 1 10:30:22 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Util (Version 1.07)
|
# spec file for package perl-Module-Util
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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,20 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Util
|
Name: perl-Module-Util
|
||||||
Version: 1.07
|
Version: 1.09
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Module-Util
|
%define cpan_name Module-Util
|
||||||
Summary: Module name tools and transformations
|
Summary: Module name tools and transformations
|
||||||
Url: http://search.cpan.org/dist/Module-Util/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/Module-Util/
|
||||||
Source: http://www.cpan.org/authors/id/M/MA/MATTLAW/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/M/MA/MATTLAW/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.40
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,11 +52,8 @@ names to relative paths.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%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 README
|
%doc Changes README scripts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user