Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
8df79dd57b dist-git conversion 2010-07-29 15:10:13 +00:00
Bill Nottingham
03f0d9f479 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:15:54 +00:00
athimm
2f122b174b Currently rpms cannot be shared between releases. 2009-07-31 19:17:25 +00:00
athimm
a4e7cac80c Backpackage 5.4.2 2009-07-31 19:10:18 +00:00
Jesse Keating
32e7bc70eb Initialize branch F-11 for vtkdata 2009-04-15 05:07:54 +00:00
5 changed files with 11 additions and 29 deletions

View file

@ -1 +0,0 @@
vtkdata-5.2.1.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vtkdata-5.4.2.tar.gz

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)

View file

@ -1 +1 @@
3cd99917ab1ec3ef369dd40db74b93b1 vtkdata-5.2.1.tar.gz
3b05eadd4446bbf3f863e744b7bee14a vtkdata-5.4.2.tar.gz

View file

@ -1,7 +1,7 @@
Summary: Example data file for VTK
Name: vtkdata
Version: 5.2.1
Release: 1
Version: 5.4.2
Release: 13%{?dist}
# This is a variant BSD license, a cross between BSD and ZLIB.
# For all intents, it has the same rights and restrictions as BSD.
# http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@ -41,11 +41,14 @@ rm -rf %{buildroot}
%{_datadir}/*
%changelog
* Wed Mar 11 2009 Orion Poplawski <orion@cora.nwra.com> - 5.2.1-1
- Update to 5.2.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.2-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Jun 6 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.4.2-11
- Update to 5.4.2.
* Wed Mar 11 2009 Orion Poplawski <orion@cora.nwra.com> - 5.2.1-10
- Update to 5.2.1
* Sun Oct 5 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.2.0-9
- Update to 5.2.0.