]> git.pld-linux.org Git - packages/driconf.git/blob - driconf.spec
d1a56a0653f69b04b39fa70c0444d7a8a4425c42
[packages/driconf.git] / driconf.spec
1 Summary:        DRI configuration GUI
2 Summary(pl):    Graficzny interfejs do konfiguracji DRI
3 Name:           driconf
4 Version:        0.2.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dri.freedesktop.org/~fxkuehl/driconf/%{name}-%{version}.tar.gz
9 # Source0-md5:  92058855dbf48442d3e3b86f153b40cb
10 URL:            http://dri.sourceforge.net/cgi-bin/moin.cgi/DriConf
11 BuildRequires:  python
12 BuildRequires:  python-modules
13 # xdriinfo exists only in X.org X11 >= 6.8
14 Requires:       X11-tools >= 1:6.8.0
15 Requires:       python-pygtk-gtk >= 2:2.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 DRIConf is the first configuration GUI for DRI and the new
20 ConfigurationInfrastructure. It is written in Python with the
21 python-gtk toolkit bindings.
22
23 %description -l pl
24 DRIConf to pierwszy graficzny interfejs do konfiguracji DRI i nowej
25 infrastruktury konfiguracji. Jest napisany w Pythonie z u¿yciem wi±zañ
26 python-gtk.
27
28 %prep
29 %setup -q
30
31 %build
32 python setup.py build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 python setup.py install \
38         --optimize=2 \
39         --prefix=%{_prefix} \
40         --root=$RPM_BUILD_ROOT
41
42 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc CHANGELOG README TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_datadir}/driconf
54 %{py_sitescriptdir}/*.py[co]
This page took 0.022628 seconds and 3 git commands to generate.