Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91b3892478 | ||
|
|
b88bb3e369 | ||
|
|
7801cb1434 | ||
|
|
e60b96c09e |
6 changed files with 13 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
menu-cache-0.2.6.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
menu-cache-0.3.2.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: menu-cache
|
||||
# $Id$
|
||||
NAME := menu-cache
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1 +0,0 @@
|
|||
menu-cache-0_2_2-1_fc11:HEAD:menu-cache-0.2.2-1.fc11.src.rpm:1235697658
|
||||
|
|
@ -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@fedoraproject.org> - 0.3.2-1
|
||||
- Update to 0.3.2
|
||||
|
||||
* Sun Feb 21 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
||||
* Tue Nov 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.6-1
|
||||
- Update to 0.2.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
114498e13525dd13cbfdce513d22b083 menu-cache-0.2.6.tar.gz
|
||||
ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue