%define pkgname xbitmaps %define debug_package %{nil} Summary: X.Org X11 application bitmaps Name: xorg-x11-%{pkgname} Version: 1.0.1 Release: 2 License: MIT/X11 Group: User Interface/X URL: http://www.x.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/everything/%{pkgname}-%{version}.tar.bz2 BuildArch: noarch # 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. Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Provides: xbitmaps Provides: xbitmaps-devel %description X.Org X11 application bitmaps %prep %setup -q -n xbitmaps-%{version} %build # Build xbitmaps %configure make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %dir %{_includedir}/X11 %dir %{_includedir}/X11/bitmaps %{_includedir}/X11/bitmaps/* # Symlink for devel linking %{_includedir}/X11/bitmaps %{_libdir}/pkgconfig/xbitmaps.pc %changelog * Wed Mar 01 2006 Mike A. Harris 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 1.0.1-1.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating 1.0.1-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Wed Jan 18 2006 Mike A. Harris 1.0.1-1 - Updated to xbitmaps 1.0.1 from X11R7.0 * Sat Dec 17 2005 Mike A. Harris 1.0.0-1 - Updated to xbitmaps 1.0.0 from X11R7 RC4. * Wed Nov 23 2005 Mike A. Harris 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). * Mon Nov 21 2005 Mike A. Harris 0.99.1-3 - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to workaround bug( #173384). * Fri Nov 11 2005 Mike A. Harris 0.99.1-2 - Clean up specfile. * Fri Nov 11 2005 Mike A. Harris 0.99.1-1 - Updated to xbitmaps 0.99.1 from X11R7 RC2 * Fri Aug 26 2005 Mike A. Harris 0.99.0-1 - Initial build.