konversation-vl.spec 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. Name: konversation
  2. Summary: A user friendly IRC client
  3. Summary(ja): 使い易い IRC クライアント
  4. Version: 1.3.1
  5. Release: 2%{?_dist_release}
  6. Group: Applications/Internet
  7. License: GPLv2+
  8. URL: http://konversation.kde.org/
  9. Source0: ftp://ftp.kde.org/pub/kde/stable/konversation/%{version}/src/konversation-%{version}.tar.bz2
  10. ## upstream patches
  11. ## Vine patches
  12. Patch100: konversation-1.2.3-irccharsets.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: desktop-file-utils
  15. BuildRequires: gettext
  16. BuildRequires: kdelibs4-devel
  17. BuildRequires: kdepimlibs-devel
  18. BuildRequires: libXScrnSaver-devel
  19. BuildRequires: phonon-devel
  20. BuildRequires: qca2-devel
  21. BuildRequires: soprano-devel
  22. %description
  23. A simple and easy to use IRC client with support for
  24. strikeout; multi-channel joins; away / unaway messages;
  25. ignore list functionality; support for foreign
  26. language characters; auto-connect to server; optional timestamps
  27. to chat windows; configurable background colors and much more
  28. %prep
  29. %setup -q -n %{name}-%{version}%{?pre:-%{pre}}
  30. %patch100 -p1 -b .jis7
  31. %build
  32. mkdir -p %{_target_platform}
  33. pushd %{_target_platform}
  34. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  35. %cmake \
  36. -DCMAKE_BUILD_TYPE=release \
  37. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  38. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  39. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  40. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  41. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  42. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  43. ..
  44. popd
  45. make %{?_smp_mflags} -C %{_target_platform}
  46. %install
  47. rm -rf %{buildroot}
  48. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  49. ## File lists
  50. # locale's
  51. #find_lang %{name} --with-kde
  52. %find_lang %{name}
  53. %check
  54. desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/konversation.desktop
  55. %clean
  56. rm -rf %{buildroot}
  57. %post
  58. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  59. %posttrans
  60. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  61. %postun
  62. if [ $1 -eq 0 ] ; then
  63. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  64. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  65. fi
  66. %files -f %{name}.lang
  67. %defattr(-,root,root,-)
  68. %doc ChangeLog COPYING README TODO
  69. %{_bindir}/konversation
  70. %{_datadir}/applications/kde4/konversation.desktop
  71. %{_datadir}/kde4/services/*.protocol
  72. %{_datadir}/kde4/apps/konversation/
  73. %{_datadir}/kde4/apps/kconf_update/konversation*
  74. %{_datadir}/icons/hicolor/*/*/*
  75. %doc %{_datadir}/doc/HTML/*
  76. %changelog
  77. * Sun May 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-2
  78. - add BuildRequires: soprano-devel
  79. * Sat Jan 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-1
  80. - new upstream release
  81. * Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.3-2
  82. - initial build for Vine Linux
  83. - added Patch100 to avoid encoding detection failure
  84. * Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.3-1
  85. - konversation-1.2.3
  86. * Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.2-1
  87. - konversation-1.2.2
  88. * Wed Feb 03 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-3
  89. - test out qt46/cpu/fonts patch (kde#215256)
  90. * Thu Jan 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-2
  91. - use %%{_kde4_version}
  92. * Thu Nov 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2.1-1
  93. - konversation-1.2.1
  94. * Fri Oct 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-1
  95. - konversation-1.2 (final)
  96. * Sat Oct 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.12.rc1
  97. - konversation-1.2-rc1
  98. * Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.11.beta1
  99. - With auto-expand input box, ircview doesn't scroll (kdebug #208097)
  100. * Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.10.beta1
  101. - konversation-1.2-beta1
  102. * Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.9.20090919svn
  103. - localized snapshot
  104. * Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.8.20090919svn1025849
  105. - konversation-20090919svn1025849 snapshot, for marker line testing
  106. * Mon Aug 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.6.alpha6
  107. - BR: qca2-devel, libXScrnSaver-devel
  108. * Tue Aug 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.5.alpha6
  109. - add min kdelibs4 version
  110. * Sat Aug 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.4.alpha6
  111. - konversation-1.2-alpha6
  112. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.3.alpha4
  113. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  114. * Fri Jul 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.2.alpha4
  115. - konversation-1.2-alpha4
  116. * Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2-0.1.alpha3
  117. - konversation-1.2-alpha3
  118. - optimize scriptlets
  119. * Mon Mar 02 2009 Dennis gilmore <dennis@ausil.us> - 1.1-6
  120. - make Patch and %%patch use the same number
  121. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
  122. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  123. * Sun Feb 22 2009 Dennis Gilmore <dennis@ausil.us> - 1.1-4
  124. - rebuild
  125. * Fri Feb 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1-3
  126. - patch media script for amarok2 support
  127. * Wed Feb 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1-2
  128. - s/for KDE//
  129. * Thu Aug 07 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-1
  130. - update to 1.1 final
  131. * Tue Jul 15 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-0.2.rc1
  132. - fix stupidity
  133. * Tue Jul 15 2008 Dennis Gilmore <dennis@ausil.us> - 1.1-0.1.rc1
  134. - update to 1.1 rc1
  135. * Wed Apr 09 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.1-6
  136. - apply patch from upstream handling CVE-2007-4400 correctly
  137. - reenable media script
  138. * Mon Mar 10 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-5
  139. - drop Requires: kdebase3 (#435873)
  140. - f9+: dfi vendor fedora -> kde
  141. - %%doc ChangeLog COPYING README TODO
  142. * Thu Feb 07 2008 Dennis Gilmore <dennis@ausil.us> - 1.0.1-4
  143. - remove /usr/share/apps/konversation/scripts/media for CVE-2007-4400
  144. * Tue Aug 28 2007 Dennis Gilmore <dennis@ausil.us> - 1.0.1-3
  145. - clarify license GPLv2+, and rebuild for F8
  146. * Tue Oct 17 2006 Dennis Gilmore <dennis@ausil.us> - 1.0.1-2
  147. - add gettext as br so translations get built correctly
  148. * Fri Oct 06 2006 Dennis Gilmore <dennis@ausil.us> - 1.0.1-1
  149. - Upgrade to 1.0.1
  150. * Thu Sep 14 2006 Dennis Gilmore <dennis@ausil.us> - 1.0-1
  151. - Upgrade to 1.0 :)
  152. * Sat Sep 02 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-3
  153. - rebuild for fc6
  154. * Tue Feb 14 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-2
  155. - rebuild for fc5
  156. * Mon Jan 30 2006 Dennis Gilmore <dennis@ausil.us> - 0.19-1
  157. - update to 0.19
  158. * Thu Dec 22 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-6
  159. - Rebuild for gcc 4.1
  160. * Sat Oct 20 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-5
  161. - add BuildRequires desktop-file-utils http://fedoraproject.org/wiki/QAChecklist
  162. - add %%post and %%postun scriptlets to notify of new icons per
  163. - http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#implementation_notes
  164. * Sun Jul 03 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-4
  165. - Explicly export QT lib and include dirs for x86_64 build issue
  166. * Tue Jun 28 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-3
  167. - Destop-file-install, change gcc4 patch to configure
  168. remove unneeded build deps.
  169. * Mon Jun 27 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-2
  170. - Fix build requires,set QT, %%lang'ify LOCALE bits and HTML docs
  171. move automake to prep
  172. * Sat Jun 25 2005 Dennis Gilmore <dennis@ausil.us> - 0.18-1
  173. - Initial build