ViTables/ViTables.spec

100 lines
3.1 KiB
RPMSpec
Raw Normal View History

2011-12-15 13:34:15 +00:00
Summary: Viewer for Hierarchical Datafiles (HDF5)
Name: ViTables
Version: 2.1
Release: 14%{?dist}
2011-12-15 13:34:15 +00:00
License: GPLv3
Group: Development/Tools
URL: http://www.vitables.org/
Source0: http://vitables.googlecode.com/files/%{name}-%{version}.tar.gz
Requires: hdf5 numpy python-tables PyQt4
BuildRequires: numpy hdf5-devel python-devel
BuildRequires: python-tables PyQt4 python-sphinx sphinx
BuildArch: noarch
%description
ViTables is a component of the PyTables family. It is a graphical tool
for browsing and editing files in both PyTables and HDF5 formats. It
is developed using Python and PyQt (the Python binding to the Qt
library), so it can run on any platform that supports these
components.
%package doc
Summary: %{name} documentation and examples
Group: Development/Tools
Requires: %{name} = %{version}-%{release}
%description doc
This package contains the documentation and examples
for %{name}
%prep
%setup -q
%build
python setup.py build
%install
python setup.py install -O1 --skip-build --root=%{buildroot}
%clean
rm -rf %{buildroot}
2013-10-17 02:20:54 +00:00
# force the directory to be the same for ViTables and ViTables-doc
%global _docdir_fmt %{name}
2011-12-15 13:34:15 +00:00
%files
%doc ANNOUNCE.txt README.txt TODO.txt LICENSE.txt
%{_bindir}/vitables
%{python_sitelib}/vitables
%{python_sitelib}/%{name}-%{version}-py*.egg-info
%files doc
2013-10-17 02:20:54 +00:00
%doc examples/
%doc doc/UsersGuide.pdf
2011-12-15 13:34:15 +00:00
%changelog
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-21 19:03:20 +00:00
* Thu Jan 21 2016 Orion Poplawski <orion@cora.nwra.com> - 2.1-13
- Rebuild for hdf5 1.8.16
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-05-17 21:09:40 +00:00
* Sun May 17 2015 Orion Poplawski <orion@cora.nwra.com> - 2.1-11
- Rebuild for hdf5 1.8.15
2015-01-07 21:07:40 +00:00
* Wed Jan 07 2015 Orion Poplawski <orion@cora.nwra.com> - 2.1-10
- Rebuild for hdf5 1.8.14
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2013-12-27 22:46:31 +00:00
* Fri Dec 27 2013 Orion Poplawski <orion@cora.nwra.com> - 2.1-8
- Rebuild for hdf5 1.8.12
2013-10-17 02:20:54 +00:00
* Wed Oct 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1-7
- Fix for https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-15 13:34:15 +00:00
* Mon Dec 12 2011 Thibault North <tnorth@fedoraproject.org> - 2.1-2
- Fixes
* Tue Nov 8 2011 Thibault North <tnorth@fedoraproject.org> - 2.1-1
- Initial package