Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release-src > by-pkgid > 73f69e81342c54bfc37db9a29bfaf12f > files > 2

boost-jam-3.1.17-1mdv2009.1.src.rpm

%define	name	boost-jam
%define	version 3.1.17
%define	release	1

Summary:	Build tool for Boost libraries
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
URL:		http://www.boost.org/
Source0:	http://download.sourceforge.net/boost/%{name}-%{version}.tgz
License: 	Boost
Group: 		Development/Other
Buildrequires:	byacc
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Boost Jam is a build tool based on FTJam, which in turn is based on 
Perforce Jam. It contains significant improvements made to facilitate
its use in the Boost Build System, but should be backward compatible 
with Perforce Jam.

Authors:
	Perforce Jam : Cristopher Seiwald
	FT Jam       : David Turner
	Boost Jam    : David Abrahams

%prep
%setup -q

%build
export CC="%{__cc}"
export CFLAGS="%{optflags}"
./build.sh cc

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 bin.linux*/bjam %{buildroot}%{_bindir}/bjam

%files
%defattr(-,root,root)
%defattr(0644,root,root,0755)
%doc LICENSE_1_0.txt *.css *.html *.png images jam
%attr(0755,root,root) %{_bindir}/bjam

%clean
%{__rm} -rf %{buildroot}


%changelog
* Tue Dec 23 2008 Funda Wang <fundawang@mandriva.org> 3.1.17-1mdv2009.1
+ Revision: 317919
- new version 3.1.17

* Sun May 25 2008 Funda Wang <fundawang@mandriva.org> 3.1.16-1mdv2009.0
+ Revision: 211103
- New version 3.1.16

  + Oden Eriksson <oeriksson@mandriva.com>
    - rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Jun 18 2007 Emmanuel Andry <eandry@mandriva.org> 3.1.14-1mdv2008.0
+ Revision: 41104
- New version


* Thu Nov 16 2006 Lenny Cartier <lenny@mandriva.com> 3.1.13-1mdv2007.0
+ Revision: 84805
- Updated to 3.1.13
- Import boost-jam