loqui-vl.spec 4.6 KB

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