New upstream version.
Fix license handling.
This commit is contained in:
parent
6dd67bd9e6
commit
e4921e4649
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
/networkx_reference.pdf
|
||||
/networkx_tutorial.pdf
|
||||
/networkx-documentation.zip
|
||||
/networkx-1.9.tar.gz
|
||||
/networkx-1.9.1.tar.gz
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
%global pkgname networkx
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 1.9
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Creates and Manipulates Graphs and Networks
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
@ -251,7 +251,8 @@ mv networkx site-packages
|
||||
PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
||||
|
||||
%files
|
||||
%doc README.txt LICENSE.txt
|
||||
%doc README.txt
|
||||
%license LICENSE.txt
|
||||
|
||||
%files core
|
||||
%doc installed-docs/*
|
||||
@ -271,7 +272,8 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-networkx
|
||||
%doc README.txt LICENSE.txt
|
||||
%doc README.txt
|
||||
%license LICENSE.txt
|
||||
|
||||
%files -n python3-networkx-core
|
||||
%doc installed-docs/*
|
||||
@ -296,6 +298,10 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2014 Jerry James <loganjerry@gmail.com> - 1.9.1-1
|
||||
- New upstream version
|
||||
- Fix license handling
|
||||
|
||||
* Thu Jul 10 2014 Jerry James <loganjerry@gmail.com> - 1.9-2
|
||||
- BR python-setuptools
|
||||
|
||||
|
||||
8
sources
8
sources
@ -1,4 +1,4 @@
|
||||
683ca697a9ad782cb78b247cbb5b51d6 networkx-1.9.tar.gz
|
||||
76e5a97139e2951189d0d112faa8c37a networkx_reference.pdf
|
||||
677b4c736c892c3389dacfe2f2501449 networkx_tutorial.pdf
|
||||
9f5732ca3102eed3e43e4501648c03a0 networkx-documentation.zip
|
||||
a2d9ee8427c5636426f319968e0af9f2 networkx-1.9.1.tar.gz
|
||||
07c5c31b522c8195fa5123de45c84311 networkx_reference.pdf
|
||||
fc244b2a697d87788d9bc51a5997a9af networkx_tutorial.pdf
|
||||
83a7702ccc4031cc43f236a58d43ca67 networkx-documentation.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user