Accepting request 29073 from Base:System

Copy from Base:System/perl-Bootloader based on submit request 29073 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=87
This commit is contained in:
OBS User autobuild 2010-01-11 15:21:31 +00:00 committed by Git OBS Bridge
commit 9692f2a3e0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 3 15:41:34 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 15 14:18:51 UTC 2009 - jreidinger@novell.com Tue Dec 15 14:18:51 UTC 2009 - jreidinger@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Bootloader (Version 0.5.8) # spec file for package perl-Bootloader (Version 0.5.8)
# #
# 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,7 +20,7 @@
Name: perl-Bootloader Name: perl-Bootloader
Version: 0.5.8 Version: 0.5.8
Release: 1 Release: 2
Requires: perl-base = %{perl_version} Requires: perl-base = %{perl_version}
Requires: e2fsprogs Requires: e2fsprogs
Recommends: perl-gettext Recommends: perl-gettext
@ -53,7 +53,7 @@ Authors:
%build %build
touch Makefile.PL touch Makefile.PL
perl -MExtUtils::MakeMaker -e 'WriteMakefile (NAME => "Bootloader")' perl -MExtUtils::MakeMaker -e 'WriteMakefile (NAME => "Bootloader")'
make make %{?_smp_mflags}
pod2man %{SOURCE1} | gzip > update-Bootloader.8.gz pod2man %{SOURCE1} | gzip > update-Bootloader.8.gz
%install %install