Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37399835
en ru br
ALT Linux repos
S:2.5.1-alt7
5.0: 2.5.1-alt1
4.1: 2.4.1-alt6
4.0: 2.4.1-alt6
3.0: 2.4.1-alt3

Group :: System/Libraries
RPM: linux-atm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: linux-atm
Version: 2.4.1
Release: alt6

Summary: Asynchronous Transfer Mode tools
License: GPL
Group: System/Libraries
Url: http://linux-atm.sourceforge.net/
Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: %name-%version.tar.bz2
Patch: %name-%version.patch
Patch1: %name-gcc4.patch
Patch2: %name-LDFLAGS.patch
Patch3: %name-include.patch

Requires: libatm = %version-%release
BuildRequires: flex, glibc-kernheaders

%def_disable static

%description
This package contains tools to support ATM (Asynchronous Transfer Mode)
networking and some types of DSL modems.
ATM (Asynchronous Transfer Mode) networking for Linux is still under
development now but it works quite stable now and has been already
included in 2.4.x series kernels.

%description -l ru_RU.KOI8-R
Пакет содержит утилиты для поддержки сетей ATM (Asynchronous Transfer Mode)
и некоторых типов DSL-модемов.

%package -n libatm
Summary: ATM (Asynchronous Transfer Mode) support library
License: LGPL
Group: System/Libraries
Provides: lib%name = %version-%release
Obsoletes: lib%name

%description -n libatm
This package contains libraries for
support ATM (Asynchronous Transfer Mode)
networking and some types of DSL modems.


%package -n libatm-devel
Summary: ATM development library
License: LGPL
Group: Development/C
Requires: libatm = %version-%release
Provides: lib%name-devel = %version-%release
Obsoletes: lib%name-devel

%description -n libatm-devel
This package contains development files needed to compile programs with libatm.

%package -n libatm-devel-static
Summary: ATM static library
License: LGPL
Group: Development/C
Requires: libatm-devel = %version-%release
Provides: lib%name-devel-static = %version-%release
Obsoletes: lib%name-devel-static

%description -n libatm-devel-static
This package contains libatm static library.

%prep
%setup -q
#%patch -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
bzip2 -9k ChangeLog

%build
%__autoreconf
%configure %{subst_enable static}
%make_build

%install
%makeinstall
ln -snf %_licensedir/GPL COPYING.GPL
ln -snf %_licensedir/LGPL COPYING.LGPL

%post -n libatm -p %post_ldconfig
%postun -n libatm -p %postun_ldconfig

%files
%doc AUTHORS BUGS ChangeLog.bz2 NEWS README THANKS
%doc COPYING src/ilmid/COPYRIGHT src/lane/COPYRIGHT.TUT
%doc --no-dereference COPYING.GPL COPYING.LGPL
%config(noreplace) %_sysconfdir/atmsigd.conf
%_bindir/*
%_sbindir/*
%_mandir/man?/*

%files -n libatm
%_libdir/*.so.*

%files -n libatm-devel
%_includedir/*
%_libdir/*.so

%if_enabled static
%files -n libatm-devel-static
%_libdir/*.a
%endif

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin