8
0

Accepting request 29300 from devel:languages:perl

Copy from devel:languages:perl/perl-File-Basename-Object based on submit request 29300 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Basename-Object?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-12 12:52:45 +00:00
committed by Git OBS Bridge
parent c76bf4c5fc
commit 88971b859c
2 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 26 14:30:01 CET 2008 - anicka@suse.cz Wed Mar 26 14:30:01 CET 2008 - anicka@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Basename-Object (Version 0.01) # spec file for package perl-File-Basename-Object (Version 0.01)
# #
# 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
@@ -20,13 +20,13 @@
Name: perl-File-Basename-Object Name: perl-File-Basename-Object
Url: http://cpan.org/modules/by-module/File/ Url: http://cpan.org/modules/by-module/File/
License: Artistic License License: Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Summary: Object-oriented syntax sugar for File::Basename Summary: Object-oriented syntax sugar for File::Basename
Version: 0.01 Version: 0.01
Release: 37 Release: 38
Source: File-Basename-Object-%{version}.tar.bz2 Source: File-Basename-Object-%{version}.tar.bz2
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}
%check %check
make test make test
@@ -72,5 +72,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/perl-File-Basename-Object /var/adm/perl-modules/perl-File-Basename-Object
%changelog %changelog
* Wed Mar 26 2008 anicka@suse.cz
- package created (version 0.01)