SHA256
3
0
forked from pool/acl

Accepting request 43438 from Base:System

Copy from Base:System/acl based on submit request 43438 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acl?expand=0&rev=20
This commit is contained in:
OBS User autobuild 2010-07-20 18:20:43 +00:00 committed by Git OBS Bridge
commit d3e6debaf7
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 12 17:59:37 CET 2009 - jengelh@medozas.de Sat Dec 12 17:59:37 CET 2009 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package acl (Version 2.2.48) # spec file for package acl (Version 2.2.48)
# #
# 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
@ -24,13 +24,13 @@ Group: System/Filesystems
AutoReqProv: on AutoReqProv: on
Summary: Commands for Manipulating POSIX Access Control Lists Summary: Commands for Manipulating POSIX Access Control Lists
Version: 2.2.48 Version: 2.2.48
Release: 4 Release: 5
Source: %name-%version.src.tar.gz Source: %name-%version.src.tar.gz
Source2: baselibs.conf Source2: baselibs.conf
Patch0: builddefs.in.diff Patch0: builddefs.in.diff
Patch1: acl-fiximplicit.patch Patch1: acl-fiximplicit.patch
Url: http://download.savannah.gnu.org/releases-noredirect/acl/ Url: http://download.savannah.gnu.org/releases-noredirect/acl/
License: GPLv2+ License: GPLv2+ ; LGPLv2.1+
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -105,7 +105,7 @@ CFLAGS="$RPM_OPT_FLAGS"
--libexecdir=/%{_lib} \ --libexecdir=/%{_lib} \
--disable-static \ --disable-static \
--with-pic --with-pic
%{__make} %{?jobs:-j%jobs} %{__make} %{?_smp_mflags}
%install %install
DIST_ROOT="$RPM_BUILD_ROOT" DIST_ROOT="$RPM_BUILD_ROOT"