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