Summary: X.Org X11 Autotools macros Name: xorg-x11-util-macros Version: 0.0.1 Release: 0 License: The Open Group License Group: Development/System URL: http://www.x.org # All of these were downloaded from: http://xorg.freedesktop.org/X11R7.0-RC0/util Source0: util-macros-0.99.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description X.Org X11 Autotools macros %prep %setup -q -c %{name}-%{version} %build pushd util-macros-* %configure make popd %install rm -rf $RPM_BUILD_ROOT pushd util-macros-* %makeinstall popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %dir %{_datadir}/aclocal %{_datadir}/aclocal/xorgversion.m4 %changelog * Wed Jul 13 2005 Mike A. Harris 0.0-0 - Initial build