[sugar-connect/f17] enable translations, fix ftbfs

Tom Callaway spot at fedoraproject.org
Thu Mar 8 15:59:01 UTC 2012


commit 8e1bdc213c2b9e2d7f03f25a3dc2e5ba80a512fe
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Mar 8 10:58:59 2012 -0500

    enable translations, fix ftbfs

 sugar-connect.spec |   25 ++++++-------------------
 1 files changed, 6 insertions(+), 19 deletions(-)
---
diff --git a/sugar-connect.spec b/sugar-connect.spec
index 65524a1..6a11465 100644
--- a/sugar-connect.spec
+++ b/sugar-connect.spec
@@ -1,23 +1,18 @@
 Name:           sugar-connect
 Version:        22
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Connect for Sugar
-
 Group:          Sugar/Activities
 License:        GPLv2+
 URL:            http://wiki.laptop.org/go/Connect
 Source0:        Connect-%{version}.tar.bz2
 Source1:        %{name}-checkout.sh
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{_id_u} -n)
 BuildArch:      noarch
-
 BuildRequires:  gettext
 BuildRequires:  python
 BuildRequires:  sugar-toolkit
-
 Requires:       sugar
 
-
 %description
 The Connect activity implements the game of Connect-4 as a two-player game.
 Additional participants can watch the game, and will have a chance to play
@@ -26,29 +21,21 @@ the winner of the current game.
 %prep
 %setup -q -n Connect-%{version}
 
-
 %build
 python ./setup.py build
 
-
 %install
-rm -rf  %{buildroot}
 python ./setup.py install --prefix=%{buildroot}/%{_prefix}
-#%find_lang org.laptop.Connect
+%find_lang org.laptop.Connect
 
-
-%clean
-rm -rf  %{buildroot}
-
-
-%files
-#-f org.laptop.Connect.lang
-%defattr(-,root,root,-)
+%files -f org.laptop.Connect.lang
 %doc AUTHORS COPYING NEWS
 %{sugaractivitydir}/Connect.activity/
 
-
 %changelog
+* Thu Mar  8 2012 Tom Callaway <spot at fedoraproject.org> - 22-10
+- enable translations
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 22-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list