SPECS: gaupol.spec (NEW) - new

wolf wolf at pld-linux.org
Fri Sep 2 20:59:30 CEST 2005


Author: wolf                         Date: Fri Sep  2 18:59:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gaupol.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gaupol.spec
diff -u /dev/null SPECS/gaupol.spec:1.1
--- /dev/null	Fri Sep  2 20:59:30 2005
+++ SPECS/gaupol.spec	Fri Sep  2 20:59:25 2005
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+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}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/02 18:59:25  wolf
+- new
+
================================================================



More information about the pld-cvs-commit mailing list