Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
48ff89d90e dist-git conversion 2010-07-29 16:16:58 +00:00
Bill Nottingham
98cc1f247b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:39:43 +00:00
xulchris
2227625024 try linking with -Wl,--export-dynamic 2008-07-19 15:39:10 +00:00
xulchris
d2d08bc6b3 rebuild for new mesa libs 2008-07-03 17:56:00 +00:00
Jesse Keating
ffee7088aa Initialize branch F-8 for xwnc 2007-10-19 02:17:05 +00:00
3 changed files with 12 additions and 24 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: 3%{?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,6 +44,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* 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
- Update to latest debian patch
- Remove unneeded BuildRequires