]> git.pld-linux.org Git - packages/gaupol.git/blob - gaupol.spec
- use existing words
[packages/gaupol.git] / gaupol.spec
1 Summary:        Subtitle editor for text-based subtitles
2 Summary(pl):    Edytor tekstowych podpisów dla filmów
3 Name:           gaupol
4 Version:        0.1.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://download.gna.org/gaupol/0.1/%{name}-%{version}.tar.gz
9 # Source0-md5:  7764b7827597c92c08a09484c405a5a9
10 URL:            http://home.gna.org/gaupol/
11 BuildRequires:  python-devel >= 1:2.4
12 Requires:       python-pygtk-glade >= 1:2.6.0
13 %pyrequires_eq  python-modules
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Gaupol is a subtitle editor for text-based subtitles. Gaupol is in
19 early development stage and does not yet contain any advanced
20 features. The aim is to make a simple, but powerful, subtitle editor
21 for multiple subtitle formats. Currently Gaupol is useful for
22 converting between different formats, translating and manual editing.
23
24 %description -l pl
25 Gaupol jest edytorem tekstowych podpisów dla filmów. Jest jeszcze w
26 pocz±tkowej fazie rozwoju i nie zawiera ¿adnych zaawansowanych opcji.
27 Zamiarem jest stworzenie prostego, ale potê¿nego edytora podpisów dla
28 wielu formatów podpisów. Aktualnie Gaupol jest u¿yteczny do konwersji
29 miêdzy formatami, t³umaczeñ i rêcznego modyfikowania.
30
31 %prep
32 %setup -q
33
34 %build
35 python setup.py build
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 python setup.py install \
41         --optimize=2 \
42         --root $RPM_BUILD_ROOT \
43         --prefix %{_prefix}
44
45 find $RPM_BUILD_ROOT%{py_sitescriptdir}/gaupol -name '*.py' -exec rm -f {} \;
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README TODO
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/gaupol
57 %{py_sitescriptdir}/gaupol
58 %{_pixmapsdir}/*
59 %{_desktopdir}/*
This page took 0.244832 seconds and 4 git commands to generate.