]> git.pld-linux.org Git - packages/driconf.git/blob - driconf.spec
- typo
[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:        2
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 Requires:       python-pygtk-gtk >= 2:2.4
14 Requires:       xorg-app-xdriinfo
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DRIConf is the first configuration GUI for DRI and the new
19 ConfigurationInfrastructure. It is written in Python with the
20 python-gtk toolkit bindings.
21
22 %description -l pl
23 DRIConf to pierwszy graficzny interfejs do konfiguracji DRI i nowej
24 infrastruktury konfiguracji. Jest napisany w Pythonie z u¿yciem wi±zañ
25 python-gtk.
26
27 %prep
28 %setup -q
29
30 %build
31 python setup.py build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 python setup.py install \
37         --optimize=2 \
38         --prefix=%{_prefix} \
39         --install-purelib=%{py_sitescriptdir} \
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.493461 seconds and 3 git commands to generate.