New upstream version.
This commit is contained in:
parent
0dc6fbe0da
commit
bba0c9fc6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/networkx_reference.pdf
|
/networkx_reference.pdf
|
||||||
/networkx_tutorial.pdf
|
/networkx_tutorial.pdf
|
||||||
/networkx-documentation.zip
|
/networkx-documentation.zip
|
||||||
/networkx-1.8.tar.gz
|
/networkx-1.8.1.tar.gz
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: python-networkx
|
Name: python-networkx
|
||||||
Version: 1.8
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Creates and Manipulates Graphs and Networks
|
Summary: Creates and Manipulates Graphs and Networks
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -91,7 +91,7 @@ cd ..
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
python2 setup.py build
|
python2 setup.py build
|
||||||
PYTHONPATH=`pwd`/build/lib make -C doc html
|
PYTHONPATH=$PWD/build/lib make -C doc html
|
||||||
|
|
||||||
# Setup for python3
|
# Setup for python3
|
||||||
mv build build2
|
mv build build2
|
||||||
@ -156,6 +156,9 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 9 2013 Jerry James <loganjerry@gmail.com> - 1.8.1-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Mon Jul 29 2013 Jerry James <loganjerry@gmail.com> - 1.8-1
|
* Mon Jul 29 2013 Jerry James <loganjerry@gmail.com> - 1.8-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Add tex-preview BR for documentation
|
- Add tex-preview BR for documentation
|
||||||
|
|||||||
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
be1be4c5ec20c955b0e593d640662599 networkx-1.8.tar.gz
|
b4a9e68ecd1b0164446ee432d2e20bd0 networkx-1.8.1.tar.gz
|
||||||
5c74458f88c8290616f1b0ce4d1d1db3 networkx_reference.pdf
|
5c74458f88c8290616f1b0ce4d1d1db3 networkx_reference.pdf
|
||||||
91cf17ce3c5ec23dfa7e1a00eaf8c564 networkx_tutorial.pdf
|
91cf17ce3c5ec23dfa7e1a00eaf8c564 networkx_tutorial.pdf
|
||||||
0b374fb1b50ba62ec37f2f9baf0a4691 networkx-documentation.zip
|
0b374fb1b50ba62ec37f2f9baf0a4691 networkx-documentation.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user