pycairo is python3-cairo in python3 land
This commit is contained in:
parent
7480bb5d82
commit
ffc0021cc8
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-clocks
|
Name: gnome-clocks
|
||||||
Version: 0.1.6
|
Version: 0.1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Clock application designed for GNOME 3
|
Summary: Clock application designed for GNOME 3
|
||||||
|
|
||||||
License: GPLv2+
|
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
|
# https://bugzilla.gnome.org/show_bug.cgi?id=693234
|
||||||
Patch1: gnome-clocks-0.1.6-desktop-keywords.patch
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: intltool desktop-file-utils glib2-devel
|
BuildRequires: intltool desktop-file-utils glib2-devel
|
||||||
BuildRequires: pygobject3-devel pycairo-devel
|
BuildRequires: pygobject3-devel python3-cairo-devel
|
||||||
Requires: pygobject3 clutter-gtk libgweather gnome-desktop3 libnotify pycairo
|
Requires: pygobject3 clutter-gtk libgweather gnome-desktop3 libnotify python3-cairo
|
||||||
Requires: pycanberra
|
Requires: pycanberra
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Clock application designed for GNOME 3
|
Clock application designed for GNOME 3
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .desktop-keywords
|
%patch1 -p1 -b .desktop-keywords
|
||||||
|
%patch2 -p1 -b .py3cairo
|
||||||
|
autoreconf -fi
|
||||||
|
intltoolize --force
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -60,6 +70,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 6 2013 Yanko Kaneti <yaneti@declera.com> - 0.1.6-1
|
||||||
- Update to 0.1.6. Handle the move to autotools.
|
- Update to 0.1.6. Handle the move to autotools.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user