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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.19.3
  6. Release: 1%{?_dist_release}
  7. Group: programming
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: MIT
  11. URL: http://www.x.org
  12. BuildArch: noarch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Source0: https://www.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
  15. %description
  16. X.Org X11 autotools macros required for building the various packages that
  17. comprise the X Window System.
  18. %description -l ja
  19. xorg-x11-util-macros には X ウィンドウシステムのさまざまなパッケージを
  20. ビルドするために必要な autotool マクロが含まれています。
  21. %prep
  22. %setup -q -n %{pkgname}-%{version}
  23. %build
  24. %configure
  25. %__make
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %__make install DESTDIR=$RPM_BUILD_ROOT
  29. rm -f $RPM_BUILD_ROOT%{_datadir}/util-macros/INSTALL
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root,-)
  34. %license COPYING
  35. %doc ChangeLog
  36. %{_datadir}/aclocal/xorg-macros.m4
  37. %{_datadir}/pkgconfig/*.pc
  38. %changelog
  39. * Wed Mar 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.19.3-1
  40. - new upstream release.
  41. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.19.2-1
  42. - new upstream release.
  43. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.19.0-1
  44. - new upstream release
  45. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.0-1
  46. - new upstream release
  47. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.17-1
  48. - new upstream release
  49. * Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.2-1
  50. - new upstream release
  51. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.1-1
  52. - new upstream release
  53. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.15.0-1
  54. - new upstream release
  55. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
  56. - new upstream release
  57. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.0-1
  58. - new upstream release
  59. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.10.0-2
  60. - build with rpm-4.8.1-1 for pkg-config file
  61. * Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.0-1
  62. - new upstream release
  63. * Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7.0-1
  64. - new upstream release
  65. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-1
  66. - new upstream release
  67. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  68. - new upstream release
  69. * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
  70. - changed Group to Development/Libraries
  71. * Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
  72. - new upstream release
  73. - build as noarch
  74. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-1
  75. - new upstream release
  76. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
  77. - new versioning policy
  78. * Sat Jan 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-0vl1
  79. - initial build for Vine Linux
  80. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.1.5-1
  81. - Update to 1.1.5
  82. * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.3-1
  83. - Update to 1.1.3
  84. * Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
  85. - Update to upstream 1.1.1.
  86. * Sat Jul 15 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4.fc6
  87. - Make dist tag usage a conditional (#198988)
  88. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-3
  89. - Bump for rawhide build.
  90. * Thu Jul 13 2006 Kristian H淡gsberg <krh@redhat.com> 1.0.2-2.fc5.aiglx
  91. - Tag as 1.0.2-2.fc5.aiglx
  92. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-1.1
  93. - rebuild
  94. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
  95. - Update to util-macros-1.0.2 from X11R7.1
  96. - Added COPYING, ChangeLog to file manifest.
  97. - Use "make install" instead of makeinstall macro.
  98. - Use setup -n instead of setup -c
  99. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  100. - bump again for double-long bug on ppc(64)
  101. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  102. - rebuilt for new gcc4.1 snapshot and glibc changes
  103. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  104. - Update to util-macros-1.0.1 from X11R7.
  105. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  106. - Update to util-macros-1.0.0 from the X11R7 RC4 release.
  107. * Tue Dec 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  108. - Update to util-macros-0.99.2 from the X11R7 RC3 release.
  109. * Wed Oct 19 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  110. - Update to util-macros-0.99.1 from the X11R7 RC1 release.
  111. - Disable debuginfo package creation, as there are no ELF objects present.
  112. - Add xorg-macros.m4 to file list.
  113. * Wed Jul 13 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
  114. - Initial build