* Sat Mar 09 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.3.0-1

- Updated to new upstream version 2.3.0
This commit is contained in:
Fabian Affolter 2013-03-09 09:32:47 +01:00
parent 45bf012f2b
commit 9b6e3b2eda
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/scons-2.0.1.tar.gz
/scons-2.1.0.tar.gz
/scons-2.2.0.tar.gz
/scons-2.3.0.tar.gz

View File

@ -1,8 +1,8 @@
#global posttag .final.0
Name: scons
Version: 2.2.0
Release: 2%{?posttag}%{?dist}
Version: 2.3.0
Release: 1%{?posttag}%{?dist}
Summary: An Open Source software construction tool
Group: Development/Tools
License: MIT
@ -39,11 +39,11 @@ for file in *.txt; do
done
%build
python setup.py build
%{__python} setup.py build
%install
rm -rf %{buildroot}
python setup.py install -O1 --skip-build \
%{__python} setup.py install -O1 --skip-build \
--root=%{buildroot} \
--no-version-script \
--standalone-lib \
@ -61,6 +61,9 @@ rm -rf %{buildroot}
%{_mandir}/man?/*
%changelog
* Sat Mar 09 2013 Fabian Affolter <mail@fabian-affolter.ch> - 2.3.0-1
- Updated to new upstream version 2.3.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
f737f474a02d08156c821bd2d4d4b632 scons-2.2.0.tar.gz
083ce5624d6adcbdaf2526623f456ca9 scons-2.3.0.tar.gz