]> git.pld-linux.org Git - SPECS.git/blob - gxiso.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / gxiso.spec
1 Summary:        Program to extract or upload Xbox ISO images to an Xbox
2 Summary(pl.UTF-8):      Program do wyciągania i wrzucania obrazów Xbox ISO do Xboksa
3 Name:           gxiso
4 Version:        1.5
5 Release:        1
6 License:        GPL
7 Group:          Networking
8 Source0:        http://download.berlios.de/gxiso/%{name}-%{version}.tar.gz
9 # Source0-md5:  c5e8e24b57ca6fe652ddc24f7e8ca4ba
10 URL:            http://gxiso.berlios.de/
11 BuildRequires:  python
12 BuildRequires:  python-devel
13 BuildRequires:  gettext-tools
14 Requires:       python-pygtk-gtk
15 Requires:       python-pygtk-glade
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 gXiso is GTK+2 program to extract or upload Xbox ISO images to an
20 Xbox.
21
22 %description -l pl.UTF-8
23 gXiso to program GTK+2 do wyciągania i wrzucania obrazów Xbox ISO do
24 Xboksa.
25
26 %prep
27 %setup -q
28
29 %build
30 python setup.py build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 python setup.py install \
36         --optimize=2 \
37         --root $RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog NEWS README TODO
45 %attr(755,root,root) %{_bindir}/*
46 %{_datadir}/%{name}
47 %dir %{py_sitescriptdir}/%{name}
48 %{py_sitescriptdir}/%{name}/*py[co]
This page took 0.305097 seconds and 3 git commands to generate.