Name: screenkey Version: 0.2 Release: 1.n0i.1%{?dist} Summary: A screen-cast tool to show keys on screen Group: Applications/System License: GPLv3+ URL: https://launchpad.net/screenkey Source0: http://launchpad.net/screenkey/v%{version}/v%{version}/+download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel %description A screen-cast tool to show your keys inspired by Screenflick and based on the key-mon project. %prep %setup -q %build %{__python} setup.py build %install find build/lib* -name '*.py' -exec sed -i "1{/^#!/d}" {} \; && \ %{__python} setup.py install --skip-build --root %{buildroot} %files %defattr(-,root,root,-) %doc README LICENSE %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{python_sitelib}/* %changelog * Sat Oct 15 2011 Marius FERARU - 0.2-1.n0i.1 - spec cleanup (F15) * Mon Jun 14 2010 Ivan Makfinsky - 0.2-3 - Rebase, this is dev code. * Fri Jun 11 2010 Ivan Makfinsky - 0.1.1-7 - Updated spec file with proper macros. * Thu Jun 10 2010 Ivan Makfinsky - 0.1.1-6 - Added fork method so that it properly backgrounds itself. * Wed Jun 09 2010 Ivan Makfinsky - 0.1.1-5 - Corrected build deps. Added python-devel. Corrected python-sitearch in files. * Tue Jun 08 2010 Ivan Makfinsky - 0.1.1-1 - Initial Build