- 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:
parent
18cb423802
commit
0b7daae65a
1245
config-guess-sub-update.patch
Normal file
1245
config-guess-sub-update.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
Fri Jan 25 09:25:40 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package popt
|
# 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
|
# 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
|
||||||
@ -21,11 +21,12 @@ Version: 1.16
|
|||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: rpmlint-Factory
|
#!BuildIgnore: rpmlint-Factory
|
||||||
Summary: A C library for parsing command line parameters
|
Summary: A C library for parsing command line parameters
|
||||||
License: X11
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Url: http://www.rpm5.org/
|
Url: http://www.rpm5.org/
|
||||||
Source: popt-%{version}.tar.bz2
|
Source: popt-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
Patch0: config-guess-sub-update.patch
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -65,6 +66,7 @@ API documentation of the popt library, too.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
%build
|
%build
|
||||||
%configure --with-pic --disable-static
|
%configure --with-pic --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user