Accepting request 28260 from network

Copy from network/ppp based on submit request 28260 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ppp?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2010-01-08 00:43:57 +00:00 committed by Git OBS Bridge
parent 9df421b61f
commit 6283702866
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 5 17:21:23 CET 2010 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Tue Nov 3 19:09:38 UTC 2009 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ppp (Version 2.4.5_git200910141435)
#
# 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
@ -22,8 +22,8 @@ Name: ppp
BuildRequires: libpcap-devel linux-atm-devel pam-devel
Url: http://www.samba.org/ppp/
Version: 2.4.5_git200910141435
Release: 1
License: BSD 3-clause (or similar) ; LGPL v2.1 or later
Release: 2
License: BSD3c(or similar) ; LGPLv2.1+
Group: Productivity/Networking/PPP
AutoReqProv: on
Summary: The Point to Point Protocol for Linux
@ -93,7 +93,7 @@ Authors:
Michal Ostrowski <mostrows@styx.uwaterloo.ca>
%package devel
License: BSD 3-clause (or similar) ; LGPL v2.1 or later
License: BSD3c(or similar) ; LGPLv2.1+
Summary: Header Files Required for Developing Plugins for pppd
Group: Development/Libraries/C and C++
Requires: ppp = %version
@ -141,7 +141,7 @@ sed -i -e '1s/local\///' scripts/secure-card
%build
export MY_CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC $SP"
./configure --prefix=/usr
make CHAPMS=y CBCP=y USE_CRYPT=y HAS_SHADOW=y USE_PAM=y FILTER=y HAVE_INET6=y
make %{?_smp_mflags} CHAPMS=y CBCP=y USE_CRYPT=y HAS_SHADOW=y USE_PAM=y FILTER=y HAVE_INET6=y
%install
make install DESTDIR=%{buildroot}%_prefix