pnemade pushed to caribou (master). "Change Cariou to pull python3-caribou default in F23"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 07:55:36 UTC 2015


>From e29b50279e267e8ee0490fc023c534f67c902741 Mon Sep 17 00:00:00 2001
From: Parag Nemade <pnemade at redhat.com>
Date: Thu, 2 Apr 2015 13:25:25 +0530
Subject: Change Cariou to pull python3-caribou default in F23


diff --git a/caribou.spec b/caribou.spec
index bcf4627..d78c41d 100644
--- a/caribou.spec
+++ b/caribou.spec
@@ -2,7 +2,7 @@
 
 Name:           caribou
 Version:        0.4.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simplified in-place on-screen keyboard
 License:        LGPLv2+
 URL:            http://live.gnome.org/Caribou
@@ -32,7 +32,9 @@ BuildRequires: python-tools
 BuildRequires: python3-gobject
 %endif # with_python3
 
-Requires:       python-%{name} = %{version}-%{release}
+
+# Changing in F23 to pull python3-caribou default
+Requires:       python3-%{name} = %{version}-%{release}
 Requires:       gobject-introspection
 Requires:       caribou-gtk2-module
 Requires:       caribou-gtk3-module
@@ -122,7 +124,7 @@ make clean
 %configure --disable-static PYTHON=python3
 2to3 -w caribou
 2to3 -w tools
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 %endif
 
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -192,6 +194,9 @@ fi
 
 
 %changelog
+* Thu Apr 02 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18-2
+- Change Cariou to pull python3-caribou default in F23
+
 * Mon Mar 23 2015 Kalev Lember <kalevlember at gmail.com> - 0.4.18-1
 - Update to 0.4.18
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/caribou.git/commit/?h=master&id=e29b50279e267e8ee0490fc023c534f67c902741


More information about the scm-commits mailing list