diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85b036d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +vtkdata-5.6.0.tar.gz +/vtkdata-5.6.1.tar.gz +/vtkdata-5.8.0.tar.gz +/vtkdata-5.10.0.tar.gz +/vtkdata-5.10.1.tar.gz +/vtkdata-6.0.0.tar.gz +/VTKData-6.1.0.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 553c193..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Merged with main vtk package diff --git a/sources b/sources new file mode 100644 index 0000000..d642f04 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +f82c8fe151279c0422ab8a6cfe991c94 VTKData-6.1.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec new file mode 100644 index 0000000..ad7fa66 --- /dev/null +++ b/vtkdata.spec @@ -0,0 +1,108 @@ +Summary: Example data file for VTK +Name: vtkdata +Version: 6.1.0 +Release: 2%{?dist} +# This is a variant BSD license, a cross between BSD and ZLIB. +# For all intents, it has the same rights and restrictions as BSD. +# http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant +# This file tree has no indication of license, but upstream confirms it +# is the same as the vtk code. +License: BSD +Group: Development/Libraries +URL: http://www.vtk.org/ +Source0: http://www.vtk.org/files/release/6.1/VTKData-%{version}.tar.gz +BuildArch: noarch + +%description +Example data file for VTK + + +%install +mkdir -p %{buildroot}%{_datadir} +cd %{buildroot}%{_datadir} +tar -zpxf %{SOURCE0} +mv VTK-%{version} %{name}-%{version} + +# (Verbosely) fix 0555 permissions +find . -type f -perm 0555 | xargs -r echo chmod 0755 | sh -x +# Remove execute bits from not-scripts +for file in `find . -type f -perm 0755`; do + head -1 $file | grep '^#!' > /dev/null && continue + chmod 0644 $file +done + + +%files +%{_datadir}/* + + +%changelog +* Sun Jun 08 2014 Fedora Release Engineering - 6.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Jan 26 2014 Orion Poplawski - 6.1.0-1 +- Update to 6.1.0 + +* Sun Aug 04 2013 Fedora Release Engineering - 6.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Jul 12 2013 Orion Poplawski - 6.0.0-1 +- Update to 6.0.0 + +* Fri Feb 15 2013 Fedora Release Engineering - 5.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 2 2012 Orion Poplawski - 5.10.1-1 +- Update to 5.10.1 + +* Sun Jul 22 2012 Fedora Release Engineering - 5.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue May 15 2012 Orion Poplawski - 5.10.0-1 +- Update to 5.10.0 + +* Sat Jan 14 2012 Fedora Release Engineering - 5.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 11 2011 Orion Poplawski - 5.8.0-1 +- Update to 5.8.0 + +* Mon Feb 07 2011 Fedora Release Engineering - 5.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 29 2010 Orion Poplawski - 5.6.1-1 +- Update to 5.6.1 + +* Mon Jul 5 2010 Axel Thimm - 5.6.0-12 +- Update to 5.6.0. + +* Sat Jun 6 2009 Axel Thimm - 5.4.2-11 +- Update to 5.4.2. + +* Wed Mar 11 2009 Orion Poplawski - 5.2.1-10 +- Update to 5.2.1 + +* Sun Oct 5 2008 Axel Thimm - 5.2.0-9 +- Update to 5.2.0. + +* Wed May 21 2008 Tom "spot" Callaway - 5.0.4-8 +- fix license tag + +* Sat Feb 23 2008 Axel Thimm - 5.0.4-7 +- Update to 5.0.4. + +* Sun Apr 15 2007 Axel Thimm - 5.0.3-6 +- Update to 5.0.3. + +* Mon Sep 11 2006 Axel Thimm - 5.0.2-5 +- Update to 5.0.2. + +* Wed Jul 19 2006 Axel Thimm - 5.0.1-4 +- Fix some permissions. + +* Thu Jul 13 2006 Axel Thimm - 5.0.1-3 +- Update to 5.0.1. + +* Thu Jun 1 2006 Axel Thimm +- Initial build. +