pycairo is python3-cairo in python3 land

This commit is contained in:
Yanko Kaneti 2013-02-06 04:45:58 +02:00
parent 7480bb5d82
commit ffc0021cc8

View File

@ -1,6 +1,6 @@
Name: gnome-clocks
Version: 0.1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Clock application designed for GNOME 3
License: GPLv2+
@ -10,19 +10,29 @@ Source0: http://download.gnome.org/sources/gnome-clocks/0.1/%{name}-%{ver
# https://bugzilla.gnome.org/show_bug.cgi?id=693234
Patch1: gnome-clocks-0.1.6-desktop-keywords.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=693235
Patch2: gnome-clocks-0.1.6-py3cairo.patch
# for patch2
BuildRequires: automake autoconf
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: intltool desktop-file-utils glib2-devel
BuildRequires: pygobject3-devel pycairo-devel
Requires: pygobject3 clutter-gtk libgweather gnome-desktop3 libnotify pycairo
BuildRequires: pygobject3-devel python3-cairo-devel
Requires: pygobject3 clutter-gtk libgweather gnome-desktop3 libnotify python3-cairo
Requires: pycanberra
%description
Clock application designed for GNOME 3
%prep
%setup -q
%patch1 -p1 -b .desktop-keywords
%patch2 -p1 -b .py3cairo
autoreconf -fi
intltoolize --force
%build
%configure
@ -60,6 +70,9 @@ fi
%changelog
* Wed Feb 6 2013 Yanko Kaneti <yaneti@declera.com> - 0.1.6-2
- pycairo is python3-cairo in python3 land.
* Wed Feb 6 2013 Yanko Kaneti <yaneti@declera.com> - 0.1.6-1
- Update to 0.1.6. Handle the move to autotools.