Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 8aa9fab0ff946af8834ed9bc38643155 > files > 2

sugar-colordeducto-7-3.fc18.src.rpm

Name:		sugar-colordeducto
Version:	7
Release:	3%{?dist}
Summary:	To improve students skills to deducing logic and learning colors & schemes

License:	GPLv3 and MIT
URL:		http://activities.sugarlabs.org/en-US/sugar/addon/4221
Source0:	http://download.sugarlabs.org/sources/honey/ColorDeducto/ColorDeducto-%{version}.tar.bz2

BuildRequires:	sugar-toolkit-gtk3 gettext python2-devel
BuildArch:	noarch
Requires:	sugar

%description
To improve students skills to deducing logic and learning colors & schemes.

%prep
%setup -q -n ColorDeducto-%{version}
chmod +x  mun.py
sed -i 's/\r//' README.txt

%build
%{__python} ./setup.py build

%install
%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}


%files
%doc COPYING NEWS README.txt
%{sugaractivitydir}/ColorDeducto.activity/

%changelog
* Tue Jun 04 2013 Danishka Navin <danishka@gmail.com> - 7-3
- removed python from  BuildRequires and removed newline after %changelog

* Tue Jun 04 2013 Danishka Navin <danishka@gmail.com> - 7-2
- fixed new BuildRequires for python2-devel and sugar-toolkit-gtk3 added

* Tue Jun 04 2013 Danishka Navin <danishka@gmail.com> - 7-1
- updated to the version 7

* Tue Jul 17 2012 Danishka Navin <danishka@gmail.com> - 5-4
- droped %%defattr(-,root,root,-)

* Tue Jul 17 2012 Danishka Navin <danishka@gmail.com> - 5-3
- fixed both executable bit and wrong-file-end-of-line-encoding of README.txt

* Tue Jul 17 2012 Danishka Navin <danishka@gmail.com> - 5-2
- removed %%defattr(-,root,root,-) and fixed the versining issue in the changelog

* Mon Jul 16 2012 Danishka Navin <danishka@gmail.com> - 5-1
- initial packaging