- Add config-guess-sub-update.patch:

* Update config.guess/sub for AArch64

OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=34
This commit is contained in:
Dirk Mueller 2013-02-04 16:13:36 +00:00 committed by Git OBS Bridge
parent 18cb423802
commit 0b7daae65a
3 changed files with 1255 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 4 16:09:56 UTC 2013 - dmueller@suse.com
- Add config-guess-sub-update.patch:
* Update config.guess/sub for AArch64
-------------------------------------------------------------------
Fri Jan 25 09:25:40 UTC 2013 - cfarrell@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package popt
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -21,11 +21,12 @@ Version: 1.16
Release: 0
#!BuildIgnore: rpmlint-Factory
Summary: A C library for parsing command line parameters
License: X11
License: MIT
Group: System Environment/Libraries
Url: http://www.rpm5.org/
Source: popt-%{version}.tar.bz2
Source2: baselibs.conf
Patch0: config-guess-sub-update.patch
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -65,6 +66,7 @@ API documentation of the popt library, too.
%prep
%setup -q
%patch0
%build
%configure --with-pic --disable-static
make %{?_smp_mflags}