0.05
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=2
This commit is contained in:
parent
e12240515c
commit
34dbe415bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b3974071e394d566c3574623c150e651734cad566fe285714f5de45f8b14359
|
||||
size 13740
|
3
Package-Stash-0.05.tar.gz
Normal file
3
Package-Stash-0.05.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7245983aeee81444cfdfad22248b71f0744229faa1605078468aa5d259e1976
|
||||
size 17023
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 22:16:54 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.05:
|
||||
* bump Test::More requirement for done_testing
|
||||
|
||||
- changes from 0.04:
|
||||
* get_package_symbol now doesn't autovivify stash entries. A new method get_or_add_package_symbol can now be used for that behavior.
|
||||
* update %DB::sub on add_package_symbol
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 13 07:33:47 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.03
|
||||
Version: 0.05
|
||||
Release: 0
|
||||
Summary: Routines for Manipulating Stashes
|
||||
Source: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz
|
||||
@ -9,10 +9,13 @@ URL: http://search.cpan.org/dist/Package-Stash/
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
Requires: perl
|
||||
Requires: perl = %{perl_version}
|
||||
BuildRequires: make perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
Requires: perl(Scalar::Util)
|
||||
|
||||
%description
|
||||
@ -32,6 +35,9 @@ simple API.
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
|
||||
@ -45,9 +51,4 @@ simple API.
|
||||
%doc %{perl_man3dir}/Package::Stash.%{perl_man3ext}%{ext_man}
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
# vim: set sw=3 ts=3 noet:
|
||||
# Local Variables:
|
||||
# mode: rpm-spec
|
||||
# tab-width: 3
|
||||
# End:
|
||||
|
Loading…
Reference in New Issue
Block a user