Compare commits

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

39 commits

Author SHA1 Message Date
Orion Poplawski
b14ccd63b1 Merged with main vtk package 2015-03-19 14:57:23 -06:00
Dennis Gilmore
583e3a712a - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:05:28 -05:00
Orion Poplawski
f45d2e76a4 Add %{?dist} to release 2014-02-06 21:34:51 -07:00
Orion Poplawski
a1802c1c82 Update to 6.1.0 2014-01-26 13:06:34 -07:00
Dennis Gilmore
5b57bbf5bc - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:31:06 -05:00
Orion Poplawski
9e0d9b610a Update to 6.0.0 2013-07-12 13:25:48 -06:00
Dennis Gilmore
1f61f47913 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:55:40 -06:00
Orion Poplawski
84836ec0f7 New tarfile path 2012-11-02 14:11:44 -06:00
Orion Poplawski
e58ac5834c Update to 5.10.1 2012-11-02 13:10:25 -06:00
Dennis Gilmore
e7a73332ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:05:48 -05:00
Orion Poplawski
71c558ce00 Update to 5.10.0 2012-05-15 09:08:01 -06:00
Dennis Gilmore
98e851a7f9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:05:50 -06:00
Orion Poplawski
cfdce8f6b4 Update to 5.8.0 2011-10-11 11:10:25 -06:00
Dennis Gilmore
0dc55e42ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:55:51 -06:00
Orion Poplawski
bafa49b39d - Update to 5.6.1 2010-12-29 09:42:45 -07:00
Axel Thimm
03b7a69973 Merging identical branches. 2010-10-07 13:58:25 +02:00
Axel Thimm
3e3b7e198b Merging identical branches. 2010-10-07 13:58:08 +02:00
Fedora Release Engineering
76c9061571 dist-git conversion 2010-07-29 15:10:11 +00:00
Fedora Release Engineering
dd0d93d339 dist-git conversion 2010-07-29 15:10:09 +00:00
Fedora Release Engineering
382cad82c0 dist-git conversion 2010-07-29 15:10:08 +00:00
athimm
e7db0843ca Update to 5.6.0. 2010-07-10 22:00:51 +00:00
athimm
d340366d60 Update to 5.6.0. 2010-07-10 22:00:50 +00:00
athimm
5b73d0826f Update to 5.6.0. 2010-07-10 22:00:50 +00:00
Jesse Keating
071872e587 Initialize branch F-13 for vtkdata 2010-02-17 03:26:04 +00:00
Bill Nottingham
fa067a60e0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:15:54 +00:00
Bill Nottingham
22e4336c9f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:24 +00:00
Jesse Keating
b0295b3150 Initialize branch F-12 for vtkdata 2009-09-29 07:17:16 +00:00
athimm
be9713477d Currently rpms cannot be shared between releases. 2009-07-31 19:17:25 +00:00
Jesse Keating
7728b1da5a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:59:46 +00:00
athimm
4fda45ac16 Update to 5.4.2. 2009-06-07 11:13:29 +00:00
69b806b77f - Update to 5.2.1 2009-03-12 20:27:05 +00:00
Jesse Keating
adf0c4216b - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:57:03 +00:00
athimm
3e56ecaec7 Bump release again, cvs/koji complain about tagged/untagged 9.1 release (?) 2008-10-05 09:38:37 +00:00
athimm
e8cdd8dad1 Fix Source URL. 2008-10-05 09:27:27 +00:00
athimm
64197ccf1c Fix Source URL. 2008-10-05 09:17:47 +00:00
athimm
3abc95e405 Update to 5.2.0. 2008-10-05 09:06:28 +00:00
Tom Callaway
40b146a09f fix license tag 2008-05-21 20:27:04 +00:00
athimm
ce69d3b314 Update to 5.0.4 - Tag/Build will be F-7 only and inherited\! 2008-02-23 12:28:22 +00:00
athimm
fb6778ee98 *** empty log message *** 2007-06-03 20:46:29 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vtkdata
# $Id$
NAME := vtkdata
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 @@
Merged with main vtk package

View file