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:
parent
12610d8f66
commit
e1009e5129
@ -1,2 +1,3 @@
|
|||||||
libpopt0
|
libpopt0
|
||||||
arch ppc package popt-devel
|
arch ppc package popt-devel
|
||||||
|
arch sparcv9 package popt-devel
|
||||||
|
@ -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
|
Fri Aug 28 15:42:48 CEST 2009 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package popt (Version 1.13)
|
# 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
|
# 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
|
||||||
@ -19,13 +19,14 @@
|
|||||||
|
|
||||||
Name: popt
|
Name: popt
|
||||||
Version: 1.13
|
Version: 1.13
|
||||||
Release: 3
|
Release: 4
|
||||||
#!BuildIgnore: rpmlint-Factory
|
#!BuildIgnore: rpmlint-Factory
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: A C library for parsing command line parameters
|
Summary: A C library for parsing command line parameters
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Url: http://www.rpm5.org/
|
Url: http://www.rpm5.org/
|
||||||
Source: popt-%{version}.tar.gz
|
Source: popt-%{version}.tar.gz
|
||||||
|
Source2: baselibs.conf
|
||||||
Patch: popt-1.13-popt_fprintf.diff
|
Patch: popt-1.13-popt_fprintf.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -71,7 +72,7 @@ API documentation of the popt library, too.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libdir=/%{_lib}
|
%configure --libdir=/%{_lib}
|
||||||
make
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
Loading…
Reference in New Issue
Block a user