* Sat May 07 2016 Fabian Affolter <mail@fabian-affolter.ch> - 2.4.1-1

- Update to new upstream version 2.4.1 (rhbz#1265037)
This commit is contained in:
Fabian Affolter 2016-05-07 19:08:50 +02:00
parent 270903e8be
commit cbd42fe4aa
3 changed files with 13 additions and 15 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/scons-2.3.4.tar.gz
/scons-2.3.5.tar.gz
/scons-2.3.6.tar.gz
/scons-2.4.1.tar.gz

View File

@ -1,15 +1,13 @@
#global posttag .final.0
Name: scons
Version: 2.3.6
Version: 2.4.1
Release: 1%{?posttag}%{?dist}
Summary: An Open Source software construction tool
Group: Development/Tools
License: MIT
URL: http://www.scons.org
Source: http://downloads.sourceforge.net/scons/scons-%{version}%{?posttag}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?posttag}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
@ -17,15 +15,15 @@ BuildRequires: python2-devel
%description
SCons is an Open Source software construction tool--that is, a build
tool; an improved substitute for the classic Make utility; a better way
to build software. SCons is based on the design which won the Software
to build software. SCons is based on the design which won the Software
Carpentry build tool design competition in August 2000.
SCons "configuration files" are Python scripts, eliminating the need
to learn a new build tool syntax. SCons maintains a global view of
to learn a new build tool syntax. SCons maintains a global view of
all dependencies in a tree, and can scan source (or other) files for
implicit dependencies, such as files specified on #include lines. SCons
implicit dependencies, such as files specified on #include lines. SCons
uses MD5 signatures to rebuild only when the contents of a file have
really changed, not just when the timestamp has been touched. SCons
really changed, not just when the timestamp has been touched. SCons
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.
@ -43,25 +41,24 @@ done
%{__python2} setup.py build
%install
rm -rf %{buildroot}
%{__python2} setup.py install -O1 --skip-build \
--root=%{buildroot} \
--no-version-script \
--standalone-lib \
--install-scripts=%{_bindir} \
--install-data=%{_datadir}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt
%doc CHANGES.txt README.txt RELEASE.txt
%license LICENSE.txt
%{_bindir}/*
%{_prefix}/lib/scons
%{_mandir}/man?/*
%changelog
* Sat May 07 2016 Fabian Affolter <mail@fabian-affolter.ch> - 2.4.1-1
- Update to new upstream version 2.4.1 (rhbz#1265037)
* Sat Aug 01 2015 Fabian Affolter <mail@fabian-affolter.ch> - 2.3.6-1
- Update to new upstream version 2.3.6 (rhbz#1234119)

View File

@ -1 +1 @@
9c6a1c3c716cbe5f16515f163c91d928 scons-2.3.6.tar.gz
9a0ddf33d9839f04380e0fae87cc4b40 scons-2.4.1.tar.gz