rpms/gestikk/F-9 gestikk.desktop, NONE, 1.1 gestikk.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien eponyme at fedoraproject.org
Wed Feb 11 17:45:14 UTC 2009


Author: eponyme

Update of /cvs/pkgs/rpms/gestikk/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9061/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	gestikk.desktop gestikk.spec import.log 
Log Message:
New package



--- NEW FILE gestikk.desktop ---
[Desktop Entry]
Name=gestikk
GenericName=gestikk
Comment=Mouse gestures you to easily control PC
Exec=gestikk
Icon=gestikk
Terminal=false
Type=Application
Categories=System;


--- NEW FILE gestikk.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name:           gestikk
Version:        0.6.1
Release:        2%{?dist}
Summary:        Use mouse gestures to control your PC

Group:          Applications/System
License:        GPLv2+ and MIT
URL:            http://%{name}.reichbier.de/
Source0:        http://%{name}.reichbier.de/downloads/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  gettext desktop-file-utils python
Requires:       pygtk2 >= 2.12
Requires:       notify-python
Requires:       python-kiwi
Requires:       python-virtkey
Requires:       pyparsing >= 1.4.7

%description
gestikk is a Python application for nearly all netwm-conforming window
managers.  It recognizes predefined mouse gestures and executes defined actions
in response.  For example, with the gesture "down - left", you could run
Firefox or simulate a window manager keyboard shortcut.

%prep
%setup -q
sed -i -e "s@'icon':'/usr/share/icons'@'icon':'/usr/share/pixmaps'@" %{name}/tools.py

%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}/%{name}
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -pm 644 %{name}.glade $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -pm 644 media/%{name}.* $RPM_BUILD_ROOT%{_datadir}/pixmaps/
install -pm 644 %{name}/* $RPM_BUILD_ROOT%{python_sitelib}/%{name}/
install -pm 755 %{name}.py $RPM_BUILD_ROOT%{_bindir}/%{name}
cp -rp locale $RPM_BUILD_ROOT%{_datadir}
chmod 755 $RPM_BUILD_ROOT%{python_sitelib}/%{name}/start_main.py

desktop-file-install --vendor="" \
  --mode 644 \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
  %{SOURCE1}


%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc LICENSE README TRANSLATORS
%dir %{_datadir}/%{name}
%dir %{python_sitelib}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/%{name}.glade
%{_datadir}/pixmaps/%{name}.*
%{python_sitelib}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%exclude %{_datadir}/locale/de/LC_MESSAGES/%{name}.po


%changelog
* Tue Feb 10 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 0.6.1-2
- Added python in buildrequiers
- License fix
- Summary and description update
* Tue Jul 29 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 0.6.1-1
- initial build 


--- NEW FILE import.log ---
gestikk-0_6_1-2_fc10:F-9:gestikk-0.6.1-2.fc10.src.rpm:1234374266


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gestikk/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2009 22:17:59 -0000	1.1
+++ .cvsignore	11 Feb 2009 17:44:44 -0000	1.2
@@ -0,0 +1 @@
+gestikk-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gestikk/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2009 22:17:59 -0000	1.1
+++ sources	11 Feb 2009 17:44:44 -0000	1.2
@@ -0,0 +1 @@
+7f30737f0b69633b1112688c68f4e3d9  gestikk-0.6.1.tar.gz




More information about the fedora-extras-commits mailing list