]> git.pld-linux.org Git - packages/driconf.git/blob - driconf.spec
- updated to 0.9.0
[packages/driconf.git] / driconf.spec
1 Summary:        DRI configuration GUI
2 Summary(pl):    Graficzny interfejs do konfiguracji DRI
3 Name:           driconf
4 Version:        0.9.0
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:  da322248d5ed008ded4999f319544062
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.4
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         --install-purelib=%{py_sitescriptdir} \
41         --root=$RPM_BUILD_ROOT
42
43 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc CHANGELOG README TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/driconf
55 %{py_sitescriptdir}/*.py[co]
This page took 0.085492 seconds and 4 git commands to generate.