[libgnomekbd] Fix the call to chrpath

Richard Hughes rhughes at fedoraproject.org
Thu Jun 7 09:15:27 UTC 2012


commit c2eb530a9501d8c3b6f5eba4ae616e548897284e
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Jun 7 10:13:58 2012 +0100

    Fix the call to chrpath

 libgnomekbd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libgnomekbd.spec b/libgnomekbd.spec
index 8a0b028..5b2e9cb 100644
--- a/libgnomekbd.spec
+++ b/libgnomekbd.spec
@@ -1,6 +1,6 @@
 Name:           libgnomekbd
 Version:        3.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A keyboard configuration library
 
 Group:          System Environment/Libraries
@@ -53,7 +53,7 @@ make %{?_smp_mflags}
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgnomekbdui.so.7.0.0
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgnomekbdui.so.8.0.0
 
 desktop-file-install --delete-original       \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
@@ -101,6 +101,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Thu Jun 07 2012 Richard Hughes <hughsient at gmail.com> - 3.5.2-2
+- Fix the call to chrpath
+
 * Thu Jun 07 2012 Richard Hughes <hughsient at gmail.com> - 3.5.2-1
 - Update to 3.5.2
 


More information about the scm-commits mailing list