[sugar-infoslicer] v11, clean ups spec file

Peter Robinson pbrobinson at fedoraproject.org
Mon Oct 31 14:47:14 UTC 2011


commit a804c9484a5b53fc329ea66b5997f091befc35e7
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Oct 31 14:47:09 2011 +0000

    v11, clean ups spec file

 .gitignore            |    3 +--
 sources               |    2 +-
 sugar-infoslicer.spec |   22 ++++++++++------------
 3 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8335bf..2918528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-InfoSlicer-6.tar.bz2
-/InfoSlicer-8.tar.bz2
+/InfoSlicer-*.tar.bz2
diff --git a/sources b/sources
index fb894a4..28bafef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84918c6adb18634fc0e272b360b9aa3e  InfoSlicer-8.tar.bz2
+f5cd5e0eda8c109086a251c8fcfdedb7  InfoSlicer-11.tar.bz2
diff --git a/sugar-infoslicer.spec b/sugar-infoslicer.spec
index 32dd85f..c8dad14 100644
--- a/sugar-infoslicer.spec
+++ b/sugar-infoslicer.spec
@@ -1,6 +1,6 @@
 Name:           sugar-infoslicer
-Version:        8
-Release:        3%{?dist}
+Version:        11
+Release:        1%{?dist}
 Summary:        Downloader for articles from Wikipedia
 
 Group:          Sugar/Activities
@@ -27,19 +27,14 @@ You can then publish the articles as a mini website.
 
 
 %build
-%{__python} setup.py build
+%{__python} ./setup.py build
 
 
 %install
-rm -rf  %{buildroot}
-%{__python} setup.py install --prefix=%{buildroot}/%{_prefix}
+%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}
 %find_lang org.sugarlabs.InfoSlicer
 
 
-%clean
-rm -rf  %{buildroot}
-
-
 %files -f org.sugarlabs.InfoSlicer.lang
 %defattr(-,root,root,-)
 %doc COPYING NEWS README examples/
@@ -47,11 +42,14 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Mon Oct 31 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 11-1
+- Release 11
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Sat Jan 29 2011 Peter Robinson <pbrobinson at gmail.com> - 8-2
-- bumpo build
+* Sat Jan 29 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 8-2
+- bump build
 
 * Tue Nov 16 2010 Fabian Affolter <fabian at bernewireless.net> - 8-1
 - Updated to new upstream version 8
@@ -59,7 +57,7 @@ rm -rf  %{buildroot}
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 6-3
 - recompiling .py files against Python 2.7 (rhbz#623375)
 
-* Mon Dec 14 2009 Peter Robinson <pbrobinson at gmail.com> - 6-2
+* Mon Dec 14 2009 Peter Robinson <pbrobinson at fedoraproject.org> - 6-2
 - Add buildreq gettext to fix build issues on F-12/rawhide - fixes # 539177
 
 * Fri Nov 20 2009 Fabian Affolter <fabian at bernewireless.net> - 6-1


More information about the scm-commits mailing list