Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
172f60c822 | ||
|
|
d06b3b4f16 | ||
|
|
ad863202d4 | ||
|
|
356ac187d6 | ||
|
|
ff38598051 |
3 changed files with 10 additions and 25 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xwnc
|
||||
# $Id$
|
||||
NAME := xwnc
|
||||
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)
|
||||
14
xwnc.spec
14
xwnc.spec
|
|
@ -1,9 +1,9 @@
|
|||
Name: xwnc
|
||||
Summary: Mix of Xvnc and XDarwin with improved protocol
|
||||
Version: 0.3.3
|
||||
Release: 4%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
License: GPL
|
||||
License: GPLv2+
|
||||
Group: User Interface/X
|
||||
URL: http://insitu.lri.fr/~chapuis/metisse/download_install.html
|
||||
Source0: http://download.gna.org/underware/sources/%{name}-%{version}.tar.gz
|
||||
|
|
@ -25,7 +25,7 @@ autoreconf --force --install
|
|||
%build
|
||||
%configure --without-fvwm-ametista --disable-glx
|
||||
# does not build correctly with SMP flags
|
||||
make
|
||||
make LDFLAGS=-Wl,--export-dynamic
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -44,7 +44,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.3-4
|
||||
* Tue Jul 08 2008 Christopher Stone <chris.stone@gmail.com> 0.3.3-6
|
||||
- Try linking with -Wl,--export-dynamic.
|
||||
|
||||
* Thu Jul 03 2008 Christopher Stone <chris.stone@gmail.com> 0.3.3-5
|
||||
- Rebuild for new Mesa
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> 0.3.3-4
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Wed Jan 10 2007 Christopher Stone <chris.stone@gmail.com> 0.3.3-3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue