xorg-x11-xbitmaps-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. %define pkgname xbitmaps
  2. %define debug_package %{nil}
  3. Summary: X.Org X11 application bitmaps
  4. Summary(ja): X.Org X11 アプリケーションビットマップ
  5. Name: xorg-x11-%{pkgname}
  6. Version: 1.1.1
  7. Release: 2%{?_dist_release}
  8. License: MIT/X11
  9. Group: User Interface/X
  10. URL: http://www.x.org
  11. Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. Requires(pre): xorg-x11-filesystem
  15. Provides: xbitmaps
  16. Provides: xbitmaps-devel
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: daisuke, inagaki, Takemikaduchi
  20. %description
  21. X.Org X11 application bitmaps
  22. %prep
  23. %setup -q -n xbitmaps-%{version}
  24. %build
  25. # Build xbitmaps
  26. %configure --libdir=%{_datadir}
  27. make
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %dir %{_includedir}/X11
  36. %dir %{_includedir}/X11/bitmaps
  37. %{_includedir}/X11/bitmaps/*
  38. %{_datadir}/pkgconfig/xbitmaps.pc
  39. %changelog
  40. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-2
  41. - rebuild with VineSeed environment
  42. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  43. - new upstream release
  44. - change BuildArch to noarch
  45. - fix %%files
  46. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  47. - new upstream release
  48. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-3
  49. - rebuild with rpm-4.8.1 for pkg-config file
  50. * Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-2
  51. - spec in UTF-8
  52. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
  53. - new versioning policy
  54. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  55. - initial build for Vine Linux
  56. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  57. - rebuild
  58. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
  59. - Bump release and rebuild for FC6.
  60. * Thu Mar 02 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
  61. - Made package arch specific due to pkgconfig files being placed in lib64
  62. if the noarch packages manage to get built on x86_64/ppc64/s390x.
  63. * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  64. - Cleaned up file manifest.
  65. - Made package noarch, as it is just header files.
  66. - Disable debuginfo processing, as there are no ELF objects in package.
  67. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  68. - bump again for double-long bug on ppc(64)
  69. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  70. - rebuilt for new gcc4.1 snapshot and glibc changes
  71. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  72. - Updated to xbitmaps 1.0.1 from X11R7.0
  73. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  74. - Updated to xbitmaps 1.0.0 from X11R7 RC4.
  75. * Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
  76. - Updated dep to "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" for new fix.
  77. - Moved bitmap files back into the upstream default of _includedir (#173665).
  78. * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
  79. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
  80. workaround bug( #173384).
  81. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  82. - Clean up specfile.
  83. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  84. - Updated to xbitmaps 0.99.1 from X11R7 RC2
  85. * Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  86. - Initial build.