diff --git a/vtkdata-5.6.1.tar.bz2 b/vtkdata-5.6.1.tar.bz2 deleted file mode 100644 index 541ec9f..0000000 --- a/vtkdata-5.6.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b87852998aaf195387776db3972e8c32e435eef6b3125a55022df797795c9db6 -size 76222682 diff --git a/vtkdata-5.8.0.tar.gz b/vtkdata-5.8.0.tar.gz new file mode 100644 index 0000000..180fd11 --- /dev/null +++ b/vtkdata-5.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fc2414b7553f404e1e47b2aa01dc1d513a3ab5032431144995351ccc28967b +size 79709318 diff --git a/vtkdata.changes b/vtkdata.changes index 42b8684..6608024 100644 --- a/vtkdata.changes +++ b/vtkdata.changes @@ -1,5 +1,10 @@ +------------------------------------------------------------------- +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 -- Update to version 5.6.1 +- Update to version 5.6.1 diff --git a/vtkdata.spec b/vtkdata.spec index 16b1000..7d09a97 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -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}