Project moved to github.

epel8
Thomas Moschny 10 years ago
parent 176fd9f775
commit a096795770

@ -14,12 +14,12 @@
Name: waf Name: waf
Version: 1.8.8 Version: 1.8.8
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system Summary: A Python-based build system
Group: Development/Tools Group: Development/Tools
# The entire source code is BSD apart from pproc.py (taken from Python 2.5) # The entire source code is BSD apart from pproc.py (taken from Python 2.5)
License: BSD and Python License: BSD and Python
URL: http://code.google.com/p/waf/ URL: https://github.com/waf-project/waf
# Original tarfile can be found at # Original tarfile can be found at
# https://waf.io/waf-%%{version}.tar.bz2 or # https://waf.io/waf-%%{version}.tar.bz2 or
# http://www.freehackers.org/%7Etnagy/release/waf-%%{version}.tar.bz2 # http://www.freehackers.org/%7Etnagy/release/waf-%%{version}.tar.bz2
@ -201,6 +201,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog %changelog
* Sun Apr 19 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-2
- Project moved to github.
* Sun Apr 19 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-1 * Sun Apr 19 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-1
- Update to 1.8.8. - Update to 1.8.8.
- Apply updated Python packaging guidelines. - Apply updated Python packaging guidelines.

Loading…
Cancel
Save