Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e76656438 | ||
|
|
4b6f92a87d | ||
|
|
983a4881d9 | ||
|
|
33e9d4b08c | ||
|
|
1f5c90b0b7 | ||
|
|
c13e70db19 | ||
|
|
6a2d27a816 | ||
|
|
485dc59d87 |
5 changed files with 17 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
||||||
vtkdata-5.0.4.tar.gz
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
vtkdata-5.2.0.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
95dced81c2c16687dc4e571a3d82092c vtkdata-5.0.4.tar.gz
|
4da83c829cf38663f9c77b681f29a921 vtkdata-5.2.0.tar.gz
|
||||||
|
|
|
||||||
19
vtkdata.spec
19
vtkdata.spec
|
|
@ -1,11 +1,16 @@
|
||||||
Summary: Example data file for VTK
|
Summary: Example data file for VTK
|
||||||
Name: vtkdata
|
Name: vtkdata
|
||||||
Version: 5.0.4
|
Version: 5.2.0
|
||||||
Release: 7
|
Release: 10
|
||||||
License: BSD-like
|
# 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
|
||||||
|
# This file tree has no indication of license, but upstream confirms it
|
||||||
|
# is the same as the vtk code.
|
||||||
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.vtk.org/
|
URL: http://www.vtk.org/
|
||||||
Source0: http://www.vtk.org/files/release/5.0/%{name}-%{version}.tar.gz
|
Source0: http://www.vtk.org/files/release/5.2/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
@ -36,6 +41,12 @@ rm -rf %{buildroot}
|
||||||
%{_datadir}/*
|
%{_datadir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 5 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.2.0-9
|
||||||
|
- Update to 5.2.0.
|
||||||
|
|
||||||
|
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.0.4-8
|
||||||
|
- fix license tag
|
||||||
|
|
||||||
* Sat Feb 23 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.4-7
|
* Sat Feb 23 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.4-7
|
||||||
- Update to 5.0.4.
|
- Update to 5.0.4.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue