Author: zbyniu Date: Wed Oct 8 10:51:45 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: dmake.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/dmake.spec diff -u /dev/null SPECS/dmake.spec:1.1 --- /dev/null Wed Oct 8 12:51:45 2008 +++ SPECS/dmake.spec Wed Oct 8 12:51:40 2008 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: Distributed Make +Name: dmake +Version: 4.11 +Release: 0.1 +License: GPL +Group: Development/Building +Source0: http://tools.openoffice.org/dmake/%{name}_%{version}.zip +# Source0-md5: e00deccf8817eec85ab5c0268d5a7bfb +URL: http://tools.openoffice.org/dmake/ +#BuildRequires: unzip +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Dmake is a build utility similar to GNU make or the Sun Studio dmake. +This utility has an irregular syntax. It is currently maintained by +the OpenOffice.org team as it is part of the OpenOffice.org build +environment. + +%prep +%setup -q -n dmake + +%build +%configure \ + --datadir=%{_datadir}/dmake +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/%{name} +%{_datadir}/dmake + +%clean +rm -rf $RPM_BUILD_ROOT + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/10/08 10:51:40 zbyniu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
