Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 9226bf22f3d500a400ec1669e369ac6d > files > 2

sugar-starchart-15-3.fc18.src.rpm

Name:		sugar-starchart
Version:	15
Release:	3%{?dist}
Summary:	Display a map of the sky showing the position of the visible stars	

License:	GPLv2+
URL:		http://wiki.laptop.org/go/StarChart 
Source0:	http://download.sugarlabs.org/sources/honey/StarChart/StarChart-%{version}.tar.bz2

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

%description
This activity will display a map of the sky showing the position 
of the visible stars, some of the larger and brighter deep-sky 
objects (DSOs), the "classical" planets, the sun and the moon. 

%prep
%setup -q -n StarChart-%{version}
sed -i "s|\r||g" NEWS
chmod 644 activity/*

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

%install
%{__python} ./setup.py install --prefix=%{buildroot}%{_prefix}
%find_lang org.laptop.StarChart

%files -f org.laptop.StarChart.lang
%doc COPYING NEWS 
%{sugaractivitydir}/StarChart.activity/

%changelog
* Mon Aug 05 2013 Danishka Navin <danishka@gmail.com> - 15-3
- Fixed %%BuildRequires 

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Mon Jun 10 2013 Danishka Navin <danishka@gmail.com> - 15-2
- removed backslash between %%{buildroot} and %%{_prefix}
- fixed script-without-shebang rpmlint error

* Mon Jun 10 2013 Danishka Navin <danishka@gmail.com> - 15-1
- initial packaging