diff --git a/linux-atm.changes b/linux-atm.changes index 6018cb8..14f8104 100644 --- a/linux-atm.changes +++ b/linux-atm.changes @@ -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 diff --git a/linux-atm.spec b/linux-atm.spec index 5a383cf..0414b44 100644 --- a/linux-atm.spec +++ b/linux-atm.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: linux-atm %define sover 1 -BuildRequires: bison flex glibc-devel +BuildRequires: bison +BuildRequires: flex +BuildRequires: glibc-devel Url: http://sourceforge.net/projects/linux-atm/ -License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ -Group: Productivity/Networking/Other Summary: Tools for ATM +License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ +Group: Productivity/Networking/Other Version: 2.5.0 -Release: 145 +Release: 0 Source0: linux-atm-%{version}.tar.bz2 Patch0: linux-atm-%{version}.diff Patch1: linux-atm-2.5.0-include.patch @@ -38,17 +37,15 @@ Tools to support ATM (Asynchronous Transfer Mode) networking. %package -n libatm%sover -License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ -Group: System/Libraries Summary: Libraries for ATM +Group: System/Libraries %description -n libatm%sover Libraries for ATM (Asynchronous Transfer Mode) networking. %package devel -License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ -Group: Development/Libraries/C and C++ Summary: Development for ATM +Group: Development/Libraries/C and C++ Requires: libatm%sover = %version %description devel @@ -62,7 +59,6 @@ networking. %patch2 %build -%{?suse_update_config} %configure --disable-static %{__make} %{?_smp_mflags}