diff --git a/sugar-words.spec b/sugar-words.spec new file mode 100644 index 0000000..f3c3f62 --- /dev/null +++ b/sugar-words.spec @@ -0,0 +1,44 @@ +Name: sugar-words +Version: 19 +Release: 2%{?dist} +Summary: A multi lingual dictionary with speech synthesis + +Group: Sugar/Activities +License: GPLv3+ +URL: http://activities.sugarlabs.org/en-US/sugar/addon/4315 +Source0: http://mirrors.rit.edu/sugarlabs/activities/4315/words-%{version}.xo + +BuildRequires: python2-devel sugar-toolkit-gtk3 gettext +BuildArch: noarch +Requires: sugar >= 0.97.0 + +%description +Words is a multi lingual dictionary for sugar. It is enabled +with speech synthesis. + +%prep +%setup -q -n Words.activity +rm po/aym.po +rm po/cpp.po +rm po/nah.po +rm po/son.po + +%build +%{__python} ./setup.py build + +%install +%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix} + +%find_lang org.laptop.Words + +%files -f org.laptop.Words.lang +%doc NEWS AUTHORS HACKING +%{sugaractivitydir}/Words.activity/ + +%changelog +* Mon Jan 14 2013 Kalpa Welivitigoda - 19-2 +- replaced python-devel with python2-devel in BuildRequires +- removed obsolete stuff + +* Sat Dec 15 2012 Kalpa Welivitigoda - 19-1 +- initial packaging diff --git a/words-19.xo b/words-19.xo new file mode 100644 index 0000000..633cbff Binary files /dev/null and b/words-19.xo differ