diff --git a/.gitignore b/.gitignore index fe510f0..af5f24e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /tables-2.3.1.tar.gz /tables-2.4.0.tar.gz +/pytablesmanual-3.0.0.pdf +/tables-3.0.0.tar.gz diff --git a/python-tables.spec b/python-tables.spec index babec8a..0a8e7ba 100644 --- a/python-tables.spec +++ b/python-tables.spec @@ -6,9 +6,10 @@ Summary: Hierarchical datasets in Python Name: python-%{module} -Version: 2.4.0 -Release: 4%{?dist} +Version: 3.0.0 +Release: 1%{?dist} Source0: http://sourceforge.net/projects/pytables/files/pytables/%{version}/%{module}-%{version}.tar.gz +Source1: http://sourceforge.net/project/pytables/pytables/%{version}/pytablesmanual-%{version}.pdf License: BSD Group: Development/Languages @@ -36,6 +37,7 @@ PyTables. %prep %setup -q -n %{module}-%{version} +cp -a %{SOURCE1} . %build python setup.py build @@ -55,17 +57,20 @@ python setup.py install -O1 --skip-build --root %{buildroot} %files %doc *.txt LICENSES -%{_bindir}/nctoh5 %{_bindir}/ptdump %{_bindir}/ptrepack +%{_bindir}/pt2to3 %{python_sitearch}/%{module} %{python_sitearch}/%{module}-%{version}-py*.egg-info %files doc -%doc doc/*.pdf +%doc pytablesmanual-%{version}.pdf %doc examples/ %changelog +* Tue Aug 21 2013 Thibault North - 3.0.0-1 +- Update to 3.0.0 + * Sun Aug 04 2013 Fedora Release Engineering - 2.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 3c6d4a8..db46220 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -ec20938fca8b579020c5a4cc567caf7c tables-2.4.0.tar.gz +99a2ac84086a8f3ba809d189163dcabd pytablesmanual-3.0.0.pdf +9c8a18d51be5e94a2ae50ea31d26f8c2 tables-3.0.0.tar.gz