]> git.pld-linux.org Git - packages/gaupol.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Fri, 2 Sep 2005 18:59:25 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaupol.spec -> 1.1

gaupol.spec [new file with mode: 0644]

diff --git a/gaupol.spec b/gaupol.spec
new file mode 100644 (file)
index 0000000..daabf8e
--- /dev/null
@@ -0,0 +1,56 @@
+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}/*
This page took 0.113771 seconds and 4 git commands to generate.