Accepting request 87722 from home:prusnak:branches:science

- updated to version 5.8.0

OBS-URL: https://build.opensuse.org/request/show/87722
OBS-URL: https://build.opensuse.org/package/show/science/vtkdata?expand=0&rev=5
This commit is contained in:
Detlef Steuer 2011-10-13 14:14:43 +00:00 committed by Git OBS Bridge
parent c38efed2d9
commit a636e83574
4 changed files with 15 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b87852998aaf195387776db3972e8c32e435eef6b3125a55022df797795c9db6
size 76222682

3
vtkdata-5.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79fc2414b7553f404e1e47b2aa01dc1d513a3ab5032431144995351ccc28967b
size 79709318

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 13 13:43:51 UTC 2011 - prusnak@opensuse.org
- updated to version 5.8.0
-------------------------------------------------------------------
Fri Apr 15 05:10:00 UTC 2011 - badshah400@gmail.com

View File

@ -1,5 +1,5 @@
#
# spec file for package
# spec file for package vtkdata
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,13 +17,13 @@
Name: vtkdata
Version: 5.6.1
Version: 5.8.0
Release: 1
License: Other (See Source)
Summary: Kitware VTK Library Data
Group: Productivity/Scientific/Other
Url: http://www.vtk.org
Source: vtkdata-%{version}.tar.bz2
Group: Productivity/Scientific/Other
Source: http://www.vtk.org/files/release/5.8/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -37,15 +37,14 @@ the world.
This package contains some example data for the Toolkit.
%prep
%setup -n VTKData
%setup -q -n VTKData
%build
%install
mkdir -p %{buildroot}%{_datadir}
cp -a $RPM_BUILD_DIR/VTKData %{buildroot}%{_datadir}/vtkdata
%fdupes -s %{buildroot}%{_datadir}/vtkdata
%fdupes %{buildroot}%{_datadir}/vtkdata
%clean
rm -rf %{buildroot}