Compare commits

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

13 commits

Author SHA1 Message Date
Fedora Release Engineering
d207802db4 dist-git conversion 2010-07-29 16:11:13 +00:00
Jesse Keating
13f8a0085f Orphan Cleanup 2010-02-09 19:08:32 +00:00
Bill Nottingham
9a7902c2cb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:06 +00:00
Jesse Keating
a2cc794f7c - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:43:16 +00:00
1164254de6 Added a few #include lines needed to build properly with g++ 4.4 2009-04-13 14:04:57 +00:00
Jesse Keating
879fdd5fac - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 11:58:20 +00:00
Milan Zazrivec
c05a1affec Fix Requires: value for xqilla10-devel 2008-02-20 11:29:14 +00:00
Jesse Keating
cde8e03783 - Autorebuild for GCC 4.3 2008-02-19 15:48:25 +00:00
Milan Zazrivec
860605a1b9 Add few #include lines needed to build properly with g++ ver. 4.3 2008-02-19 12:50:20 +00:00
Milan Zazrivec
66c4a7739c Fixed inclusion of Xerces-C 2.8.0 Attributes class 2008-02-12 16:21:50 +00:00
Milan Zazrivec
860c139407 Use xerces-c-src_2_8_0 rather than xerces-c-src_2_7_0 for xerces-c source
dir
2008-02-12 15:57:16 +00:00
Milan Zazrivec
3eca770cab Use Xerces-C ver. 2.8.0 2008-02-12 15:46:05 +00:00
Milan Zazrivec
9740be88af Initial xqilla10 ver. 1.0.2 commit 2007-12-18 18:34:49 +00:00
5 changed files with 3 additions and 21 deletions

View file

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
xerces-c-src_2_8_0.tar.gz
XQilla-1.0.2.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xqilla10
# $Id$
NAME := xqilla10
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 @@
Orphan Cleanup

View file