forked from pool/perl-Text-Glob
- update to 0.09
* Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Glob?expand=0&rev=7
This commit is contained in:
parent
663496088a
commit
1b915f7b00
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f5633e9e5e79213c73028f943ec2f7daad6f032a493b6b4c6b51509da51f68e
|
||||
size 3842
|
3
Text-Glob-0.09.tar.bz2
Normal file
3
Text-Glob-0.09.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f272cfa5090e04a81110d9ab92029a14a9920a5ab1db4c5584829db796ec6661
|
||||
size 3782
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 09:40:03 UTC 2011 - vcizek@novell.com
|
||||
|
||||
- update to 0.09
|
||||
* Compiled documentation fixes
|
||||
(collected by Tom Hukins from fixes on rt.cpan)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 13:41:46 UTC 2011 - vcizek@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define cpan_name Text-Glob
|
||||
|
||||
Name: perl-%cpan_name
|
||||
Version: 0.08
|
||||
Version: 0.09
|
||||
Release: 1
|
||||
Provides: %cpan_name
|
||||
Group: Development/Libraries/Perl
|
||||
@ -23,6 +23,8 @@ Text::Glob implements glob(3) style matching that can be used to match against t
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
@ -38,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorlib}/Text
|
||||
%{perl_vendorarch}/auto/Text
|
||||
%doc Changes MANIFEST README
|
||||
%doc Changes MANIFEST
|
||||
|
||||
%changelog -n %{name}
|
||||
* Sun Jun 08 2008 - gerrit.beine@gmx.de
|
||||
|
Loading…
Reference in New Issue
Block a user