loqui-vl.spec 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. %define major_ver 0.6
  2. %define minor_ver 4
  3. %define rel 1
  4. %define ver %{major_ver}.%{minor_ver}
  5. Summary: a IRC client for Gtk2
  6. Summary(ja): GTK2 を使った IRC クライアント
  7. Name: loqui
  8. Version: %{ver}
  9. Release: %{rel}%{?_dist_release}
  10. Group: Applications/Internet
  11. Source0: http://launchpad.net/loqui/%{major_ver}/%{ver}/+download/%{name}-%{ver}.tar.gz
  12. License: GPLv2
  13. BuildRequires: gtk2-devel >= 2.4.0
  14. BuildRequires: glib2-devel >= 2.22.0
  15. BuildRequires: gob2
  16. URL: https://sites.google.com/site/loquiirc
  17. BuildRoot: %{_tmppath}/%{name}-root
  18. Requires(post,postun): desktop-file-utils
  19. BuildRequires: desktop-file-utils
  20. %description
  21. Loqui is a 4-paned IRC client, which supports multiple servers.
  22. %description -l ja
  23. Loqui は、複数のサーバへの接続に対応した 4-ペインの IRC クライアントです。
  24. %prep
  25. rm -rf %{buildroot}
  26. %setup -q
  27. %build
  28. %configure
  29. make desktopdir=%{_datadir}/applications
  30. %install
  31. rm -rf %{buildroot}
  32. %makeinstall desktopdir=%{buildroot}%{_datadir}/applications
  33. %{find_lang} %{name}
  34. %check
  35. make check
  36. desktop-file-validate %{buildroot}%{_datadir}/applications/loqui.desktop
  37. %clean
  38. rm -rf %{buildroot}
  39. %post
  40. update-desktop-database %{_datadir}/applications
  41. %postun
  42. update-desktop-database %{_datadir}/applications
  43. %files -f %{name}.lang
  44. %defattr (-,root,root)
  45. %doc README COPYING* LICENSE INSTALL ChangeLog AUTHORS NEWS NEWS.ja
  46. %{_bindir}/loqui
  47. %{_datadir}/pixmaps/loqui.png
  48. %{_datadir}/applications/loqui.desktop
  49. %changelog
  50. * Mon Feb 6 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 0.6.4-1
  51. - update to 0.6.4
  52. - add LICENSE in doc
  53. * Mon Dec 30 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.5-1
  54. - update to 0.5.5
  55. * Mon Jan 28 2013 IWAI, Masaharu <iwai@alib.jp> 0.5.4-1
  56. - new upstream release
  57. * Sun Jul 22 2012 IWAI, Masaharu <iwai@alib.jp> 0.5.3-1
  58. - new upstream release
  59. - add NEWS.ja in %%doc
  60. * Sat Feb 5 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.1-1
  61. - new upstream release
  62. - drop HTTP URL patch (patch0): upstream merged
  63. - update BuildRequires: update upstream's dependency programs
  64. - drop gnet2-devel
  65. - add glib2-devel >= 2.22.0
  66. - drop Requires: gnet2
  67. * Sat Jan 8 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.0-2
  68. - add HTTP URL patch (patch0)
  69. * Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.5.0-1
  70. - new upstream release
  71. - update URL: upstream moved
  72. - update Source0 URL: upstream moved
  73. - add BuildRequires: gob2
  74. - drop unnecessary patches:
  75. - default application patch (Patch0)
  76. - desktopfile patch (Patch1)
  77. - update License value: sync Vine policy
  78. - replace PreReq tag to Requires tag
  79. * Tue Dec 07 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.4-5
  80. - rebuilt with new environment
  81. * Mon Apr 13 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-4
  82. - fix changelog 0.4.4-4: update installed patch -> update installed path
  83. * Sun Mar 8 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-3
  84. - update loqui.desktop (Patch1)
  85. - update installed path for loqui.desktop
  86. - validate desktop file in %%check
  87. - add BuildRequires: desktop-file-utils
  88. - update desktop database in %%post and %%postun
  89. - add PreReq: desktop-file-utils
  90. * Wed Feb 18 2009 IWAI, Masaharu <iwai@alib.jp> 0.4.4-2
  91. - using paplay for notification command in default setting (Patch0)
  92. - update default-browser.patch for only default web browser
  93. * Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.4-1vl5
  94. - applied new versioning policy, spec in utf-8
  95. * Thu Jan 18 2007 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl2
  96. - add default browser patch (Patch0): firefox
  97. * Thu Apr 6 2006 IWAI, Masaharu <iwai@alib.jp> 0.4.4-0vl1
  98. - new upstream release
  99. * Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl2
  100. - add Japanese summary and description
  101. * Wed Sep 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.9-0vl1
  102. - new upstream release
  103. * Wed Sep 1 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.8-0vl1
  104. - new upstream release
  105. * Fri Jul 2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.7-0vl1
  106. - new upstream release
  107. * Sun May 30 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.5-0vl1
  108. - new upstream release
  109. * Wed May 5 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.3-0vl1
  110. - new upstream release
  111. * Sun May 2 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.2-0vl1
  112. - new upstream release
  113. * Tue Apr 20 2004 IWAI, Masaharu <iwai@alib.jp> 0.3.1-0vl1
  114. - new upstream release
  115. - add loqui.png and loqui.desktop in %%files
  116. - add COPYING.LIB in %%doc directory
  117. * Sun Mar 7 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.5-0vl1
  118. - new upstream release
  119. * Fri Feb 27 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.4-0vl1
  120. - new upstream release
  121. * Mon Feb 9 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.3-0vl1
  122. - new upstream release
  123. * Sun Jan 25 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.2-0vl1
  124. - new upstream release
  125. * Wed Jan 21 2004 IWAI, Masaharu <iwai@alib.jp> 0.2.1-0vl1
  126. - build for VineSeed Plus
  127. * Sat Jun 7 2003 Yoichi Imai <yoichi@silver-forest.com>
  128. - created spec.in