diff --git a/.gitignore b/.gitignore index 5ed4b05..e1ccf1e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ python-meh-0.13.tar.gz /python-meh-0.26.tar.gz /python-meh-0.27.tar.gz /python-meh-0.28.tar.gz +/python-meh-0.29.tar.gz diff --git a/python-meh.spec b/python-meh.spec index d10627a..dc9eb67 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -5,7 +5,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedorahosted.org/git/?p=python-meh.git -Version: 0.28 +Version: 0.29 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -21,14 +21,23 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, gettext, python-setuptools-devel, intltool BuildRequires: dbus-python, libreport-gtk >= %{libreportver}, libreport-cli >= %{libreportver} -Requires: python, dbus-python, pygobject3, gtk3 +Requires: python, dbus-python Requires: openssh-clients, rpm-python, yum -Requires: libreport-gtk >= %{libreportver}, libreport-cli >= %{libreportver} +Requires: libreport-cli >= %{libreportver} %description The python-meh package is a python library for handling, saving, and reporting exceptions. +%package gui +Summary: Graphical user interface for the python-meh library +Requires: python-meh = %{version}-%{release} +Requires: pygobject3, gtk3 +Requires: libreport-gtk >= %{libreportver} + +%description gui +The python-meh-gui package provides a GUI for the python-meh library. + %prep %setup -q @@ -50,9 +59,17 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc ChangeLog COPYING %{python_sitelib}/* +%exclude %{python_sitelib}/meh/ui/gui.py + +%files gui +%{python_sitelib}/meh/ui/gui.py %{_datadir}/python-meh %changelog +* Wed Nov 20 2013 Vratislav Podzimek - 0.29-1 +- Split GUI out into a separate package (vpodzime) +- Create archives in one Makefile target and reuse it (vpodzime) + * Tue Nov 05 2013 Vratislav Podzimek - 0.28-1 - Introduce support for Python 3 while keeping Python 2 working (miro) - Sync spec with downstream (vpodzime) diff --git a/sources b/sources index c1b7edb..59430bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -623def0965710b0d0c4f0a92d0030acf python-meh-0.28.tar.gz +7fb51fd3b6342aef75105dfb4f70ab60 python-meh-0.29.tar.gz