|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: waf
|
|
|
|
|
Version: 1.5.14
|
|
|
|
|
Version: 1.5.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A Python-based build system
|
|
|
|
|
Group: Development/Tools
|
|
|
|
@ -12,7 +12,7 @@ URL: http://code.google.com/p/waf/
|
|
|
|
|
# allowed in Fedora.
|
|
|
|
|
Source: waf-%{version}.stripped.tar.bz2
|
|
|
|
|
# use _datadir instead of /usr/lib
|
|
|
|
|
Patch0: waf-1.5.14-libdir.patch
|
|
|
|
|
Patch0: waf-1.5.15-libdir.patch
|
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python-devel
|
|
|
|
@ -56,7 +56,7 @@ find %{buildroot}%{_datadir}/waf/wafadmin -name '*.py' \
|
|
|
|
|
%{__sed} -i "1c#! /usr/bin/python" %{buildroot}%{_bindir}/waf
|
|
|
|
|
|
|
|
|
|
# fix EOL
|
|
|
|
|
%{__sed} -i 's|\r$||g' utils/amtool.py
|
|
|
|
|
%{__sed} -i 's|\r$||g' utils/amtool.py utils/waf.py
|
|
|
|
|
|
|
|
|
|
# remove x-bits from everything going to doc
|
|
|
|
|
find demos utils -type f -exec %{__chmod} 0644 {} \;
|
|
|
|
@ -83,6 +83,9 @@ find demos utils -type f -exec %{__chmod} 0644 {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 5 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.15-1
|
|
|
|
|
- Update to 1.5.15.
|
|
|
|
|
|
|
|
|
|
* Sun Mar 7 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.14-1
|
|
|
|
|
- Update to 1.5.14.
|
|
|
|
|
|
|
|
|
|