xorg-x11-util-macros-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. %define pkgname util-macros
  2. Summary: X.Org X11 Autotools macros
  3. Summary(ja): X.Org X11 Autotool 用マクロ
  4. Name: xorg-x11-util-macros
  5. Version: 1.6.0
  6. Release: 1%{?_dist_release}
  7. License: MIT
  8. Group: Development/Libraries
  9. URL: http://www.x.org
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Source0: ftp://ftp.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
  13. %description
  14. X.Org X11 autotools macros required for building the various packages that
  15. comprise the X Window System.
  16. %description -l ja
  17. xorg-x11-util-macros には X ウィンドウシステムのさまざまなパッケージを
  18. ビルドするために必要な autotool マクロが含まれています。
  19. %prep
  20. %setup -q -n %{pkgname}-%{version}
  21. %build
  22. %configure
  23. %__make
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. %__make install DESTDIR=$RPM_BUILD_ROOT
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %files
  30. %defattr(-,root,root,-)
  31. %doc COPYING ChangeLog
  32. %{_datadir}/aclocal/xorg-macros.m4
  33. %changelog
  34. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-1
  35. - new upstream release
  36. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  37. - new upstream release
  38. * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
  39. - changed Group to Development/Libraries
  40. * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
  41. - new upstream release
  42. - build as noarch
  43. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-1
  44. - new upstream release
  45. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
  46. - new versioning policy
  47. * Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-0vl1
  48. - initial build for Vine Linux
  49. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.1.5-1
  50. - Update to 1.1.5
  51. * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.3-1
  52. - Update to 1.1.3
  53. * Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
  54. - Update to upstream 1.1.1.
  55. * Sat Jul 15 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4.fc6
  56. - Make dist tag usage a conditional (#198988)
  57. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-3
  58. - Bump for rawhide build.
  59. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-2.fc5.aiglx
  60. - Tag as 1.0.2-2.fc5.aiglx
  61. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-1.1
  62. - rebuild
  63. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
  64. - Update to util-macros-1.0.2 from X11R7.1
  65. - Added COPYING, ChangeLog to file manifest.
  66. - Use "make install" instead of makeinstall macro.
  67. - Use setup -n instead of setup -c
  68. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  69. - bump again for double-long bug on ppc(64)
  70. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  71. - rebuilt for new gcc4.1 snapshot and glibc changes
  72. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  73. - Update to util-macros-1.0.1 from X11R7.
  74. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  75. - Update to util-macros-1.0.0 from the X11R7 RC4 release.
  76. * Tue Dec 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  77. - Update to util-macros-0.99.2 from the X11R7 RC3 release.
  78. * Wed Oct 19 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  79. - Update to util-macros-0.99.1 from the X11R7 RC1 release.
  80. - Disable debuginfo package creation, as there are no ELF objects present.
  81. - Add xorg-macros.m4 to file list.
  82. * Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
  83. - Initial build