diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 9083fd6..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/xwnc.spec b/xwnc.spec index 98ef456..5a9157e 100644 --- a/xwnc.spec +++ b/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 - 0.3.3-4 +* Tue Jul 08 2008 Christopher Stone 0.3.3-6 +- Try linking with -Wl,--export-dynamic. + +* Thu Jul 03 2008 Christopher Stone 0.3.3-5 +- Rebuild for new Mesa + +* Wed Feb 20 2008 Fedora Release Engineering 0.3.3-4 - Autorebuild for GCC 4.3 * Wed Jan 10 2007 Christopher Stone 0.3.3-3