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
This commit is contained in:
OBS User autobuild 2010-01-14 14:03:00 +00:00 committed by Git OBS Bridge
parent 12610d8f66
commit e1009e5129
3 changed files with 12 additions and 3 deletions

View File

@ -1,2 +1,3 @@
libpopt0
arch ppc package popt-devel
arch sparcv9 package popt-devel

View File

@ -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

View File

@ -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