8
0

Accepting request 29444 from devel:languages:perl

Copy from devel:languages:perl/perl-Regexp-Shellish based on submit request 29444 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Shellish?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-14 20:43:31 +00:00
committed by Git OBS Bridge
parent ad27f54e9f
commit 8cf83a53ac
2 changed files with 9 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:39:56 CET 2006 - mls@suse.de Wed Jan 25 21:39:56 CET 2006 - mls@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Regexp-Shellish (Version 0.93) # spec file for package perl-Regexp-Shellish (Version 0.93)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
Name: perl-Regexp-Shellish Name: perl-Regexp-Shellish
License: Artistic License License: Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://cpan.org/ Url: http://cpan.org/
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Summary: Shell-like regular expressions Summary: Shell-like regular expressions
Version: 0.93 Version: 0.93
Release: 138 Release: 139
Source: http://cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{version}.tar.gz Source: http://cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +46,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
%{__make} %{__make} %{?_smp_mflags}
%install %install
%perl_make_install %perl_make_install
@@ -66,9 +66,3 @@ perl Makefile.PL
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 schwab@suse.de
- Don't remove BuildRoot in %%install.
* Mon Feb 14 2005 lmuelle@suse.de
- Initial SuSE package.