Compare commits

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

14 commits

Author SHA1 Message Date
Till Maas
c10c4cd80b 2016-10-19: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-10-19 08:47:42 +02:00
Paulo Roma Cavalcanti
ab38464be2 bcond_with libpgf 2013-09-24 20:08:41 -03:00
Paulo Roma Cavalcanti
0782c72041 Updated to lastest stable release, which uses libXaw3dXft. 2013-09-24 19:32:23 -03:00
Paulo Roma Cavalcanti
a531b6b8f0 Updated to 2.9.8.3 2011-11-15 12:22:09 -02:00
Paulo Roma Cavalcanti
a1f91c2064 Initial release for RHEL. 2011-01-08 17:19:54 -02:00
Paulo Roma Cavalcanti
ec5c64a5f3 Update to 2.9.7 2010-11-06 08:11:30 -02:00
Fedora Release Engineering
5a2385fdf3 dist-git conversion 2010-07-29 16:09:47 +00:00
Paulo Roma Cavalcanti
73d6b0fa9f applied text-ctrlH-segfault.patch 2010-02-06 10:01:07 +00:00
Paulo Roma Cavalcanti
4aec0afd7b pdf import bug 2010-02-02 13:25:13 +00:00
Paulo Roma Cavalcanti
ee30127cb9 create debug package 2010-01-29 21:52:55 +00:00
Paulo Roma Cavalcanti
14b4ea1859 no emacs 2010-01-29 14:57:08 +00:00
Paulo Roma Cavalcanti
b50d6620d3 xpaint updated to 2.8.7.3 2009-11-21 20:38:56 +00:00
Paulo Roma Cavalcanti
0d2bba8e42 Initial Fedora 10 package. 2009-11-07 01:16:01 +00:00
405540b681 Initialize branch F-12 for xpaint 2009-11-06 20:43:33 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xpaint
# $Id$
NAME := xpaint
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 $$d/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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-10-19: Retired orphaned package, because it was orphaned for
more than six weeks.

View file