blob: ec845f9be7b85326dc07197bfc8c80c77b664f5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
%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 <simplew8@gmail.com> 3.0-2
- move to develop branch (more bug fixes)
- use versioned source
* Mon Mar 19 2012 Simple <simplew8@gmail.com> 3.0-1
- initial package
|