intltool-vl.spec 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. Name: intltool
  2. Summary: Utility for internationalizing various kinds of data files.
  3. Summary(ja): さまざまな種類のファイルを国際化するためのユーティリティ
  4. Version: 0.51.0
  5. Release: 3%{?_dist_release}
  6. Group: programming
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPL
  10. URL: https://launchpad.net/intltool
  11. Source: https://launchpad.net/intltool/trunk/%{version}/+download/%{name}-%{version}.tar.gz
  12. # Fix intltool-update to work with perl 5.26.
  13. # Patch taken from Debian's intltool_0.51.0-4.debian.tar.xz
  14. Patch1: intltool-perl5.26-regex-fixes.patch
  15. # https://bugs.launchpad.net/intltool/+bug/1505260
  16. # https://bugzilla.redhat.com/show_bug.cgi?id=1249051
  17. Patch2: intltool-merge-Create-cache-file-atomically.patch
  18. # https://bugzilla.redhat.com/show_bug.cgi?id=1318674
  19. Patch3: intltool_distcheck-fix.patch
  20. Requires: patch perl perl-XML-Parser
  21. Obsoletes: xml-i18n-tools
  22. Provides: xml-i18n-tools = 0.11
  23. BuildArch: noarch
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. %description
  26. This tool automatically extracts translatable strings from oaf, glade,
  27. bonobo ui, nautilus theme, .desktop, and other data files and puts
  28. them in the po files.
  29. %prep
  30. %setup -q
  31. %patch1 -p1
  32. %patch2 -p1
  33. %patch3 -p1
  34. %build
  35. %configure
  36. make
  37. %install
  38. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  39. %makeinstall
  40. %clean
  41. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root)
  44. %license COPYING
  45. %doc AUTHORS ChangeLog NEWS README
  46. %{_bindir}/*
  47. %{_datadir}/intltool
  48. %{_datadir}/aclocal/*
  49. %{_mandir}/man*/*
  50. %changelog
  51. * Tue Nov 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.51.0-3
  52. - rebuilt with perl-5.34.0.
  53. * Mon May 20 2019 Toshiaki Ara <ara_t@384.jp> 0.51.0-2
  54. - add Patch1 to Patch3
  55. * Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.51.0-1
  56. - new upstream release.
  57. * Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.50.2-2
  58. - fix URL tag (BTS:2794)
  59. * Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.50.2-1
  60. - new upstream release
  61. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.41.1-2
  62. - rebuilt with rpm-4.8.1-3
  63. * Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.41.1-1
  64. - new upstream release
  65. * Fri Apr 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.40.6-1
  66. - new upstream release
  67. * Thu Sep 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40.4-1
  68. - new upstream release
  69. * Sat Aug 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40.3-1
  70. - new upstream release
  71. - spec in UTF-8
  72. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.37.1-0vl1
  73. - new upstream release
  74. * Sun Dec 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.36.2-0vl1
  75. - new upstream release
  76. * Sun Sep 2 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.36.1-0vl1
  77. - new upstream release
  78. * Wed Jul 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.35.5-0vl1
  79. - new upstream release
  80. * Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.35.0-0vl1
  81. - new upstream release
  82. * Sat Feb 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34.2-0vl1
  83. - new upstream release
  84. * Thu Jul 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.34-0vl1
  85. - new upstream release
  86. * Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.33-0vl2
  87. - disabled patch10
  88. * Fri Feb 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.33-0vl1
  89. - new upstream release
  90. - updated patch10
  91. * Fri Mar 5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.30-0vl2
  92. - add patch10 for compatibility
  93. * Sun Feb 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.30-0vl1
  94. - new upstream release
  95. * Fri Jan 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.28-0vl1
  96. - new upstream release
  97. - added Requires: perl-XML-Parser
  98. - BuildArch: noarch
  99. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.27.2-0vl1
  100. - new upstream release
  101. * Thu Jul 24 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.26-0vl1
  102. - new upstream release
  103. - add Japanese summary
  104. - add Requires: prel
  105. * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.25-0vl1
  106. - new upstream release
  107. * Sun Sep 15 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.22-3vl1
  108. - rebuilt for Vine Linux
  109. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  110. - automated rebuild
  111. * Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
  112. - rebuild in different environment
  113. * Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
  114. - 0.22
  115. - remove perl patch, perl is fixed
  116. * Thu Jun 6 2002 Nalin Dahyabhai <nalin@redhat.com>
  117. - tweak the perl5 check to not bomb with perl 5.8
  118. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  119. - automated rebuild
  120. * Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
  121. - rebuild in different environment
  122. * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
  123. - update to 0.18
  124. * Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
  125. - update to 0.17
  126. * Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com>
  127. - rebuild in new environment
  128. * Tue Feb 12 2002 Havoc Pennington <hp@redhat.com>
  129. - 0.15
  130. - remove dbm patch, dbm no longer used upstream
  131. - shorten summary line, #56739
  132. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  133. - Version 0.14
  134. - Try again on DBM fix
  135. - Patch to use AnyDBM_File rather than NDBM_File for caching
  136. - Version 0.14
  137. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  138. - automated rebuild
  139. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  140. - 0.12.90 cvs snap
  141. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  142. - 0.12 tarball
  143. * Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
  144. - new cvs snap, no longer noarch
  145. * Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
  146. - intltool specfile, based on xml-i18n-tools (but fixed up)
  147. - obsolete/provide xml-i18n-tools
  148. * Tue Aug 14 2001 Alexander Larsson <alexl@redhat.com> 0.9-2
  149. - Require patch
  150. * Wed Aug 8 2001 Jonathan Blandford <jrb@redhat.com>
  151. - Fix bug #45699 and #50634 by upgrading version.
  152. * Mon Jul 16 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
  153. - s/Copyright/License/
  154. - Shorter summary
  155. - Remove empty post/postun scripts
  156. - Don't define name and ver on the top and use this in the headers later
  157. * Tue Jul 10 2001 Tim Powers <timp@redhat.com>
  158. - cleaned up files list so that there aren't non-standard dirs and so
  159. that it owns the xml-i18n-tools dir
  160. * Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
  161. - Cleaned up spec file a little for Red Hat.
  162. * Thu Mar 01 2001 Maciej Stachowiak <mjs@eazel.com>
  163. - removed devel subpackage
  164. * Tue Jan 04 2000 Robin * Slomkowski <rslomkow@eazel.com>
  165. - created this thing