Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Orion Poplawski
b14ccd63b1 Merged with main vtk package 2015-03-19 14:57:23 -06:00
Dennis Gilmore
583e3a712a - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:05:28 -05:00
Orion Poplawski
f45d2e76a4 Add %{?dist} to release 2014-02-06 21:34:51 -07:00
Orion Poplawski
a1802c1c82 Update to 6.1.0 2014-01-26 13:06:34 -07:00
Dennis Gilmore
5b57bbf5bc - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:31:06 -05:00
Orion Poplawski
9e0d9b610a Update to 6.0.0 2013-07-12 13:25:48 -06:00
Dennis Gilmore
1f61f47913 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:55:40 -06:00
Orion Poplawski
84836ec0f7 New tarfile path 2012-11-02 14:11:44 -06:00
Orion Poplawski
e58ac5834c Update to 5.10.1 2012-11-02 13:10:25 -06:00
Dennis Gilmore
e7a73332ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:05:48 -05:00
Orion Poplawski
71c558ce00 Update to 5.10.0 2012-05-15 09:08:01 -06:00
Dennis Gilmore
98e851a7f9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:05:50 -06:00
Orion Poplawski
cfdce8f6b4 Update to 5.8.0 2011-10-11 11:10:25 -06:00
4 changed files with 1 additions and 85 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
vtkdata-5.6.0.tar.gz
/vtkdata-5.6.1.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Merged with main vtk package

View file

@ -1 +0,0 @@
67263bd972f923d39a60f01104368779 vtkdata-5.6.1.tar.gz

View file

@ -1,82 +0,0 @@
Summary: Example data file for VTK
Name: vtkdata
Version: 5.6.1
Release: 2
# 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/5.6/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
%description
Example data file for VTK
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}
cd %{buildroot}%{_datadir}
tar -zpxf %{SOURCE0}
mv VTKData %{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
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_datadir}/*
%changelog
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 29 2010 Orion Poplawski <orion@cora.nwra.com> - 5.6.1-1
- Update to 5.6.1
* Mon Jul 5 2010 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.6.0-12
- Update to 5.6.0.
* Sat Jun 6 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.4.2-11
- Update to 5.4.2.
* Wed Mar 11 2009 Orion Poplawski <orion@cora.nwra.com> - 5.2.1-10
- Update to 5.2.1
* Sun Oct 5 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.2.0-9
- Update to 5.2.0.
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.0.4-8
- fix license tag
* Sat Feb 23 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.4-7
- Update to 5.0.4.
* Sun Apr 15 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.3-6
- Update to 5.0.3.
* Mon Sep 11 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.2-5
- Update to 5.0.2.
* Wed Jul 19 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.1-4
- Fix some permissions.
* Thu Jul 13 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 5.0.1-3
- Update to 5.0.1.
* Thu Jun 1 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
- Initial build.