Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
172f60c822 dist-git conversion 2010-07-29 16:17:02 +00:00
Bill Nottingham
d06b3b4f16 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:39:44 +00:00
xulchris
ad863202d4 try linking with -Wl,--export-dynamic 2008-07-19 15:39:28 +00:00
xulchris
356ac187d6 rebuild for new mesa libs 2008-07-03 17:56:04 +00:00
Jesse Keating
ff38598051 Initialize branch F-9 for xwnc 2008-04-22 04:10:59 +00:00
3 changed files with 10 additions and 25 deletions

View file

View file

@ -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)

View file

@ -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