Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Christoph Wickert
c05e631472 * Sat Feb 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
- Update to 0.3.2
2010-07-31 01:30:42 +02:00
Fedora Release Engineering
d75763ca13 dist-git conversion 2010-07-29 03:09:23 +00:00
Bill Nottingham
0423b6eb17 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:12 +00:00
Christoph Wickert
7bad748453 - Update to 0.2.6 2009-11-18 19:15:09 +00:00
Jesse Keating
8b15986576 Initialize branch F-12 for menu-cache 2009-09-29 05:29:30 +00:00
6 changed files with 17 additions and 26 deletions

View file

@ -1 +0,0 @@
menu-cache-0.2.5.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
menu-cache-0.3.2.tar.gz

View file

@ -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 $$/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)

View file

@ -1 +0,0 @@
menu-cache-0_2_2-1_fc11:HEAD:menu-cache-0.2.2-1.fc11.src.rpm:1235697658

View file

@ -1,6 +1,6 @@
Name: menu-cache
Version: 0.2.5
Release: 2%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Caching mechanism for freedesktop.org compliant menus
Group: System Environment/Libraries
@ -34,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}
@ -71,6 +75,15 @@ 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
* 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
ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz