linux-atm/linux-atm.spec

150 lines
4.0 KiB
RPMSpec

#
# spec file for package linux-atm (Version 2.5.0)
#
# Copyright (c) 2008 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: linux-atm
BuildRequires: bison flex glibc-devel
Url: http://sourceforge.net/projects/linux-atm/
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
Group: Productivity/Networking/Other
Summary: Tools for ATM
Version: 2.5.0
Release: 135
Source0: linux-atm-%{version}.tar.bz2
Patch0: linux-atm-%{version}.diff
Patch1: linux-atm-2.5.0-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
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 lib
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
Group: System/Libraries
Summary: Libraries for ATM
%description lib
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
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
Group: Development/Libraries/C and C++
Summary: Development for ATM
Requires: linux-atm-lib = %version
%description devel
Libraries and header files 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>
%prep
%setup -q -n linux-atm-%{version}
%patch0
%patch1 -p1
%build
%{?suse_update_config}
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=/usr --sysconf=/etc --mandir=%{_mandir} --libdir=%{_libdir}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf %{buildroot}
%post lib -p /sbin/ldconfig
%postun lib -p /sbin/ldconfig
%files
%defattr(-,root,root)
%config(noreplace) /etc/atmsigd.conf
/usr/bin/*
/usr/sbin/*
%doc README AUTHORS ChangeLog NEWS THANKS BUGS
%doc COPYING COPYING.GPL COPYING.LGPL
%doc %{_mandir}/man*/*.gz
%files lib
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.la
%{_includedir}/*
%changelog
* Thu Mar 29 2007 rguenther@suse.de
- add bison and flex BuildRequires
* Fri Mar 23 2007 ssommer@suse.de
- fix build with newer kernel headers
* Sun May 28 2006 schwab@suse.de
- Don't strip binaries.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Apr 22 2005 arvin@suse.de
- updated to latest CVS
* Wed Apr 20 2005 arvin@suse.de
- updated to 2.5.0 CVS + my GCC 4.0 and other patches
* Mon Apr 18 2005 arvin@suse.de
- some (but not all) gcc 4.0 fixes
* Tue Apr 20 2004 arvin@suse.de
- removed some compile warnings
* Sat Jan 10 2004 adrian@suse.de
- add %%run_ldconfig
* Sat Jul 19 2003 meissner@suse.de
- drop 1 line from ltconfig, so it builds shared libs on ppc64.
* Mon May 26 2003 arvin@suse.de
- split package into linux-atm, linux-atm-lib and linux-atm-devel
- include all programs/files to make rpm v4 happy
* Thu Apr 18 2002 kukuk@suse.de
- Add suse_update_config for x86_64
* Tue Jan 08 2002 arvin@suse.de
- include some documentation in the package
* Mon Jan 07 2002 arvin@suse.de
- initial package for atm