15177N/A# spec file for package SUNWxdg-utils 15177N/A# Copyright 2008 Sun Microsystems, Inc. 15177N/A# This file and all modifications and additions to the pristine 15177N/A# package are under the same license as the package itself. 15177N/A# date:2008-02-13 owner:dkenny type:bug 15177N/A# date:2008-02-13 owner:dkenny type:bug 15177N/A# date:2008-02-19 owner:dkenny type:bug 15915N/A# date:2009-02-19 owner:mattman type:branding 15177N/ASUNW_Copyright: %{name}.copyright 15177N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build 15177N/A%setup -q -n xdg-utils-%{version} 15177N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then 15177N/A./configure --prefix=%{_prefix} \ 15177N/Amake install DESTDIR=$RPM_BUILD_ROOT 15177N/A%dir %attr (0755, root, sys) %{_datadir} 15177N/A%dir %attr (0755, root, other) %{_datadir}/doc 15915N/A* Thu Feb 02 2009 - matt.keenn@sun.com 15915N/A- Add manpage patch, addds attributes to all delivered manpages 15177N/A* Tue Sep 16 2008 - matt.keenn@sun.com 15177N/A* Thu Mar 15 2008 - lin.ma@sun.com 15177N/A* Wed Feb 19 2008 - darren.kenny@sun.com 15177N/A- Add patch to use nawk instead of awk 15177N/A* Wed Feb 13 2008 - darren.kenny@sun.com 15177N/A- Add patch to prepend X dirs to PATH. 15177N/A* Tue Feb 12 2008 - dermot.mccluskey@sun.com