2328edbc62
- Added COPYING, ChangeLog to file manifest. - Use "make install" instead of makeinstall macro.
70 lines
1.9 KiB
RPMSpec
70 lines
1.9 KiB
RPMSpec
%define debug_package %{nil}
|
|
|
|
Summary: X.Org X11 Autotools macros
|
|
Name: xorg-x11-util-macros
|
|
Version: 1.0.2
|
|
Release: 1
|
|
License: The Open Group License
|
|
Group: Development/System
|
|
URL: http://www.x.org
|
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/everything/util-macros-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
%description
|
|
X.Org X11 autotools macros required for building the various packages that
|
|
comprise the X Window System.
|
|
|
|
%prep
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
%build
|
|
pushd util-macros-*
|
|
%configure
|
|
make
|
|
popd
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
pushd util-macros-*
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
popd
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING ChangeLog
|
|
%{_datadir}/aclocal/xorgversion.m4
|
|
%{_datadir}/aclocal/xorg-macros.m4
|
|
|
|
%changelog
|
|
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
|
|
- Update to util-macros-1.0.2 from X11R7.1
|
|
- Added COPYING, ChangeLog to file manifest.
|
|
- Use "make install" instead of makeinstall macro.
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
|
- Update to util-macros-1.0.1 from X11R7.
|
|
|
|
* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
|
- Update to util-macros-1.0.0 from the X11R7 RC4 release.
|
|
|
|
* Tue Dec 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
|
- Update to util-macros-0.99.2 from the X11R7 RC3 release.
|
|
|
|
* Wed Oct 19 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
|
- Update to util-macros-0.99.1 from the X11R7 RC1 release.
|
|
- Disable debuginfo package creation, as there are no ELF objects present.
|
|
- Add xorg-macros.m4 to file list.
|
|
|
|
* Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
|
|
- Initial build
|