2005-10-19 07:34:29 +00:00
|
|
|
%define debug_package %{nil}
|
|
|
|
|
2005-08-29 06:49:38 +00:00
|
|
|
Summary: X.Org X11 Autotools macros
|
|
|
|
Name: xorg-x11-util-macros
|
2005-10-19 07:34:29 +00:00
|
|
|
Version: 0.99.1
|
|
|
|
Release: 1
|
2005-08-29 06:49:38 +00:00
|
|
|
License: The Open Group License
|
|
|
|
Group: Development/System
|
|
|
|
URL: http://www.x.org
|
2005-10-19 07:34:29 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/everything/util-macros-%{version}.tar.bz2
|
2005-08-29 06:49:38 +00:00
|
|
|
|
|
|
|
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
|
2005-10-19 07:34:29 +00:00
|
|
|
* Wed Oct 19 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
|
|
|
- Update to util-macros-0.99.1 for X11R7 RC1 release.
|
|
|
|
- Disable debuginfo package creation, as there are no ELF objects present.
|
|
|
|
|
|
|
|
* Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
|
2005-08-29 06:49:38 +00:00
|
|
|
- Initial build
|