Summary: Subtitle editor for text-based subtitles Summary(pl): Edytor tekstowych podpisów dla filmów Name: gaupol Version: 0.1.1 Release: 1 License: GPL Group: X11/Applications Source0: http://download.gna.org/gaupol/0.1/%{name}-%{version}.tar.gz # Source0-md5: 890a476b54e13bfd4ab21440c6a5a8e2 URL: http://home.gna.org/gaupol/ BuildRequires: python-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Gaupol is a subtitle editor for text-based subtitles. Gaupol is in early development stage and does not yet contain any advanced features. The aim is to make a simple, but powerful, subtitle editor for multiple subtitle formats. Currently Gaupol is useful for converting between different formats, translating and manual editing. %description -l pl Gaupol jest edytorem tekstowych podpisów dla filmów. Jest jeszcze w początkowej fazie rozwoju i nie zawiera żadnych zaawansowanych opcji. Zamiarem jest stworzenie prostego, ale potężnego edytora podpisów dla wielu formatów podpisów. Aktualnie Gaupol jest użyteczny do konwersji między formatami, tłumaczeń i ręcznego edytowania. %prep %setup -q %build python setup.py build %install rm -rf $RPM_BUILD_ROOT python setup.py install \ --optimize=2 \ --root $RPM_BUILD_ROOT \ --prefix %{_prefix} find $RPM_BUILD_ROOT%{py_sitescriptdir}/gaupol/ -name '*.py' -exec rm -f \{\} \; %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/gaupol %{py_sitescriptdir}/gaupol %{_pixmapsdir}/* %{_desktopdir}/*