Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
39e7410d78 dist-git conversion 2010-07-29 03:09:25 +00:00
Bill Nottingham
fdd9af8861 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:12 +00:00
Christoph Wickert
f964f2ab2a - Update to 0.2.6 2009-11-18 19:15:09 +00:00
Christoph Wickert
1694a9fe3c - Update to 0.2.5 2009-04-29 15:03:08 +00:00
Christoph Wickert
e2ac6b79e3 - Update to 0.2.4 2009-04-20 18:03:55 +00:00
Jesse Keating
133c5014a9 Initialize branch F-11 for menu-cache 2009-04-15 08:01:05 +00:00
6 changed files with 20 additions and 27 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
menu-cache-0.2.6.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,5 +1,5 @@
Name: menu-cache
Version: 0.2.3
Version: 0.2.6
Release: 1%{?dist}
Summary: Caching mechanism for freedesktop.org compliant menus
@ -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
@ -54,11 +56,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
#FIXME: add ChangeLog if there is content
#FIXME: add ChangeLog and NEWS if there is content
%doc AUTHORS COPYING README
%{_bindir}/menu-cache-gen
%{_libexecdir}/menu-cache-gen
%{_libexecdir}/menu-cached
%{_libdir}/libmenu-cache.so.*
#%{_mandir}/man*/*.gz
%files devel
@ -70,6 +73,18 @@ 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
* Tue Apr 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.5-1
- Update to 0.2.5
* Mon Apr 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.4-1
- Update to 0.2.4
* Tue Mar 31 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.3-1
- Update to 0.2.3

View file

@ -1 +1 @@
91d92b5b45927595a8750e5ab5915b40 menu-cache-0.2.3.tar.gz
114498e13525dd13cbfdce513d22b083 menu-cache-0.2.6.tar.gz