SHA256
6
0
forked from pool/popt

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