diff --git a/.cvsignore b/.cvsignore index e69de29..18acb92 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +util-macros-0.99.0.tar.bz2 diff --git a/sources b/sources index e69de29..b6f7f16 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5647ac7ca141725cae6c7fc73fd76dbd util-macros-0.99.0.tar.bz2 diff --git a/xorg-x11-util-macros.spec b/xorg-x11-util-macros.spec new file mode 100644 index 0000000..b3a3029 --- /dev/null +++ b/xorg-x11-util-macros.spec @@ -0,0 +1,42 @@ +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