2005-08-29 06:51:07 +00:00
|
|
|
%define pkgname xbitmaps
|
|
|
|
|
2006-03-01 06:50:17 +00:00
|
|
|
%define debug_package %{nil}
|
|
|
|
|
2005-08-29 06:51:07 +00:00
|
|
|
Summary: X.Org X11 application bitmaps
|
|
|
|
Name: xorg-x11-%{pkgname}
|
2006-01-31 15:39:04 +00:00
|
|
|
Version: 1.0.1
|
2006-06-22 05:06:49 +00:00
|
|
|
Release: 4
|
2005-08-29 06:51:07 +00:00
|
|
|
License: MIT/X11
|
|
|
|
Group: User Interface/X
|
|
|
|
URL: http://www.x.org
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
2006-06-22 05:06:49 +00:00
|
|
|
|
|
|
|
Source0: http://xorg.freedesktop.org/releases/individual/data/%{pkgname}-%{version}.tar.bz2
|
2006-03-01 06:50:17 +00:00
|
|
|
|
2005-11-21 20:17:29 +00:00
|
|
|
# NOTE: This dependency on xorg-x11-filesystem is required to work around
|
|
|
|
# a nasty upgrade problem when going from FC4->FC5 or monolithic to
|
|
|
|
# modular X.Org. Bug #173384.
|
2005-11-23 14:25:34 +00:00
|
|
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
2005-11-12 02:53:24 +00:00
|
|
|
|
2005-11-23 14:25:34 +00:00
|
|
|
Provides: xbitmaps
|
|
|
|
Provides: xbitmaps-devel
|
2005-08-29 06:51:07 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 application bitmaps
|
|
|
|
|
|
|
|
%prep
|
2005-11-11 23:19:38 +00:00
|
|
|
%setup -q -n xbitmaps-%{version}
|
2005-08-29 06:51:07 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
# Build xbitmaps
|
2005-11-12 02:53:24 +00:00
|
|
|
%configure
|
|
|
|
make
|
2005-08-29 06:51:07 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-11-12 02:53:24 +00:00
|
|
|
|
2005-12-19 18:42:51 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-11-12 02:53:24 +00:00
|
|
|
|
2005-08-29 06:51:07 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2006-06-22 05:06:49 +00:00
|
|
|
#%doc
|
2005-11-23 14:25:34 +00:00
|
|
|
%dir %{_includedir}/X11
|
|
|
|
%dir %{_includedir}/X11/bitmaps
|
|
|
|
%{_includedir}/X11/bitmaps/*
|
|
|
|
# Symlink for devel linking
|
|
|
|
%{_includedir}/X11/bitmaps
|
2005-08-29 06:51:07 +00:00
|
|
|
%{_libdir}/pkgconfig/xbitmaps.pc
|
|
|
|
|
|
|
|
%changelog
|
2006-06-22 05:06:49 +00:00
|
|
|
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
|
|
|
|
- Bump release and rebuild for FC6.
|
|
|
|
|
2006-03-03 01:34:10 +00:00
|
|
|
* Thu Mar 02 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
|
|
|
- Made package arch specific due to pkgconfig files being placed in lib64
|
|
|
|
if the noarch packages manage to get built on x86_64/ppc64/s390x.
|
|
|
|
|
2006-03-01 06:50:17 +00:00
|
|
|
* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
|
|
|
- Cleaned up file manifest.
|
|
|
|
- Made package noarch, as it is just header files.
|
|
|
|
- Disable debuginfo processing, as there are no ELF objects in package.
|
|
|
|
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
|
2006-02-11 06:27:05 +00:00
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-03-01 06:50:17 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
|
2006-02-07 14:39:50 +00:00
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-31 15:39:04 +00:00
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
|
|
|
- Updated to xbitmaps 1.0.1 from X11R7.0
|
|
|
|
|
2005-12-19 18:42:51 +00:00
|
|
|
* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
|
|
|
- Updated to xbitmaps 1.0.0 from X11R7 RC4.
|
|
|
|
|
2005-11-23 14:25:34 +00:00
|
|
|
* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
|
|
|
|
- Updated dep to "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" for new fix.
|
|
|
|
- Moved bitmap files back into the upstream default of _includedir (#173665).
|
|
|
|
|
2005-11-21 20:17:29 +00:00
|
|
|
* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
|
|
|
|
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
|
|
|
|
workaround bug( #173384).
|
|
|
|
|
2005-11-12 02:53:24 +00:00
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
|
|
|
|
- Clean up specfile.
|
|
|
|
|
2005-11-11 23:19:38 +00:00
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
|
|
|
- Updated to xbitmaps 0.99.1 from X11R7 RC2
|
|
|
|
|
2005-08-29 06:51:07 +00:00
|
|
|
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
|
|
|
|
- Initial build.
|