Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > d1f2dee9e0cee338f6b188b27409b788 > files > 2

scons-0.96.1-1mdk.src.rpm

%define name scons
%define version 0.96.1
%define release 1mdk

Summary: Open Source software construction tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/scons/%{name}-%{version}.tar.bz2
License: MIT
Group: Development/Other
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch
BuildRequires: libpython-devel
Requires: python
Url: http://www.scons.org/

%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
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
all dependencies in a tree, and can scan source (or other) files for
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
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
mkdir -p $RPM_BUILD_ROOT%_mandir/man1
install -m 644 scons.1 sconsign.1 $RPM_BUILD_ROOT%_mandir/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc *.txt
%{_bindir}/scons
%{_bindir}/sconsign
%{_libdir}/scons/
%{_mandir}/man1/scons.1*
%{_mandir}/man1/sconsign.1*

%changelog
* Tue Aug 24 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.96.1-1mdk
- New release 0.96.1

* Wed Aug 18 2004 Götz Waschk <waschk@linux-mandrake.com> 0.96-1mdk
- source URL
- New release 0.96

* Tue Mar  9 2004 Götz Waschk <waschk@linux-mandrake.com> 0.95-1mdk
- new version

* Fri Nov  7 2003 Götz Waschk <waschk@linux-mandrake.com> 0.94-1mdk
- new version

* Sun Aug 17 2003 Götz Waschk <waschk@linux-mandrake.com> 0.91-1mdk
- update file list
- new version

* Thu Jun 26 2003 Götz Waschk <waschk@linux-mandrake.com> 0.90-1mdk
- new version

* Mon Jun 23 2003 Götz Waschk <waschk@linux-mandrake.com> 0.14-2mdk
- requires full python, not just the base

* Mon Jun 23 2003 Götz Waschk <waschk@linux-mandrake.com> 0.14-1mdk
- initial mdk package