- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=11
This commit is contained in:
parent
416b00f71e
commit
56df7f308d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:799d2dc7a1e7b327353bc9b2371fda05479721e9fc9492907cbe60bb86a373e0
|
|
||||||
size 108321
|
|
3
Regexp-Common-2010010201.tar.gz
Normal file
3
Regexp-Common-2010010201.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4c348d2b7a045ac5468a93e09a3c622abcee6dfb785ecf04ac859b73ba0115b
|
||||||
|
size 112749
|
@ -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
|
Tue Nov 30 19:20:41 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,47 +15,39 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Regexp-Common
|
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
|
Summary: Provide commonly requested regular expressions
|
||||||
Version: 2.122
|
Url: http://search.cpan.org/dist/Regexp-Common/
|
||||||
Release: 11
|
|
||||||
License: Artistic License ..
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
AutoReqProv: on
|
#Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Regexp-Common
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
|
Requires: perl(strict)
|
||||||
|
Requires: perl(vars)
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
By default, this module exports a single hash (`%RE') that stores or
|
By default, this module exports a single hash ('%RE') that stores or
|
||||||
generates commonly needed regular expressions. Patterns currently
|
generates commonly needed regular expressions (see the "List of available
|
||||||
provided include:
|
patterns" manpage).
|
||||||
|
|
||||||
* balanced parentheses and brackets
|
There is an alternative, subroutine-based syntax described in the
|
||||||
* delimited text (with escapes)
|
"Subroutine-based interface" manpage.
|
||||||
* 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.
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
Damian Conway <damian@conway.org>
|
|
||||||
Abigail <regexp-common@abigail.nl>
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -67,10 +59,10 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(644,root,root,755)
|
||||||
%doc README
|
%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user