update to 2.5.1 [release 2.5.1-1mamba;Thu Apr 01 2010]

This commit is contained in:
Silvan Calarco 2024-01-06 03:49:23 +01:00
parent 333a9f3ba8
commit 006744dfd2
2 changed files with 83 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# libatm
Drivers and tools to support ATM networking under Linux.
Eventually this will also include support for some types of DSL modems.

80
libatm.spec Normal file
View File

@ -0,0 +1,80 @@
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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 2.5.1-1mamba
- update to 2.5.1
* Thu Jun 19 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.5.0-1mamba
- update to 2.5.0
- remove unnecessary gcc4 patch
* Fri Jun 30 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.4.1-2qilnx
- added gcc4 patch
* Fri Jun 25 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-1qilnx
- first build