From b702178122271ae1b31fc566f5d93026b99c6923 Mon Sep 17 00:00:00 2001 From: mharris Date: Mon, 29 Aug 2005 06:49:38 +0000 Subject: [PATCH] auto-import xorg-x11-util-macros-0.0.1-0 on branch devel from xorg-x11-util-macros-0.0.1-0.src.rpm --- .cvsignore | 1 + sources | 1 + xorg-x11-util-macros.spec | 42 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 xorg-x11-util-macros.spec 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