* Sat Sep 10 2011 Fabian Affolter <mail@fabian-affolter.ch> - 2.1.0-1
- Updated to new upstream version 2.1.0
This commit is contained in:
parent
6d6da960ac
commit
c7e275c240
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/scons-2.0.1.tar.gz
|
||||
/scons-2.1.0.tar.gz
|
||||
|
||||
36
scons.spec
36
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 <mail@fabian-affolter.ch> - 2.1.0-1
|
||||
- Updated to new upstream version 2.1.0
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user