[sugar-starchart/f18] updated spec and srpm

Danishka Navin snavin at fedoraproject.org
Mon Aug 5 03:44:23 UTC 2013


commit ccfa586c9501a8b274142473b234b7a6caf9d514
Author: Danishka Navin <danishka at thecellcity.com>
Date:   Mon Aug 5 11:43:30 2013 +0800

    updated spec and srpm

 StarChart-15.tar.bz2              |  Bin 0 -> 131303 bytes
 sugar-starchart-15-3.fc18.src.rpm |  Bin 0 -> 134437 bytes
 sugar-starchart.spec              |   48 +++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/StarChart-15.tar.bz2 b/StarChart-15.tar.bz2
new file mode 100644
index 0000000..1fcb7ee
Binary files /dev/null and b/StarChart-15.tar.bz2 differ
diff --git a/sugar-starchart-15-3.fc18.src.rpm b/sugar-starchart-15-3.fc18.src.rpm
new file mode 100644
index 0000000..f3c54d4
Binary files /dev/null and b/sugar-starchart-15-3.fc18.src.rpm differ
diff --git a/sugar-starchart.spec b/sugar-starchart.spec
new file mode 100644
index 0000000..16ebd39
--- /dev/null
+++ b/sugar-starchart.spec
@@ -0,0 +1,48 @@
+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 at gmail.com> - 15-3
+- Fixed %%BuildRequires 
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 15-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Mon Jun 10 2013 Danishka Navin <danishka at gmail.com> - 15-2
+- removed backslash between %%{buildroot} and %%{_prefix}
+- fixed script-without-shebang rpmlint error
+
+* Mon Jun 10 2013 Danishka Navin <danishka at gmail.com> - 15-1
+- initial packaging
+


More information about the scm-commits mailing list