forked from pool/linux-atm
Accepting request 51964 from Base:System
Accepted submit request 51964 from user coolo OBS-URL: https://build.opensuse.org/request/show/51964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-atm?expand=0&rev=14
This commit is contained in:
commit
db4593d8b3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 2 11:25:56 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- fix requires after rename
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 31 10:24:01 UTC 2010 - jengelh@medozas.de
|
Sun Oct 31 10:24:01 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -36,14 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
Tools to support ATM (Asynchronous Transfer Mode) networking.
|
Tools to support ATM (Asynchronous Transfer Mode) networking.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Werner Almesberger, EPFL ICA <wa@almesberger.net>
|
|
||||||
Mitchell Blank Jr., <mitch@sfgoth.com>
|
|
||||||
Paul B. Schroeder, <paulsch@us.ibm.com>
|
|
||||||
|
|
||||||
%package -n libatm%sover
|
%package -n libatm%sover
|
||||||
|
|
||||||
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
|
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
|
||||||
@ -53,32 +45,16 @@ Summary: Libraries for ATM
|
|||||||
%description -n libatm%sover
|
%description -n libatm%sover
|
||||||
Libraries for ATM (Asynchronous Transfer Mode) networking.
|
Libraries for ATM (Asynchronous Transfer Mode) networking.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Werner Almesberger, EPFL ICA <wa@almesberger.net>
|
|
||||||
Mitchell Blank Jr., <mitch@sfgoth.com>
|
|
||||||
Paul B. Schroeder, <paulsch@us.ibm.com>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
|
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Development for ATM
|
Summary: Development for ATM
|
||||||
Requires: linux-atm-lib = %version
|
Requires: libatm%sover = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files for ATM (Asynchronous Transfer Mode)
|
Libraries and header files for ATM (Asynchronous Transfer Mode)
|
||||||
networking.
|
networking.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Werner Almesberger, EPFL ICA <wa@almesberger.net>
|
|
||||||
Mitchell Blank Jr., <mitch@sfgoth.com>
|
|
||||||
Paul B. Schroeder, <paulsch@us.ibm.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-atm-%{version}
|
%setup -q -n linux-atm-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user