Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > c353d657f0d48112debda325820d16bc > files > 3

ftjam-2.5.3rc2-0.2mdv2008.1.src.rpm

Name:		ftjam
Version:	2.5.3rc2
Release:	%mkrel 0.2
Summary:	Replacement for make
License:	BSD-like
Group:		Development/Other
URL:		http://www.freetype.org/jam/index.html
Source0:	http://mesh.dl.sourceforge.net/sourceforge/freetype/%{name}-%{version}.tar.bz2
Patch0:		ftjam-2.5.3-nostrip.patch
Conflicts:	boost-jam
Obsoletes:	jam
Provides:	jam
BuildRequires:	byacc
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
We highly recommend that you use FT Jam as it is 100% backwards
compatible with classic Jam and can be used as a plug-in 
replacement for it.

Alternatively, FT Jam exists because Perforce hadn't the time 
to update Jam in a very long time, and we still hope that these 
improvements will be integrated back to classic Jam as soon as possible.

%prep
%setup -q
%patch0 -p1

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc *.html README RELNOTES Porting
%attr(755,root,root) %{_bindir}/jam


%changelog
* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 2.5.3rc2-0.2mdv2008.1
+ Revision: 140731
- restore BuildRoot

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

* Wed Sep 19 2007 Emmanuel Andry <eandry@mandriva.org> 2.5.3rc2-0.2mdv2008.0
+ Revision: 90604
- obsoletes jam

* Tue Sep 18 2007 Emmanuel Andry <eandry@mandriva.org> 2.5.3rc2-0.1mdv2008.0
+ Revision: 89872
- disable obsolete jam for testing
- Import ftjam