Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37817081
en ru br
Репозитории ALT

Группа :: Система/Ядро и оборудование
Пакет: wimax-tools

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-

Name: wimax-tools
Version: 1.4.3
Release: alt2

Summary: Low level user space tools for the Linux WiMAX stack
Group: System/Kernel and hardware
License: BSD
Url: http://linuxwimax.org/

BuildRequires: libnl-devel kernel-headers-un-def glib2-devel

Source: %name-%version.tar
Patch: %name-%version-%release.patch

%description
Low level user space tools for the Linux WiMAX stack.

%package -n libwimaxll
Summary: Low level library for the Linux WiMAX stack
Group: System/Kernel and hardware
Conflicts: %name < %version-%release
Conflicts: %name > %version-%release

%description -n libwimaxll
Low level library for the Linux WiMAX stack.

%package devel
Summary: Development files for %name
Group: Development/Kernel
Requires: libwimaxll = %version-%release
Provides: libwimaxll-devel = %version-%release

%description devel
Development files for %name.

%prep
%setup
%patch -p1
touch NEWS AUTHORS ChangeLog COPYING

%build
%autoreconf
%configure \
--enable-shared \
--disable-static
%make_build

%install
%makeinstall_std

%files
%doc README
%_bindir/*
%dir %_libdir/%name
%dir %_libdir/%name/plugins
%_libdir/%name/plugins/*.so

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

%files devel
%_includedir/wimaxll*
%_libdir/libwimaxll*.so
%_pkgconfigdir/libwimaxll*.pc
%_pkgconfigdir/wimaxll-cmd*.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin