diff --git a/.gitignore b/.gitignore index 6ff8cbb..b272fda 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /scons-2.0.1.tar.gz +/scons-2.1.0.tar.gz diff --git a/scons.spec b/scons.spec index d5d6739..fcb4c41 100644 --- a/scons.spec +++ b/scons.spec @@ -1,15 +1,16 @@ #global posttag .final.0 -Name: scons -Version: 2.0.1 -Release: 2%{?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) -BuildArch: noarch +Name: scons +Version: 2.1.0 +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) +BuildArch: noarch + BuildRequires: python2-devel %description @@ -41,12 +42,16 @@ done python setup.py build %install -rm -rf $RPM_BUILD_ROOT -python setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT --no-version-script \ - --standalone-lib --install-scripts=%{_bindir} --install-data=%{_datadir} +rm -rf %{buildroot} +python setup.py install -O1 --skip-build \ + --root=%{buildroot} \ + --no-version-script \ + --standalone-lib \ + --install-scripts=%{_bindir} \ + --install-data=%{_datadir} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -56,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man?/* %changelog +* Sat Sep 10 2011 Fabian Affolter - 2.1.0-1 +- Updated to new upstream version 2.1.0 + * Wed Feb 09 2011 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 3ba5f77..03495cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -beca648b894cdbf85383fffc79516d18 scons-2.0.1.tar.gz +47daf989e303a045b76c11236df719df scons-2.1.0.tar.gz