Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37509348
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: alt11

%def_disable static
%def_disable gtk

Summary: Stroke interface library
License: GPLv2
Group: System/Libraries
Url: http://www.etla.net/libstroke

# %url/libstroke-%version.tar.gz

Source: libstroke-%version.tar
Source1: smr.m4
Source2: libstroke.m4
Source3: libgstroke.m4
Source4: gtk.m4

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

BuildRequires: libICE-devel libX11-devel
%if_enabled gtk
BuildRequires: gtk+-devel
%endif

%description
LibStroke is a stroke interface library.  Strokes are motions
of the mouse that can be interpreted by a program as a command.

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

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

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

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

%package -n libgstroke
Summary: Stroke GTK interface library
Group: System/Libraries
Requires: %name = %version-%release

%description -n libgstroke
LibStroke is a stroke interface library.  Strokes are motions
of the mouse that can be interpreted by a program as a command.

This package contains libgstroke shared library.

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

%description -n libgstroke-devel
LibStroke is a stroke interface library.  Strokes are motions
of the mouse that can be interpreted by a program as a command.

This package contains development files required to build
libgstroke-based software.

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

%description -n libgstroke-devel-static
LibStroke is a stroke interface library.  Strokes are motions
of the mouse that can be interpreted by a program as a command.

This package contains static library required to build
statically linked libgstroke-based software.

%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1
install -p -m644 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 .
mv gtk.m4 acinclude.m4
sed -i '/^[[:space:]]*#/ d;/^EXTRA_DIST *= *$/ d' lib*/Makefile.am

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

%install
%makeinstall_std

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

%files devel
%_libdir/libstroke.so
%_includedir/stroke.h
%_datadir/aclocal/libstroke.m4
%_datadir/aclocal/smr.m4

%if_enabled static
%files devel-static
%_libdir/libstroke.a
%endif # static

%if_enabled gtk
%files -n libgstroke
%_libdir/libgstroke.so.*

%files -n libgstroke-devel
%_libdir/libgstroke.so
%_includedir/gstroke.h
%_datadir/aclocal/libgstroke.m4

%if_enabled static
%files -n libgstroke-devel-static
%_libdir/libgstroke.a
%endif # static
%endif # gtk

%changelog

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

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