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:
parent
c38efed2d9
commit
a636e83574
@ -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
3
vtkdata-5.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79fc2414b7553f404e1e47b2aa01dc1d513a3ab5032431144995351ccc28967b
|
||||||
|
size 79709318
|
@ -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
|
Fri Apr 15 05:10:00 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
- Update to version 5.6.1
|
- Update to version 5.6.1
|
||||||
|
|
||||||
|
13
vtkdata.spec
13
vtkdata.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package
|
# spec file for package vtkdata
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vtkdata
|
Name: vtkdata
|
||||||
Version: 5.6.1
|
Version: 5.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Other (See Source)
|
License: Other (See Source)
|
||||||
Summary: Kitware VTK Library Data
|
Summary: Kitware VTK Library Data
|
||||||
Group: Productivity/Scientific/Other
|
|
||||||
Url: http://www.vtk.org
|
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
|
BuildRequires: fdupes
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -37,15 +37,14 @@ the world.
|
|||||||
This package contains some example data for the Toolkit.
|
This package contains some example data for the Toolkit.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n VTKData
|
%setup -q -n VTKData
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}
|
mkdir -p %{buildroot}%{_datadir}
|
||||||
cp -a $RPM_BUILD_DIR/VTKData %{buildroot}%{_datadir}/vtkdata
|
cp -a $RPM_BUILD_DIR/VTKData %{buildroot}%{_datadir}/vtkdata
|
||||||
|
%fdupes %{buildroot}%{_datadir}/vtkdata
|
||||||
%fdupes -s %{buildroot}%{_datadir}/vtkdata
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user