[rep-gtk/f15/master] don't use %{_host} which can be modified by configure on non-x86 arches

Kim B. Heino kimheino at fedoraproject.org
Wed Apr 20 15:08:16 UTC 2011


commit cdf66972a2b763c17a5c4f5d519e076e32d99d2d
Author: Kim B. Heino <b at bbbs.net>
Date:   Wed Apr 20 18:06:48 2011 +0300

    don't use %{_host} which can be modified by configure on non-x86 arches

 rep-gtk.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rep-gtk.spec b/rep-gtk.spec
index 4b1cb00..95d4851 100644
--- a/rep-gtk.spec
+++ b/rep-gtk.spec
@@ -1,6 +1,6 @@
 Name: rep-gtk
 Version: 0.90.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: GTK+ binding for librep Lisp environment
 License: GPLv2+
 Group: Development/Languages
@@ -46,8 +46,8 @@ rm -rf %{buildroot}
 %files
 %defattr (-,root,root,-)
 %doc NEWS README* TODO COPYING
-%{_libdir}/rep/%{_host}
-%exclude %{_libdir}/rep/%{_host}/gui/*/*.la
+%{_libdir}/rep/*-linux-gnu
+%exclude %{_libdir}/rep/*-linux-gnu/gui/*/*.la
 
 %files devel
 %defattr (-,root,root,-)
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/rep-gtk.pc
 
 %changelog
+* Wed Apr 20 2011 Kim B. Heino <b at bbbs.net> - 0.90.5-4
+- don't use %%{_host} which can be modified by configure on non-x86 arches
+
 * Wed Apr 13 2011 Kim B. Heino <b at bbbs.net> - 0.90.5-3
 - Fix files list, remove post/postun
 


More information about the scm-commits mailing list