Accepting request 221010 from science

Update to version 6.1.0 (forwarded request 220955 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/221010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtkdata?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2014-02-06 06:00:42 +00:00 committed by Git OBS Bridge
commit 0530257b30
4 changed files with 15 additions and 9 deletions

3
VTKData-6.1.0.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 5 04:59:14 UTC 2014 - badshah400@gmail.com
- Update to version 6.1.0:
+ No detailed changelog available
-------------------------------------------------------------------
Sat Jul 13 12:20:24 UTC 2013 - mailaender@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package vtkdata
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: vtkdata
Version: 6.0.0
Version: 6.1.0
Release: 0
%define series 6.0
%define series 6.1
Summary: Kitware VTK Library Data
License: BSD-3-Clause
Group: Productivity/Scientific/Other
Url: http://www.vtk.org
Source: http://www.vtk.org/files/release/%{series}/%{name}-%{version}.tar.gz
Source: http://www.vtk.org/files/release/%{series}/VTKData-%{version}.tar.gz
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -38,7 +38,7 @@ the world.
This package contains some example data for the Toolkit.
%prep
%setup -q -n VTKDATA%{version}
%setup -q -n VTK-%{version}
%build
@ -46,7 +46,7 @@ This package contains some example data for the Toolkit.
mkdir -p %{buildroot}%{_docdir}/vtkdata
mkdir -p %{buildroot}%{_datadir}
cp -a $RPM_BUILD_DIR/VTKDATA%{version} %{buildroot}%{_datadir}/vtkdata
cp -a $RPM_BUILD_DIR/VTK-%{version} %{buildroot}%{_datadir}/vtkdata
%fdupes %{buildroot}%{_datadir}/vtkdata