ViTables/ViTables.spec

185 lines
6.6 KiB
RPMSpec
Raw Normal View History

2017-12-04 09:16:12 +00:00
Summary: Viewer for Hierarchical Datafiles (HDF5)
Name: ViTables
2020-01-05 09:27:11 +00:00
Version: 3.0.2
Release: 8%{?dist}
2017-12-04 09:16:12 +00:00
License: GPLv3
2020-01-05 09:24:02 +00:00
URL: https://www.vitables.org/
2017-12-04 09:16:12 +00:00
Source0: https://github.com/uvemas/ViTables/archive/v%{version}/vitables-%{version}.tar.gz
BuildRequires: make
2019-03-11 13:45:02 +00:00
BuildRequires: python3-devel
BuildRequires: python3-setuptools
2019-03-11 13:45:02 +00:00
BuildRequires: python3-numpy
BuildRequires: python3-tables
2017-12-04 09:16:12 +00:00
BuildRequires: hdf5-devel
2019-03-11 13:45:02 +00:00
BuildRequires: python3-sphinx
2017-12-04 09:16:12 +00:00
BuildArch: noarch
2020-01-05 09:24:02 +00:00
%global _description %{expand:
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.}
2017-12-04 09:16:12 +00:00
%description %_description
%package -n vitables
Summary: %{summary}
Provides: %{name} = %{version}-%{release}
Obsoletes: %{name} < 3.0.0-1
Requires: hdf5
2019-03-11 13:45:02 +00:00
Requires: python3-numpy
Requires: python3-tables
Requires: python3-qt5
Requires: python3-QtPy
2017-12-04 09:16:12 +00:00
%description -n vitables %_description
%package -n vitables-doc
Summary: vitables documentation and examples
Requires: vitables = %{version}-%{release}
%description -n vitables-doc
This package contains the documentation and examples for vitables.
2011-12-15 13:34:15 +00:00
%prep
%setup -q
2017-12-04 09:16:12 +00:00
%build
2019-03-11 13:45:02 +00:00
%py3_build
2017-12-04 09:16:12 +00:00
make -C doc html
2011-12-15 13:34:15 +00:00
%install
2019-03-11 13:45:02 +00:00
%py3_install
2011-12-15 13:34:15 +00:00
2013-10-17 02:20:54 +00:00
# force the directory to be the same for ViTables and ViTables-doc
2017-12-04 09:16:12 +00:00
%global _docdir_fmt vitables
2013-10-17 02:20:54 +00:00
2017-12-04 09:16:12 +00:00
%files -n vitables
2016-06-29 18:08:13 +00:00
%license LICENSE.txt
%doc ANNOUNCE.txt README.txt TODO.txt
2011-12-15 13:34:15 +00:00
%{_bindir}/vitables
2019-03-11 13:45:02 +00:00
%{python3_sitelib}/vitables
%{python3_sitelib}/%{name}-%{version}-py*.egg-info
2011-12-15 13:34:15 +00:00
2017-12-04 09:16:12 +00:00
%files -n vitables-doc
2013-10-17 02:20:54 +00:00
%doc examples/
2017-12-04 09:16:12 +00:00
%doc doc/_build/html/
2011-12-15 13:34:15 +00:00
%changelog
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-06-04 19:19:36 +00:00
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.0.2-6
- Rebuilt for Python 3.10
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-05-26 00:39:50 +00:00
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-3
- Rebuilt for Python 3.9
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2020-01-05 09:27:11 +00:00
* Sun Jan 5 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.2-1
- Update to latest bugfix version (#1787834)
2019-10-03 11:50:04 +00:00
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-11
- Rebuilt for Python 3.8.0rc1 (#1748018)
2019-08-19 09:44:06 +00:00
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-10
- Rebuilt for Python 3.8
2019-08-19 08:00:45 +00:00
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-9
- Rebuilt for Python 3.8
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-03-18 01:56:07 +00:00
* Mon Mar 18 2019 Orion Poplawski <orion@nwra.com> - 3.0.0-7
- Rebuild for hdf5 1.10.5
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.0-3
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2017-12-04 09:16:12 +00:00
* Mon Dec 4 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.0-1
- Update to latest version (#1457016)
- Binary packages are renamed to lowercase (vitables and vitables-doc)
- vitables now uses Qt5, so requirements are updated
- Documentation is built from source and provided in the html format
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2016-12-06 18:52:22 +00:00
* Tue Dec 06 2016 Orion Poplawski <orion@cora.nwra.com> - 2.1-17
- Rebuild for hdf5 1.8.18
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-16
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
2016-06-29 18:20:01 +00:00
* Wed Jun 29 2016 Orion Poplawski <orion@cora.nwra.com> - 2.1-15
- Rebuild for hdf5 1.8.17
* 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