Files
vtkdata/vtkdata.spec

48 lines
1.1 KiB
RPMSpec

# norootforbuild
Summary: Kitware VTK Library Data
Name: vtkdata
Version: 5.2.1
Release: 1
License: Other (See Source)
Group: /Productivity/Scientific/Other
Packager: Werner Hoch <werner.ho@gmx.de>
Source: vtkdata-%{version}.tar.bz2
URL: http://www.vtk.org
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Visualization ToolKit (VTK) is an open source, freely available
software system for 3D computer graphics, image processing, and
visualization used by thousands of researchers and developers around
the world.
This package contains some example data for the Toolkit.
%prep
%setup -n VTKData
%build
%install
mkdir -p %{buildroot}/%{_datadir}
cp -a $RPM_BUILD_DIR/VTKData %{buildroot}/%{_datadir}/vtkdata
%clean
rm -rf $RPM_BUILD_ROOT
#################################################
%files
%defattr(-,root,root,-)
%{_datadir}/vtkdata
%changelog
* Sat Jan 03 2009 Werner Hoch <werner.ho@gmx.de> - 5.2.1
- new version 5.2.1
* Sat Dec 20 2008 Werner Hoch <werner.ho@gmx.de> - 5.2.0
- initial spec
- partly taken from Karl Edler (home:kte608)