[Zim] Just use %{_datadir}

cheeselee cheeselee at fedoraproject.org
Fri Dec 23 04:01:38 UTC 2011


commit 0fb9610ac08177bf7867416c525298bf53e6b5e1
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Fri Dec 23 12:01:34 2011 +0800

    Just use %{_datadir}

 Zim.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/Zim.spec b/Zim.spec
index 18b275e..9b596a4 100644
--- a/Zim.spec
+++ b/Zim.spec
@@ -1,6 +1,6 @@
 Name:           Zim
 Version:        0.54
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Desktop wiki & notekeeper
 
 Group:          Applications/Editors
@@ -74,14 +74,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/*
 %{_datadir}/mime/packages/zim.xml
-%{_iconsbasedir}/*/apps/*
-%{_iconsbasedir}/*/mimetypes/*
+%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/icons/hicolor/*/mimetypes/*
 # No package in Fedora provides such directories
-%{_iconsdir}/ubuntu-mono-*/
+%{_datadir}/icons/ubuntu-mono-*/
 %{python_sitelib}/zim-*.egg-info
 %{python_sitelib}/zim/
 
 %changelog
+* Fri Dec 23 2011 Robin Lee <cheeselee at fedoraproject.org> - 0.54-2
+- Just use %%{_datadir}
+
 * Fri Dec 23 2011 Robin Lee <cheeselee at fedoraproject.org> - 0.54-1
 - Update to 0.54 (#740211)
 


More information about the scm-commits mailing list