[sugar-toolkit-gtk3] Add gettext to Requires

Peter Robinson pbrobinson at fedoraproject.org
Sun May 27 09:23:20 UTC 2012


commit 6e8b3271276fcfb36c58580648e32087ccb60090
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun May 27 10:23:04 2012 +0100

    Add gettext to Requires

 sugar-toolkit-gtk3.spec |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/sugar-toolkit-gtk3.spec b/sugar-toolkit-gtk3.spec
index 5fe3190..2c88254 100644
--- a/sugar-toolkit-gtk3.spec
+++ b/sugar-toolkit-gtk3.spec
@@ -3,32 +3,33 @@
 Summary: Sugar toolkit GTK+ 3
 Name: sugar-toolkit-gtk3
 Version: 0.96.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://wiki.laptop.org/go/Sugar
 Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 Source1: macros.sugar
 License: LGPLv2+
 Group: System Environment/Libraries
 
-BuildRequires: pkgconfig
-BuildRequires: gettext
-BuildRequires: gtk3-devel
-BuildRequires: perl-XML-Parser
-BuildRequires: libSM-devel
 BuildRequires: alsa-lib-devel
-BuildRequires: intltool
+BuildRequires: gettext-devel
+BuildRequires: gtk3-devel
 BuildRequires: gobject-introspection-devel
+BuildRequires: intltool
 BuildRequires: librsvg2-devel
+BuildRequires: libSM-devel
+BuildRequires: perl-XML-Parser
+BuildRequires: pkgconfig
 BuildRequires: python-devel
 BuildRequires: pygtk2-codegen
 BuildRequires: pygobject2-devel
 
 Requires: dbus-python
-Requires: sugar-datastore
+Requires: gettext
+Requires: pygobject3
 Requires: python-simplejson
 Requires: python-dateutil
+Requires: sugar-datastore
 Requires: unzip
-Requires: pygobject3
 
 %description
 Sugar is the core of the OLPC Human Interface. The toolkit provides
@@ -83,6 +84,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gir-1.0/SugarExt-1.0.gir
 
 %changelog
+* Sun May 27 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.96.1-2
+- Add gettext to Requires
+
 * Sat May  5 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.96.1-1
 - 0.96.1 stable release
 


More information about the scm-commits mailing list