Accepting request 135596 from home:MargueriteSu

update version 2.2.0

OBS-URL: https://build.opensuse.org/request/show/135596
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=17
This commit is contained in:
Dirk Mueller 2012-10-16 10:53:35 +00:00 committed by Git OBS Bridge
parent be295b6c8e
commit 9694cfe120
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d
size 574666

3
scons-2.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7fcd11a7af7ec13d587a2f7cf14a92e3223eea64bf078454a9856ec0ab465b9
size 591836

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 22 20:20:39 UTC 2012 - i@marguerite.su
- Update to 2.2.0
* see http://www.scons.org/CHANGES.txt
-------------------------------------------------------------------
Tue Oct 11 22:52:27 UTC 2011 - nmarques@opensuse.org

View File

@ -24,7 +24,7 @@
Name: scons
Summary: Replacement for Make
Version: 2.1.0
Version: 2.2.0
Release: 1
Source0: http://freefr.dl.sourceforge.net/project/scons/scons/%{version}/%{name}-%{version}.tar.gz
Source1: scons-user.html
@ -68,7 +68,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-lib=%{py_sitedir}
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-lib=%{python_sitearch}
%fdupes %{buildroot}%{_bindir}
%files