rednotebook-vl.spec 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. Name: rednotebook
  3. Version: 1.5.0
  4. Release: 2%{?_dist_release}
  5. Summary: A desktop journal
  6. Summary(ja): デスクトップダイアリー
  7. Group: Applications/Productivity
  8. License: GPLv2+
  9. URL: http://rednotebook.sourceforge.net/
  10. Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
  11. #Patch0: fix_install_data.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. BuildRequires: python-devel
  15. BuildRequires: python-setuptools
  16. BuildRequires: desktop-file-utils
  17. Requires: PyYAML
  18. Requires: pygtk2
  19. Requires: gnome-python-extras
  20. Requires: hicolor-icon-theme
  21. Requires: pywebkitgtk
  22. Requires: python-chardet
  23. %description
  24. RedNotebook is a desktop journal that makes it very easy for you
  25. to keep track of the stuff you do and the thoughts you have. This
  26. journal software helps you to write whole passages or just facts,
  27. and does so in style.
  28. %description-l ja
  29. RedNotebook はあなたの行動、及び考えているアイデアの推移の
  30. 追跡を非常に簡単にするデスクトップ・ジャーナルです。
  31. このジャーナル・ソフトウェアは、あなたが全体の推移、
  32. あるいは事実の記載をスタイリッシュに行えるよう手助けします。
  33. %prep
  34. %setup -q
  35. #%patch0 -p1
  36. %build
  37. python setup.py build
  38. %install
  39. rm -rf %{buildroot}
  40. python setup.py install --skip-build --root %{buildroot}
  41. %find_lang %{name}
  42. %clean
  43. rm -rf %{buildroot}
  44. %post
  45. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  46. %postun
  47. if [ $1 -eq 0 ] ; then
  48. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  49. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  50. fi
  51. %posttrans
  52. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  53. %files -f %{name}.lang
  54. %defattr(-,root,root,-)
  55. %doc AUTHORS CHANGELOG LICENSE README
  56. %{_bindir}/%{name}
  57. %{_datadir}/applications/%{name}.desktop
  58. %{_datadir}/pixmaps/%{name}.png
  59. %{_datadir}/icons/hicolor/*/*/%{name}.*
  60. %{python_sitelib}/%{name}/
  61. %{python_sitelib}/%{name}*.egg-info
  62. %changelog
  63. * Sat Jul 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-2
  64. - replaced source
  65. - fixed install data (merged patch)
  66. * Fri Jul 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
  67. - new upstream release
  68. - added Patch0 to fix install data
  69. * Tue Jun 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
  70. - new upstream release
  71. * Sat Jan 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
  72. - new upstream release
  73. * Sat Oct 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.0-1
  74. - new upstream release
  75. * Sat Aug 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.8-1
  76. - new upstream release
  77. - changed URL
  78. * Thu Jul 14 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.7-1
  79. - new upstream release
  80. * Fri May 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.6-1
  81. - new upstream release
  82. * Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.5-1
  83. - new upstream release
  84. * Fri Apr 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.4-1
  85. - new upstream release
  86. * Tue Dec 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.2-1
  87. - new upstream release
  88. * Mon Aug 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.1-1
  89. - new upstream release
  90. * Wed Aug 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
  91. - new upstream release
  92. * Wed Jun 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.0-1
  93. - new upstream release
  94. * Wed May 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.5-1
  95. - new upstream release
  96. - added Requires: pywebkitgtk, python-chardet
  97. * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.4-1
  98. - new upstream release
  99. * Wed Feb 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.3-1
  100. - new upstream release
  101. * Sun Feb 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-2
  102. - rebuilt with python-2.6.4-3
  103. * Fri Jan 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
  104. - initial build for VineSeed
  105. * Thu Sep 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.6.1-1
  106. - Update to 0.8.6.1, fixes #523880
  107. * Thu Sep 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.6-2
  108. - Fix libglade error with GTK 2.16.6 (#523880)
  109. * Fri Sep 04 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.6-1
  110. - Updated to new upstream version 0.8.6
  111. * Fri Aug 14 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.5-1
  112. - Updated to new upstream version 0.8.5 (fixes #518778)
  113. * Fri Aug 14 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.4-1
  114. - Updated to new upstream version 0.8.4
  115. * Fri Aug 07 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.3-1
  116. - Updated to new upstream version 0.8.3
  117. * Wed Jul 29 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.2-1
  118. - Updated to new upstream version 0.8.2
  119. * Sat Jul 25 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.1-1
  120. - Updated to new upstream version 0.8.1
  121. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  122. * Wed Jul 22 2009 Fabian Affolter <fabian@bernewireless.net> - 0.8.0-1
  123. - Updated BR python
  124. - Icon cache update added
  125. - Updated to new upstream version 0.8.0
  126. * Wed Jul 15 2009 Fabian Affolter <fabian@bernewireless.net> - 0.7.6-1
  127. - Updated to new upstream version 0.7.6
  128. * Mon Jul 06 2009 Fabian Affolter <fabian@bernewireless.net> - 0.7.5-1
  129. - Removed the shebang stuff, upstream changed this
  130. - Updated to new upstream version 0.7.5
  131. * Mon Jun 29 2009 Fabian Affolter <fabian@bernewireless.net> - 0.7.4-1
  132. - Moved the removing of the shebang to prep section
  133. - Updated to new upstream version 0.7.4
  134. * Thu May 26 2009 Fabian Affolter <fabian@bernewireless.net> - 0.7.2-1
  135. - Updated to new upstream version 0.7.2
  136. * Wed May 06 2009 Fabian Affolter <fabian@bernewireless.net> - 0.7.1-1
  137. - Updated to new upstream version 0.7.1
  138. * Wed May 06 2009 Fabian Affolter <fabian@bernewireless.net> - 0.6.9-1
  139. - Updated to new upstream version 0.6.9
  140. * Sun May 03 2009 Fabian Affolter <fabian@bernewireless.net> - 0.6.8-1
  141. - Updated to new upstream version 0.6.8
  142. * Tue Apr 21 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.7-1
  143. - Updated to new upstream version 0.6.7
  144. * Tue Apr 07 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.6-1
  145. - Updated to new upstream version 0.6.6
  146. * Fri Apr 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.5-1
  147. - Updated to new upstream version 0.6.5
  148. * Wed Mar 18 2009 Fabian Affolter <fabian@bernewireless.net> - 0.6.2-1
  149. - Added hicolor-icon-theme as a requirement
  150. - Added icons directory
  151. - Updated to new upstream version 0.6.2
  152. * Sat Mar 07 2009 Fabian Affolter <fabian@bernewireless.net> - 0.6.1-1
  153. - Updated to new upstream version 0.6.1
  154. - Renamed docs, added License file
  155. * Thu Feb 12 2009 Fabian Affolter <fabian@bernewireless.net> - 0.5.5-1
  156. - Updated to new upstream version 0.5.5
  157. * Sat Jan 24 2009 Fabian Affolter <fabian@bernewireless.net> - 0.5.2-1
  158. - Updated to new upstream version 0.5.2
  159. * Sat Jan 24 2009 Fabian Affolter <fabian@bernewireless.net> - 0.5.1-1
  160. - Initial package for Fedora