rpms/vtkdata/devel vtkdata.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sun Jun 3 20:47:03 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/vtkdata/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3773/devel

Modified Files:
	.cvsignore sources 
Added Files:
	vtkdata.spec 
Log Message:



--- NEW FILE vtkdata.spec ---
Summary: Example data file for VTK
Name: vtkdata
Version: 5.0.3
Release: 6%{?dist}
License: BSD-like
Group: Development/Libraries
URL: http://www.vtk.org/
Source0: http://www.vtk.org/files/release/5.0/%{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
* Sun Apr 15 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 5.0.3-6
- Update to 5.0.3.

* Mon Sep 11 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 5.0.2-5
- Update to 5.0.2.

* Wed Jul 19 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 5.0.1-4
- Fix some permissions.

* Thu Jul 13 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 5.0.1-3
- Update to 5.0.1.

* Thu Jun  1 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vtkdata/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jun 2007 18:35:23 -0000	1.1
+++ .cvsignore	3 Jun 2007 20:46:29 -0000	1.2
@@ -0,0 +1 @@
+vtkdata-5.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vtkdata/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jun 2007 18:35:23 -0000	1.1
+++ sources	3 Jun 2007 20:46:29 -0000	1.2
@@ -0,0 +1 @@
+4752aa5a363eae72abf3cb5c1f0fe4d9  vtkdata-5.0.3.tar.gz




More information about the fedora-extras-commits mailing list