1
0

- 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:
Vítězslav Čížek 2011-02-25 09:42:55 +00:00 committed by Git OBS Bridge
parent 663496088a
commit 1b915f7b00
4 changed files with 14 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f272cfa5090e04a81110d9ab92029a14a9920a5ab1db4c5584829db796ec6661
size 3782

View File

@ -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 Wed Feb 2 13:41:46 UTC 2011 - vcizek@novell.com

View File

@ -1,7 +1,7 @@
%define cpan_name Text-Glob %define cpan_name Text-Glob
Name: perl-%cpan_name Name: perl-%cpan_name
Version: 0.08 Version: 0.09
Release: 1 Release: 1
Provides: %cpan_name Provides: %cpan_name
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@ -23,6 +23,8 @@ Text::Glob implements glob(3) style matching that can be used to match against t
%build %build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make make
%check
make test make test
%install %install
@ -38,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*
%{perl_vendorlib}/Text %{perl_vendorlib}/Text
%{perl_vendorarch}/auto/Text %{perl_vendorarch}/auto/Text
%doc Changes MANIFEST README %doc Changes MANIFEST
%changelog -n %{name} %changelog -n %{name}
* Sun Jun 08 2008 - gerrit.beine@gmx.de * Sun Jun 08 2008 - gerrit.beine@gmx.de