[Zim] * Sat Aug 28 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.48-1 - update to 0.48 - include more icons

cheeselee cheeselee at fedoraproject.org
Sat Aug 28 14:52:40 UTC 2010


commit 4474db446ef9573d693faf19fbda006f5d662f51
Author: Robin Lee <robinlee.sysu at gmail.com>
Date:   Sat Aug 28 22:52:11 2010 +0800

    * Sat Aug 28 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.48-1
    - update to 0.48
    - include more icons

 .gitignore |    1 +
 Zim.spec   |   15 ++++++++++-----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2937aab..eb19fb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zim-0.47.tar.gz
+/zim-0.48.tar.gz
diff --git a/Zim.spec b/Zim.spec
index 71ff732..31c3f1a 100644
--- a/Zim.spec
+++ b/Zim.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           Zim
-Version:        0.47
-Release:        2%{?dist}
+Version:        0.48
+Release:        1%{?dist}
 Summary:        Desktop wiki & notekeeper
 
 Group:          Applications/Editors
@@ -37,7 +37,8 @@ or to serve as a personal scratch book.
 
 %install
 rm -rf %{buildroot}
-./setup.py install --root=%{buildroot} --skip-xdg-cmd
+./setup.py build
+./setup.py install --root=%{buildroot} --skip-xdg-cmd --skip-build
 
 desktop-file-install --delete-original \
     --dir=%{buildroot}%{_datadir}/applications \
@@ -79,12 +80,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/*
 %{_datadir}/mime/packages/zim.xml
-%{_datadir}/icons/hicolor/64x64/apps/*
-%{_datadir}/icons/hicolor/64x64/mimetypes/*
+%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/icons/hicolor/*/mimetypes/*
 %{python_sitelib}/zim-*.egg-info
 %{python_sitelib}/zim/
 
 %changelog
+* Sat Aug 28 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.48-1
+- update to 0.48
+- include more icons
+
 * Sat Jul 31 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.47-2
 - Rebuild for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 15990cc..d41599a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d688a5e4e779dbf13e8abf8b2893e7db  zim-0.47.tar.gz
+88cfc18c0c7339528d5f5f463647bb5f  zim-0.48.tar.gz


More information about the scm-commits mailing list