From e1009e5129860c2ab9d698296c70b6207af13e2672bfbe2744143920bce14cc7 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 14:03:00 +0000 Subject: [PATCH] Accepting request 29069 from Base:System Copy from Base:System/popt based on submit request 29069 from user coolo OBS-URL: https://build.opensuse.org/request/show/29069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=5 --- baselibs.conf | 1 + popt.changes | 7 +++++++ popt.spec | 7 ++++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index b7b7699..5210a36 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,3 @@ libpopt0 arch ppc package popt-devel +arch sparcv9 package popt-devel diff --git a/popt.changes b/popt.changes index 2e80931..51987ba 100644 --- a/popt.changes +++ b/popt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 12 18:40:03 CET 2009 - jengelh@medozas.de + +- enable parallel building +- add baselibs.conf as a source +- add baselibs for SPARC + ------------------------------------------------------------------- Fri Aug 28 15:42:48 CEST 2009 - mrueckert@suse.de diff --git a/popt.spec b/popt.spec index 6dbbff7..9ea9352 100644 --- a/popt.spec +++ b/popt.spec @@ -1,7 +1,7 @@ # # spec file for package popt (Version 1.13) # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,14 @@ Name: popt Version: 1.13 -Release: 3 +Release: 4 #!BuildIgnore: rpmlint-Factory License: MIT Summary: A C library for parsing command line parameters Group: System Environment/Libraries Url: http://www.rpm5.org/ Source: popt-%{version}.tar.gz +Source2: baselibs.conf Patch: popt-1.13-popt_fprintf.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,7 +72,7 @@ API documentation of the popt library, too. %build %configure --libdir=/%{_lib} -make +make %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install