Compare commits

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

14 commits

Author SHA1 Message Date
Bill Nottingham
dfb80cf7a2 Retire xqf. 2011-07-25 18:27:12 -04:00
Karsten Hopp
bd60c88014 fix build failure, libX11 and lib dl need be be linked 2011-03-25 14:23:01 +01:00
Dennis Gilmore
eac49d33aa - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 00:52:27 -06:00
Fedora Release Engineering
7d58830e0a dist-git conversion 2010-07-29 16:11:01 +00:00
Vivek Shah
92c60a5976 Fixed date in changelog 2010-01-03 15:03:36 +00:00
Vivek Shah
582f3e031a Fixed changelog format altered in previous commit 2010-01-03 15:02:43 +00:00
Vivek Shah
8442bf21f8 Fixed dependency issues with qstat #551990 2010-01-03 15:01:26 +00:00
Bill Nottingham
7028344a21 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:06 +00:00
cassmodiah
87f97a0c43 - Fix RHBZ #533704 #533705
- Cosmetical changes
2009-11-14 12:20:35 +00:00
Jesse Keating
8e5f7564b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:42:52 +00:00
Stefan Posdzich
6da1b5efc0 - Added new icon cache scriptlets
- Fixed "Bug 503695 - Xqf freezes with 100% CPU"
2009-06-07 14:25:52 +00:00
Jesse Keating
308628640f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 11:56:22 +00:00
Stefan Posdzich
832f14ff2a - Remove BuildRequires: glibc-devel 2008-07-08 12:52:36 +00:00
Stefan Posdzich
19e389adfe Initial commit 2008-07-08 11:23:43 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xqf-1.0.5.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xqf
# $Id$
NAME := xqf
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 on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS).

View file