Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > b9a3a13de0f8ed264c6e539f48d169a9 > files > 2

xmake-1.05-6mdk.src.rpm

Name:		xmake
Version:	1.05
Release:	6mdk
Summary:	XMAKE allows you to easily construct multiple complex dependencies
License:	GPL
Group:		Development/Other

Source:		%name-%version.tar.bz2

URL:		http://www.backplane.com/xmake/
BuildRoot:	%_tmppath/%name-%version-%release-root

%description
XMAKE is similar to other make's out there, but is specifically designed to
allow you to easily construct multiple complex dependencies without getting
screwed by default rulesets. XMake contains a number of features specifically
designed to trivialize the construction of compilation rules.

%prep

%setup -q -n %name

%build
%make CFLAGS="%optflags" && ./xmake

%install
install -d %buildroot/%_bindir
install -d %buildroot/%_mandir/man1

install -s obj/xmake %buildroot/%_bindir
install xmake.1 %buildroot/%_mandir/man1

%clean
rm -fr %buildroot

%files 
%defattr (644,root,root)
%doc README RELEASE_NOTES
%defattr (-,root,root)
%_bindir/*
%_mandir/man1/*

%changelog
* Mon Aug 26 2002 David BAUDENS <baudens@mandrakesoft.com> 1.05-6mdk
- Rebuild

* Fri Aug 24 2001 Etienne Faure <etienne@mandrakesoft.com> 1.05-5mdk
- rebuild

* Thu Jan 04 2001 David BAUDENS <baudens@mandrakesoft.com> 1.05-4mdk
- Use %%make macros
- Fix typos in Description
- Spec clean up

* Mon Jul 31 2000 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.05-3mdk
- BM
- remove packager tag
- handle mdk optimization
- major spec simplification

* Thu May 04 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.05-2mdk
- fix group
- fix permission on sources

* Thu Feb 10 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.05-1mdk
- mandrake build
 
* Tue Nov 3 1998  Ian Macdonald <ianmacd@xs4all.nl>
- first RPM release