[zukitwo] Correct an error in .spec file.

odysseus odysseus at fedoraproject.org
Sun Aug 5 07:00:49 UTC 2012


commit e5b30eb2831d0f5d1bafb6e5be91b918eb026600
Author: Mattia Meneguzzo <odysseus at fedoraproject.org>
Date:   Sun Aug 5 09:00:37 2012 +0200

    Correct an error in .spec file.

 zukitwo.spec |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/zukitwo.spec b/zukitwo.spec
index db712ac..f710c13 100644
--- a/zukitwo.spec
+++ b/zukitwo.spec
@@ -5,7 +5,7 @@
 
 Name:           zukitwo
 Version:        20120708
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4
 Group:          User Interface/Desktops
 
@@ -106,7 +106,7 @@ do
 done
 mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
 cp -pr %{theme_name}-Shell/gnome-shell/* %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
-ln -s %{_datadir}/themes/%{theme_name}-Dark/gnome-shell %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
+ln -sfn %{_datadir}/themes/%{theme_name}/gnome-shell %{buildroot}%{_datadir}/themes/%{theme_name}-Dark/gnome-shell
 
 
 %files common
@@ -116,26 +116,34 @@ ln -s %{_datadir}/themes/%{theme_name}-Dark/gnome-shell %{buildroot}%{_datadir}/
 
 
 %files gtk2-theme
-%{_datadir}/themes/*/gtk-2.0/
+%{_datadir}/themes/%{theme_name}/gtk-2.0/
+%{_datadir}/themes/%{theme_name}-Dark/gtk-2.0/
 
 
 %files gtk3-theme
-%{_datadir}/themes/*/gtk-3.0/
+%{_datadir}/themes/%{theme_name}/gtk-3.0/
+%{_datadir}/themes/%{theme_name}-Dark/gtk-3.0/
 
 
 %files metacity-theme
-%{_datadir}/themes/*/metacity-1/
+%{_datadir}/themes/%{theme_name}/metacity-1/
+%{_datadir}/themes/%{theme_name}-Dark/metacity-1/
 
 
 %files -n gnome-shell-theme-%{name}
-%{_datadir}/themes/*/gnome-shell/
+%{_datadir}/themes/%{theme_name}/gnome-shell/
+%{_datadir}/themes/%{theme_name}-Dark/gnome-shell
 
 
 %files xfwm4-theme
-%{_datadir}/themes/*/xfwm4/
+%{_datadir}/themes/%{theme_name}/xfwm4/
+%{_datadir}/themes/%{theme_name}-Dark/xfwm4/
 
 
 %changelog
+* Sun Aug 05 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120708-5
+- Correct an error in .spec file
+
 * Sat Aug 04 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120708-4
 - Replace a copy of the directory containing the Gnome Shell theme with a symbolic link to the other 
 


More information about the scm-commits mailing list