Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
8390ce1206 dist-git conversion 2010-07-29 15:23:17 +00:00
6bcf44688a fixed directory ownership (BZ 569408) 2010-03-02 01:06:15 +00:00
Bill Nottingham
42d09bd6d3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:58 +00:00
Jesse Keating
75030a6f06 Initialize branch F-12 for wmx 2009-09-29 07:18:52 +00:00
4 changed files with 6 additions and 24 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wmx
# $Id$
NAME := wmx
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 @@
wmx-7-1_fc10:HEAD:wmx-7-1.fc10.src.rpm:1231785276

View file

@ -1,6 +1,6 @@
Name: wmx
Version: 7
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A really simple window manager for X
License: BSD
Group: User Interface/X
@ -49,10 +49,14 @@ configurable options.
%defattr(-,root,root)
%doc README* UPDATES TODO.netwm rsharman-patch/
%{_bindir}/*
%{_datadir}/*
%{_datadir}/%{name}
%{_datadir}/xsessions/*
%{_sysconfdir}/X11/xinit/Xclients.d/*
%changelog
* Mon Mar 01 2010 Gabriel Somlo <somlo@cmu.edu> 7-6
- fixed directory ownership (BZ 569408)
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild