Name: libatm Version: 2.5.1 Release: 1mamba Summary: Drivers and tools to support ATM networking under Linux. Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://sourceforge.net/projects/linux-atm/ Source: http://downloads.sourceforge.net/project/linux-atm/linux-atm/%{version}/linux-atm-%{version}.tgz License: BSD, GPL, LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END %description Drivers and tools to support ATM networking under Linux. Eventually this will also include support for some types of DSL modems. %package devel Summary: Development tools for libatm Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Drivers and tools to support ATM networking under Linux. Eventually this will also include support for some types of DSL modems. This package contains static libraries and header files needed for development. %prep %setup -q -n linux-atm-%{version} %build %configure %make #fixme: configure: WARNING: *** atmoamd will not be built. Missing kernel support? %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/* %{_sysconfdir}/* %{_sbindir}/* %{_mandir}/man4/* %{_mandir}/man7/* %{_mandir}/man8/* %{_libdir}/libatm.so* %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %changelog * Thu Apr 01 2010 Silvan Calarco 2.5.1-1mamba - update to 2.5.1 * Thu Jun 19 2008 Tiziana Ferro 2.5.0-1mamba - update to 2.5.0 - remove unnecessary gcc4 patch * Fri Jun 30 2006 Stefano Cotta Ramusino 2.4.1-2qilnx - added gcc4 patch * Fri Jun 25 2004 Silvan Calarco 2.4.1-1qilnx - first build