Nelson Marques 2012-10-05 00:11:45 +00:00 committed by Git OBS Bridge
parent e35e6d6ecf
commit 9d8668187d
3 changed files with 8 additions and 33 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dfbf878fd0dd27b71072515e898299319c0ba00aa45bc1d581e4bc870fdad3a
size 777138

3
geis-2.2.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f638302e52c0f21bde937c46bc57f35b8fc38fcc9619c423e344e0eeac11d49
size 777158

View File

@ -11,18 +11,15 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
%define _so 1
%define _name libgeis%{_so}
Name: geis
Version: 2.2.11
%define _name libgeis1
Version: 2.2.12
Release: 1
License: GPL-2.0 and GPL-3.0
Summary: Gesture engine interface and support
Url: http://launchpad.net/utouch-geis
Group: System/Libraries
# https://launchpad.net/geis/trunk/2.2.11/+download/geis-2.2.11.tar.gz
Group: System/GUI/Other
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,7 +45,6 @@ GEIS is a library for applications and toolkit programmers which provides a
consistent platform independent interface for any system-wide input gesture
recognition mechanism.
%package -n %{_name}
Summary: Gesture engine interface and support
Group: System/Libraries
@ -58,17 +54,6 @@ GEIS is a library for applications and toolkit programmers which provides a
consistent platform independent interface for any system-wide input gesture
recognition mechanism.
%package tools
Summary: Gesture engine interface and support - tools
Group: System/GUI/Other
%description tools
GEIS is a library for applications and toolkit programmers which provides a
consistent platform independent interface for any system-wide input gesture
recognition mechanism.
%package -n python-geis
Summary: Python bindings for GEIS
Group: Development/Libraries/Other
@ -76,11 +61,10 @@ Group: Development/Libraries/Other
%description -n python-geis
This package provides the python bindings for GEIS.
%package devel
Summary: Development files for the GEIS interface implementation
Group: Development/Libraries/Other
Requires: %{name}-tools = %{version}
Requires: %{name} = %{version}
Requires: %{_name} = %{version}
Requires: python-geis = %{version}
@ -89,16 +73,13 @@ GEIS is a library for applications and toolkit programmers which provides a
consistent platform independent interface for any system-wide input gesture
recognition mechanism.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
@ -109,13 +90,11 @@ if [ ! -x %{buildroot}%{python_sitelib}/geisview/__init__.py ]; then
chmod 0755 %{buildroot}%{python_sitelib}/geisview/__init__.py
fi
%post -n %{_name} -p /sbin/ldconfig
%postun -n %{_name} -p /sbin/ldconfig
%files tools
%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_bindir}/geistest
@ -125,7 +104,6 @@ fi
%{_datadir}/pixmaps/geisview32x32.xpm
%{_mandir}/man1/*
%files -n python-geis
%defattr(-,root,root)
%{_bindir}/pygeis
@ -133,13 +111,11 @@ fi
%{python_sitearch}/
%{_datadir}/geisview/
%files -n %{_name}
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/geis/
@ -147,5 +123,4 @@ fi
%{_libdir}/pkgconfig/*.pc
%{_datadir}/doc/geis/
%changelog