Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37561814
en ru br
Репозитории ALT
S:0.5.1-alt11
5.1: 0.5.1-alt9
4.1: 0.5.1-alt7
4.0: 0.5.1-alt7
3.0: 0.5.1-alt6
www.altlinux.org/Changes

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

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

Name: libstroke
Version: 0.5.1
Release: alt7

Summary: Stroke interface library
License: GPL
Group: System/Libraries
Url: http://www.etla.net/%name

Source: %url/%name-%version.tar.bz2
Source1: smr.m4
Source2: libstroke.m4
Source3: libgstroke.m4

Patch1: %name-0.5.1-alt-compile.patch
Patch2: %name-0.5.1-alt-smr.patch
Patch3: %name-0.5.1-alt-makefile.patch

%def_disable static

BuildRequires: gtk+-devel

%description
LibStroke is a stroke interface library.  Strokes are motions
of the mouse that can be interpreted by a program as a command.
Strokes are used extensively in CAD programs.  I fell in love
with them when I was using the Mentor Graphics CAD tools and
the CAD tools internally developed by Intel.  I am writing this
library so that others can see how useful strokes can be and so
that more programs take advantage of this extremely natural
human-computer interface.

%package devel
Summary: Development environment for %name
Group: Development/C
Requires: %name = %version-%release

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

%description devel
This package contains development files required to build
%name-based software.

%description devel-static
This package contains static library required to build
statically linked %name-based software.

%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
install -p -m644 %SOURCE1 %SOURCE2 %SOURCE3 .
%__subst '/^[[:space:]]*#/ d;/^EXTRA_DIST *= *$/ d' lib*/Makefile.am

%build
autoreconf -fisv
%configure %{subst_enable static}
%make_build

%install
%makeinstall

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

%files
%_libdir/*.so.*
%doc AUTHORS ChangeLog COPYRIGHT CREDITS NEWS README* TODO doc/standard_strokes.*

%files devel
%_libdir/*.so
%_includedir/*
%_datadir/aclocal/*

%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