]> git.pld-linux.org Git - packages/gaupol.git/blame - gaupol.spec
- change %files
[packages/gaupol.git] / gaupol.spec
CommitLineData
043a6693 1Summary: Subtitle editor for text-based subtitles
5a7d3eb3 2Summary(pl.UTF-8): Edytor tekstowych podpisów dla filmów
043a6693 3Name: gaupol
03a532fa 4Version: 0.8
043a6693 5Release: 1
6License: GPL
7Group: X11/Applications
03a532fa
MWP
8Source0: http://download.gna.org/gaupol/0.8/%{name}-%{version}.tar.gz
9# Source0-md5: 2506a06a7e53ae216fd54915d6932fb2
043a6693 10URL: http://home.gna.org/gaupol/
50566b68 11BuildRequires: gettext-devel
19327a1a 12BuildRequires: intltool
f35dc8be 13BuildRequires: python-devel >= 1:2.4
50566b68
KK
14BuildRequires: rpm-pythonprov
15Requires: python-pygtk-glade >= 2:2.8.0
f35dc8be 16%pyrequires_eq python-modules
50566b68 17#Suggests: python-pyenchant >= 1.1.3
f35dc8be 18BuildArch: noarch
043a6693 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Gaupol is a subtitle editor for text-based subtitles. Gaupol is in
23early development stage and does not yet contain any advanced
24features. The aim is to make a simple, but powerful, subtitle editor
25for multiple subtitle formats. Currently Gaupol is useful for
26converting between different formats, translating and manual editing.
27
3d591e0c
JR
28%description -l pl.UTF-8
29Gaupol jest edytorem tekstowych podpisów dla filmów. Jest jeszcze w
30początkowej fazie rozwoju i nie zawiera żadnych zaawansowanych opcji.
31Zamiarem jest stworzenie prostego, ale potężnego edytora podpisów dla
32wielu formatów podpisów. Aktualnie Gaupol jest użyteczny do konwersji
33między formatami, tłumaczeń i ręcznego modyfikowania.
043a6693 34
35%prep
36%setup -q
37
38%build
39python setup.py build
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44python setup.py install \
45 --optimize=2 \
46 --root $RPM_BUILD_ROOT \
47 --prefix %{_prefix}
48
f35dc8be 49find $RPM_BUILD_ROOT%{py_sitescriptdir}/gaupol -name '*.py' -exec rm -f {} \;
043a6693 50
51%find_lang %{name}
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files -f %{name}.lang
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog NEWS README TODO
59%attr(755,root,root) %{_bindir}/*
a16fc327
MWP
60%{_datadir}/%{name}
61%{py_sitescriptdir}/%{name}
62%{_desktopdir}/%{name}.desktop
63%{_iconsdir}/hicolor/*/apps/%{name}*
64%{_mandir}/man1/%{name}*
65%{py_sitescriptdir}/%{name}*.egg-info
This page took 0.038328 seconds and 4 git commands to generate.