Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8390ce1206 | ||
| 6bcf44688a | |||
|
|
42d09bd6d3 | ||
|
|
75030a6f06 |
4 changed files with 6 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
wmx-7-1_fc10:HEAD:wmx-7-1.fc10.src.rpm:1231785276
|
||||
8
wmx.spec
8
wmx.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue