]> git.pld-linux.org Git - packages/gaupol.git/blob - gaupol.spec
- new
[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:  890a476b54e13bfd4ab21440c6a5a8e2
10 URL:            http://home.gna.org/gaupol/
11 BuildRequires:  python-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Gaupol is a subtitle editor for text-based subtitles. Gaupol is in
16 early development stage and does not yet contain any advanced
17 features. The aim is to make a simple, but powerful, subtitle editor
18 for multiple subtitle formats. Currently Gaupol is useful for
19 converting between different formats, translating and manual editing.
20
21 %description -l pl
22 Gaupol jest edytorem tekstowych podpisów dla filmów. Jest jeszcze w
23 pocz±tkowej fazie rozwoju i nie zawiera ¿adnych zaawansowanych opcji.
24 Zamiarem jest stworzenie prostego, ale potê¿nego edytora podpisów dla
25 wielu formatów podpisów. Aktualnie Gaupol jest u¿yteczny do konwersji
26 miêdzy formatami, t³umaczeñ i rêcznego edytowania.
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         --root $RPM_BUILD_ROOT \
40         --prefix %{_prefix}
41
42 find $RPM_BUILD_ROOT%{py_sitescriptdir}/gaupol/ -name '*.py' -exec rm -f \{\} \;
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 AUTHORS ChangeLog NEWS README TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_datadir}/gaupol
54 %{py_sitescriptdir}/gaupol
55 %{_pixmapsdir}/*
56 %{_desktopdir}/*
This page took 0.097991 seconds and 3 git commands to generate.