Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37579031
en ru br
Репозитории ALT
S:0.15.1-alt8
5.1: 0.15.1-alt5
4.1: 0.15.1-alt5
4.0: 0.15.1-alt5
3.0: 0.15.1-alt3
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libneXtaw

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

# vim: set ft=spec: -*- spec -*-
# $Id: libneXtaw,v 1.8 2006/02/09 12:37:12 raorn Exp $

%def_disable static

%define lname neXtaw

Name: lib%lname
Version: 0.15.1
Release: alt5

Packager: Sir Raorn <raorn at altlinux.ru>

Summary: Modified version of the Athena Widgets with N*XTSTEP appearance
License: MIT
Group: System/Libraries
URL: http://siag.nu/neXtaw/

Source: http://siag.nu/pub/neXtaw/%lname-%version.tar.gz

# Automatically added by buildreq on Thu Feb 09 2006

BuildRequires: libICE-devel libSM-devel libX11-devel libXext-devel libXmu-devel libXt-devel xorg-x11-proto-devel

%{?_enable_static:BuildPreReq: glibc-devel-static}

%description
This is %lname, a modified version of the Athena Widgets with N*XTSTEP
appearance. It is based on the Xaw3d 1.5 library by Kaleb S. Keithley.

This is not a magic library which will beautify all your apps instantly.
But with some .Xdefaults fiddling you can make Athena applications look
and, sometimes, behave much better.

%package devel
Summary: Header files for %lname library
Group: Development/C
Requires: %name = %version-%release

%description devel
This is %lname, a modified version of the Athena Widgets with N*XTSTEP
appearance. It is based on the Xaw3d 1.5 library by Kaleb S. Keithley.

This is not a magic library which will beautify all your apps instantly.
But with some .Xdefaults fiddling you can make Athena applications look
and, sometimes, behave much better.

The %name-devel package contains the include files needed to develop
programs that use the %lname library.

%if_enabled static
%package devel-static
Summary: Static libraries for %lname library
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
This is %lname, a modified version of the Athena Widgets with N*XTSTEP
appearance. It is based on the Xaw3d 1.5 library by Kaleb S. Keithley.

This is not a magic library which will beautify all your apps instantly.
But with some .Xdefaults fiddling you can make Athena applications look
and, sometimes, behave much better.

The %name-devel-static package contains the static library needed to
develop statically linked programs that use the %lname library.
%endif

%prep
%setup -q -n %lname-%version

%build
%__autoreconf
%{?!_enable_static:export lt_cv_prog_cc_static_works=no}
%configure \
%{subst_enable static}
%make_build

%install
%make_install DESTDIR=%buildroot install

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%doc doc/app-defaults doc/CHANGES doc/FAQ doc/README.XAW3D doc/TODO
%_libdir/*.so.*

%files devel
%dir %_includedir/X11/%lname
%_includedir/X11/%lname/*
%_libdir/*.so

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

%changelog

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

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