%define git 1 %define gitdate 20120206 Name: optidesk Summary: Tool to configure .desktop files to run with optirun Group: Graphical desktop/Other Version: 0.1 Release: %mkrel 2 URL: https://github.com/Bumblebee-Project/optidesk License: GPLv3 # source from git repo git://github.com/Bumblebee-Project/optidesk.git Source0: %{name}-%{!?git:%{version}}%{?git:20120206}.tar.xz Requires: bumblebee %description This tool is intended to be an easy way of configuring your desired applications to be run through Bumblebee. It will allow to create and modify a menu entry with an alternative (Optirun) version of the default launcher. %files %{_bindir}/%{name} #-------------------------------------------------------------------- %prep %setup -q%{?git:n %{name}} %build NOCONFIGURE=1 autoreconf -fi %configure2_5x %make %install rm -rf %{buildroot} %makeinstall_std %changelog * Sat Apr 14 2012 Simple 3.0-2 - move to develop branch (more bug fixes) - use versioned source * Mon Mar 19 2012 Simple 3.0-1 - initial package