rpms/gaupol/devel gaupol.spec,1.10,1.11

Lucian Langa lucilanga at fedoraproject.org
Thu Jul 8 14:17:12 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/gaupol/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21279

Modified Files:
	gaupol.spec 
Log Message:
new upstream release


Index: gaupol.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gaupol/devel/gaupol.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- gaupol.spec	2 Apr 2010 17:41:49 -0000	1.10
+++ gaupol.spec	8 Jul 2010 14:17:12 -0000	1.11
@@ -1,13 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:		gaupol
-Version:	0.15.1
+Version:	0.17
 Release:	1%{?dist}
 Summary:	Subtitle editor
 
 Group:		Applications/Multimedia
 License:	GPLv3+
 URL:		http://home.gna.org/gaupol
-Source0:	http://download.gna.org/gaupol/0.15/%{name}-%{version}.tar.bz2
+Source0:	http://download.gna.org/gaupol/0.17/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -15,25 +15,32 @@ BuildArch:	noarch
 BuildRequires:	python, desktop-file-utils, gettext, doxygen, intltool
 BuildRequires:	python-setuptools-devel
 Requires:	python-enchant, python-chardet
+Requires:	aeidon
 
 %description
-Editor for text-based subtitle files. It supports multiple subtitle file 
+Editor for text-based subtitle files. It supports multiple subtitle file
 formats and provides means of correcting texts and timing subtitles to match
 video. The user interface is designed with attention to batch processing of
 multiple documents and convenience of translating.
 
+%package -n aeidon
+Summary: Package for reading, writing and manipulating text-based subtitle files
+Group: Development/Libraries
+Version: 0.17
+
+%description -n aeidon
+This is a Python package for reading, writing and manipulating
+text-based subtitle files. It is separate from the gaupol package,
+which provides a subtitle editor application with a GTK+ user
+interface.
 
 %prep
 %setup -q
 sed -i -e "s/Encoding=UTF-8//" data/%{name}.desktop.in
 
-
 %build
 %{__python} setup.py build
 
-
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
@@ -53,16 +60,22 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING CREDITS README NEWS TODO
 %{_bindir}/gaupol
-%{python_sitelib}/*
+%{python_sitelib}/gaupol*
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
 %{_mandir}/man1/gaupol.1*
 
-
-
+%files -n aeidon
+%defattr(-, root, root, -)
+%doc AUTHORS ChangeLog COPYING CREDITS README.aeidon NEWS TODO
+%{python_sitelib}/aeidon
 
 %changelog
+* Thu Jul 08 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-1
+- new supackage aeidon the subtitle engine
+- new upstream release
+
 * Fri Apr 02 2010 Lucian Langa <cooly at gnome.eu.org> - 0.15.1-1
 - update to 0.15.1
 



More information about the scm-commits mailing list