[menu-cache/f12/master] * Sat Feb 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.2-1 - Update to 0.3.2

Christoph Wickert cwickert at fedoraproject.org
Fri Jul 30 23:30:49 UTC 2010


commit c05e6314722d154624c1a103775eadb80a820273
Author: Christoph Wickert <fedora at christoph-wickert.de>
Date:   Sat Jul 31 01:30:42 2010 +0200

    * Sat Feb 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.2-1
    - Update to 0.3.2

 .gitignore      |    2 +-
 menu-cache.spec |   14 +++++++++++---
 sources         |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90bb41a..935d1a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-menu-cache-0.2.6.tar.gz
+menu-cache-0.3.2.tar.gz
diff --git a/menu-cache.spec b/menu-cache.spec
index 585f269..015d934 100644
--- a/menu-cache.spec
+++ b/menu-cache.spec
@@ -1,5 +1,5 @@
 Name:           menu-cache
-Version:        0.2.6
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        Caching mechanism for freedesktop.org compliant menus
 
@@ -10,7 +10,6 @@ Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel >= 2.16.0
-BuildRequires:  chrpath
 Requires:       redhat-menus
 
 %description
@@ -35,6 +34,10 @@ developing applications that use %{name}.
 
 %build
 %configure --disable-static
+# remove rpath in menu-cache-gen
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags}
 
 
@@ -42,7 +45,6 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/menu-cache-gen
 
 
 %clean
@@ -73,6 +75,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.2-1
+- Update to 0.3.2
+
+* Sun Feb 21 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.1-1
+- Update to 0.3.1
+
 * Tue Nov 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.6-1
 - Update to 0.2.6
 
diff --git a/sources b/sources
index 71df6f5..969b7ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-114498e13525dd13cbfdce513d22b083  menu-cache-0.2.6.tar.gz
+ac4a9ea77db68d3db3f9f53cc75af66a  menu-cache-0.3.2.tar.gz


More information about the scm-commits mailing list