xorg-x11-util-macros/xorg-x11-util-macros.spec

106 lines
3.0 KiB
RPMSpec
Raw Normal View History

2006-06-22 00:09:26 +00:00
%define pkgname util-macros
%define debug_package %{nil}
Summary: X.Org X11 Autotools macros
Name: xorg-x11-util-macros
2008-12-17 15:31:06 +00:00
Version: 1.2.1
Release: 2%{?dist}
2008-08-12 01:16:29 +00:00
License: MIT
Group: Development/System
URL: http://www.x.org
2006-06-28 10:25:05 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2008-12-17 15:31:06 +00:00
BuildArch: noarch
Source0: ftp://ftp.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
2006-06-22 00:11:41 +00:00
%description
X.Org X11 autotools macros required for building the various packages that
comprise the X Window System.
%prep
2006-06-22 00:09:26 +00:00
%setup -q -n %{pkgname}-%{version}
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
2006-06-22 00:11:41 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog
2005-10-19 07:40:44 +00:00
%{_datadir}/aclocal/xorg-macros.m4
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-12-17 15:31:06 +00:00
* Wed Dec 17 2008 Adam Jackson <ajax@redhat.com> 1.2.1-1
- util-macros 1.2.1
- BuildArch: noarch
2008-08-12 01:16:29 +00:00
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.6-2
- Fix license tag.
2008-03-05 23:22:38 +00:00
* Wed Mar 05 2008 Adam Jackson <ajax@redhat.com> 1.1.6-1
- Update to 1.1.6
2008-02-20 08:08:29 +00:00
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.5-2
- Autorebuild for GCC 4.3
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.1.5-1
- Update to 1.1.5
* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.3-1
- Update to 1.1.3
* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
- Update to upstream 1.1.1.
* Sat Jul 15 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4.fc6
- Make dist tag usage a conditional (#198988)
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.2-3
2006-07-13 06:07:45 +00:00
- Bump for rawhide build.
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.2-2.fc5.aiglx
2006-07-13 05:29:11 +00:00
- Tag as 1.0.2-2.fc5.aiglx
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-1.1
2006-07-12 09:19:47 +00:00
- rebuild
* 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.
2006-06-22 00:09:26 +00:00
- Use setup -n instead of setup -c
2006-03-01 06:41:15 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
2006-02-11 06:26:15 +00:00
- bump again for double-long bug on ppc(64)
2006-03-01 06:41:15 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
2006-02-07 14:39:03 +00:00
- 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.
2006-03-01 06:41:15 +00:00
* 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.
2005-10-19 07:40:44 +00:00
- Add xorg-macros.m4 to file list.
* Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
- Initial build