SHA256
1
0
forked from pool/linux-atm

Accepting request 97881 from Base:System

- remove call to suse_update_config (very old work around) (forwarded request 97711 from coolo)

OBS-URL: https://build.opensuse.org/request/show/97881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-atm?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2011-12-27 17:37:19 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 21 10:23:58 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 2 11:25:56 UTC 2010 - coolo@novell.com Tue Nov 2 11:25:56 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package linux-atm (Version 2.5.0) # spec file for package linux-atm
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 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
@@ -15,18 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: linux-atm Name: linux-atm
%define sover 1 %define sover 1
BuildRequires: bison flex glibc-devel BuildRequires: bison
BuildRequires: flex
BuildRequires: glibc-devel
Url: http://sourceforge.net/projects/linux-atm/ Url: http://sourceforge.net/projects/linux-atm/
Summary: Tools for ATM
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Summary: Tools for ATM
Version: 2.5.0 Version: 2.5.0
Release: 146 Release: 0
Source0: linux-atm-%{version}.tar.bz2 Source0: linux-atm-%{version}.tar.bz2
Patch0: linux-atm-%{version}.diff Patch0: linux-atm-%{version}.diff
Patch1: linux-atm-2.5.0-include.patch Patch1: linux-atm-2.5.0-include.patch
@@ -38,18 +37,15 @@ Tools to support ATM (Asynchronous Transfer Mode) networking.
%package -n libatm%sover %package -n libatm%sover
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
Group: System/Libraries
Summary: Libraries for ATM Summary: Libraries for ATM
Group: System/Libraries
%description -n libatm%sover %description -n libatm%sover
Libraries for ATM (Asynchronous Transfer Mode) networking. Libraries for ATM (Asynchronous Transfer Mode) networking.
%package devel %package devel
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
Group: Development/Libraries/C and C++
Summary: Development for ATM Summary: Development for ATM
Group: Development/Libraries/C and C++
Requires: libatm%sover = %version Requires: libatm%sover = %version
%description devel %description devel
@@ -63,7 +59,6 @@ networking.
%patch2 %patch2
%build %build
%{?suse_update_config}
%configure --disable-static %configure --disable-static
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}