auto-import xorg-x11-util-macros-0.0.1-0 on branch devel from

xorg-x11-util-macros-0.0.1-0.src.rpm
This commit is contained in:
mharris 2005-08-29 06:49:38 +00:00
parent 3901d04580
commit b702178122
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1 @@
util-macros-0.99.0.tar.bz2

View File

@ -0,0 +1 @@
5647ac7ca141725cae6c7fc73fd76dbd util-macros-0.99.0.tar.bz2

42
xorg-x11-util-macros.spec Normal file
View File

@ -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 <mharris@redhat.com> 0.0-0
- Initial build