From 006744dfd2fbcd22be51db8dbfe46390e0c3dc7a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:49:23 +0100 Subject: [PATCH] update to 2.5.1 [release 2.5.1-1mamba;Thu Apr 01 2010] --- README.md | 3 ++ libatm.spec | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 libatm.spec diff --git a/README.md b/README.md index 8e789ee..c63370c 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/libatm.spec b/libatm.spec new file mode 100644 index 0000000..39971ab --- /dev/null +++ b/libatm.spec @@ -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 +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