- updated to 0.13
- Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran) - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT#75520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-DeprecationManager?expand=0&rev=17
This commit is contained in:
parent
b05ae34988
commit
7b43604f80
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c10a6c7bfca3b3e4226aadc9fb5871db9db94238c8ca40b5e3456dd7067e52e0
|
||||
size 10321
|
3
Package-DeprecationManager-0.13.tar.gz
Normal file
3
Package-DeprecationManager-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1e12143c9a6e9d4f101e43142622ab4894087d42937621e2c7430defbc07b3a
|
||||
size 10961
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 13:46:21 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 0.13
|
||||
- Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran)
|
||||
- Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT#75520
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 31 15:07:21 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Package-DeprecationManager
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Package-DeprecationManager
|
||||
%define cpan_name Package-DeprecationManager
|
||||
Summary: Manage deprecation warnings for your distribution
|
||||
Version: 0.11
|
||||
Release: 1
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
Url: http://search.cpan.org/dist/Package-DeprecationManager/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
|
||||
Patch: %{cpan_name}-0.10-Build_n_Test.patch
|
||||
@ -71,16 +69,9 @@ more modules.
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# do not perl_process_packlist (noarch)
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes LICENSE README
|
||||
|
Loading…
Reference in New Issue
Block a user