Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

12 commits

Author SHA1 Message Date
Bill Nottingham
4edaa3ffad Retire x2vnc. 2010-08-27 15:15:58 -04:00
Fedora Release Engineering
e47bd69ac8 dist-git conversion 2010-07-29 15:30:04 +00:00
Bill Nottingham
03365f6740 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:53 +00:00
Jesse Keating
5dee8e89f3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:32:32 +00:00
Jesse Keating
ba86d38766 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 07:32:14 +00:00
aeba83cbe9 - Fix %patch without corresponding "Patch:" tag error which broke the
build.
2008-08-13 02:39:52 +00:00
1413c402c4 - Fix license tag. 2008-08-12 14:15:13 +00:00
Jesse Keating
dcee64872e - Autorebuild for GCC 4.3 2008-02-20 02:43:47 +00:00
0a45d5ffcb fix typo in description 2007-10-15 13:18:27 +00:00
Michael Stahnke
350977e416 Fixed a rm -rf $RPM_BUILD_ROOT issue (forgot a newline) 2007-03-04 17:45:39 +00:00
Michael Stahnke
26ae10718e Changed for -5 release by cleaning up spec file 2007-03-04 17:37:26 +00:00
Michael Stahnke
87d30827d2 auto-import x2vnc-1.7.2-4 on branch devel from x2vnc-1.7.2-4.src.rpm 2007-03-04 17:35:12 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
x2vnc-1.7.2.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: x2vnc
# $Id$
NAME := x2vnc
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
dead.package Normal file
View file

@ -0,0 +1 @@
This package was retired due to no active owner on 2010-08-27

View file