- Update to 0.2.6

This commit is contained in:
Christoph Wickert 2009-11-18 18:53:05 +00:00
commit bbd49eaffb
3 changed files with 9 additions and 4 deletions

View file

@ -1 +1 @@
menu-cache-0.2.5.tar.gz
menu-cache-0.2.6.tar.gz

View file

@ -1,6 +1,6 @@
Name: menu-cache
Version: 0.2.5
Release: 2%{?dist}
Version: 0.2.6
Release: 1%{?dist}
Summary: Caching mechanism for freedesktop.org compliant menus
Group: System Environment/Libraries
@ -10,6 +10,7 @@ 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
@ -41,6 +42,7 @@ 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
@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Nov 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.6-1
- Update to 0.2.6
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1 +1 @@
4537aba7abb379d5a055b2da5adb51bd menu-cache-0.2.5.tar.gz
114498e13525dd13cbfdce513d22b083 menu-cache-0.2.6.tar.gz