123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- %define pkgname xbitmaps
- %define debug_package %{nil}
- Summary: X.Org X11 application bitmaps
- Summary(ja): X.Org X11 アプリケーションビットマップ
- Name: xorg-x11-%{pkgname}
- Version: 1.1.1
- Release: 1%{?_dist_release}
- License: MIT/X11
- Group: User Interface/X
- URL: http://www.x.org
- Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- Requires(pre): xorg-x11-filesystem
- Provides: xbitmaps
- Provides: xbitmaps-devel
- Packager: daisuke, inagaki
- %description
- X.Org X11 application bitmaps
- %prep
- %setup -q -n xbitmaps-%{version}
- %build
- # Build xbitmaps
- %configure --libdir=%{_datadir}
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %dir %{_includedir}/X11
- %dir %{_includedir}/X11/bitmaps
- %{_includedir}/X11/bitmaps/*
- %{_datadir}/pkgconfig/xbitmaps.pc
- %changelog
- * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
- - new upstream release
- - change BuildArch to noarch
- - fix %%files
- * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
- - new upstream release
- * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-3
- - rebuild with rpm-4.8.1 for pkg-config file
- * Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-2
- - spec in UTF-8
- * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
- - new versioning policy
- * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
- - initial build for Vine Linux
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
- - rebuild
- * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
- - Bump release and rebuild for FC6.
- * 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.
- * 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
- - 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
- * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
- - Updated to xbitmaps 1.0.1 from X11R7.0
- * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
- - Updated to xbitmaps 1.0.0 from X11R7 RC4.
- * 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).
- * 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).
- * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
- - Clean up specfile.
- * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
- - Updated to xbitmaps 0.99.1 from X11R7 RC2
- * Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
- - Initial build.
|