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