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
Nicolas Chauvet
b2c1ce0fe0 Dead package procedure 2010-11-07 18:18:23 +01:00
Fedora Release Engineering
11269f39a1 dist-git conversion 2010-07-29 16:18:37 +00:00
Bill Nottingham
62b4183c47 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:34 +00:00
Jesse Keating
d221f3fbad - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:51:46 +00:00
75850f02ac Fix for gcc44 2009-03-02 10:33:00 +00:00
Jesse Keating
69c9ddcc31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 18:03:36 +00:00
3bebd960a4 - Rebuild for gcc43 2008-02-09 15:08:37 +00:00
d69282b051 Fix gcc43 2008-01-04 19:31:36 +00:00
cb0fadf867 - Fix: yafray libs are dlopened 2007-11-24 22:30:08 +00:00
00deafa574 Rebuild 2007-10-15 14:22:35 +00:00
c9b77f4bb4 - Rebuild for BuildID
- Update the License field
2007-08-26 14:33:42 +00:00
94f1f65e2d Initial release 2007-05-22 21:16:27 +00:00
3 changed files with 3 additions and 21 deletions

View file

View file

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

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
This package is deprecated against yafr[a]ray
It was needed by blender older than 2.49,
current blender 2.49b uses yafaray only.