Note bundled jquery.
This commit is contained in:
parent
98d646950b
commit
d5adb43b7b
@ -1,4 +1,4 @@
|
|||||||
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 8
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -16,9 +16,8 @@
|
|||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 1.9.1
|
Version: 1.9.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Creates and Manipulates Graphs and Networks
|
Summary: Creates and Manipulates Graphs and Networks
|
||||||
Group: Development/Languages
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://networkx.github.io/
|
URL: http://networkx.github.io/
|
||||||
Source0: https://pypi.python.org/packages/source/n/%{pkgname}/%{pkgname}-%{version}.tar.gz
|
Source0: https://pypi.python.org/packages/source/n/%{pkgname}/%{pkgname}-%{version}.tar.gz
|
||||||
@ -159,7 +158,6 @@ This package provides support for graph visualizations.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for networkx
|
Summary: Documentation for networkx
|
||||||
Group: Documentation
|
|
||||||
|
|
||||||
%if 0%{?rhel} == 6
|
%if 0%{?rhel} == 6
|
||||||
BuildRequires: python-sphinx10
|
BuildRequires: python-sphinx10
|
||||||
@ -171,6 +169,7 @@ BuildRequires: python-numpydoc
|
|||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: tex-preview
|
BuildRequires: tex-preview
|
||||||
BuildRequires: python-matplotlib
|
BuildRequires: python-matplotlib
|
||||||
|
Provides: bundled(jquery)
|
||||||
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -300,6 +299,9 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 21 2015 Jerry James <loganjerry@gmail.com> - 1.9.1-3
|
||||||
|
- Note bundled jquery
|
||||||
|
|
||||||
* Tue Oct 7 2014 Jerry James <loganjerry@gmail.com> - 1.9.1-2
|
* Tue Oct 7 2014 Jerry James <loganjerry@gmail.com> - 1.9.1-2
|
||||||
- Fix python3-networkx-drawing subpackage (bz 1149980)
|
- Fix python3-networkx-drawing subpackage (bz 1149980)
|
||||||
- Fix python(3)-geo subpackage
|
- Fix python(3)-geo subpackage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user