diff --git a/Regexp-Common-2.122.tar.bz2 b/Regexp-Common-2.122.tar.bz2 deleted file mode 100644 index fcf12a1..0000000 --- a/Regexp-Common-2.122.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:799d2dc7a1e7b327353bc9b2371fda05479721e9fc9492907cbe60bb86a373e0 -size 108321 diff --git a/Regexp-Common-2010010201.tar.gz b/Regexp-Common-2010010201.tar.gz new file mode 100644 index 0000000..227a685 --- /dev/null +++ b/Regexp-Common-2010010201.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c348d2b7a045ac5468a93e09a3c622abcee6dfb785ecf04ac859b73ba0115b +size 112749 diff --git a/perl-Regexp-Common.changes b/perl-Regexp-Common.changes index 6699365..34241c7 100644 --- a/perl-Regexp-Common.changes +++ b/perl-Regexp-Common.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Apr 4 09:38:41 UTC 2011 - coolo@novell.com + +- updated to 2010010201 + Playing the CPANTS game + + Adjustments for 5.005. + + Add $VERSION to all submodules (RT #53250) + + Version 2009123001 Wed Dec 30 03:58:27 2009 +0100 + + Added Changes file, removed them from README. + + Remove CVS traces. + + Modernize Makefile.PL + + POD tests + + Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786) + + Fix POD issues. (RT #34886) (RT #48974) + + Fail faster on some URI subpatterns (RT #52309) + + Added many people to the Acknowledgements section. + ------------------------------------------------------------------- Tue Nov 30 19:20:41 UTC 2010 - coolo@novell.com diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec index 1035168..ef5868f 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Regexp-Common (Version 2.122) +# spec file for package perl-Regexp-Common (Version 2010010201) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,47 +15,39 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: perl-Regexp-Common -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) +Version: 2010010201 +Release: 1 +License: MIT +%define cpan_name Regexp-Common Summary: Provide commonly requested regular expressions -Version: 2.122 -Release: 11 -License: Artistic License .. +Url: http://search.cpan.org/dist/Regexp-Common/ Group: Development/Libraries/Perl -AutoReqProv: on -Url: http://search.cpan.org/dist/Regexp-Common -Source: %{cpan_name}-%{version}.tar.bz2 +#Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(strict) +BuildRequires: perl(vars) +Requires: perl(strict) +Requires: perl(vars) +%{perl_requires} %description -By default, this module exports a single hash (`%RE') that stores or -generates commonly needed regular expressions. Patterns currently -provided include: +By default, this module exports a single hash ('%RE') that stores or +generates commonly needed regular expressions (see the "List of available +patterns" manpage). - * balanced parentheses and brackets - * delimited text (with escapes) - * integers and floating-point numbers in any base (up to 36) - * comments in 44 languages - * offensive language - * lists of any pattern - * IPv4 addresses - * URIs. - * Zip codes. +There is an alternative, subroutine-based syntax described in the +"Subroutine-based interface" manpage. - Authors: - Damian Conway - Abigail %prep %setup -q -n %{cpan_name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +%{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check @@ -67,10 +59,10 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root) -%doc README +%defattr(644,root,root,755) +%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT README TODO %changelog