liferea-vl.spec 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. Name: liferea
  2. Version: 1.8.9
  3. Release: 1%{?_dist_release}
  4. License: GPL
  5. Group: Applications/Internet
  6. URL: http://liferea.sourceforge.net/
  7. Source0: http://prdownloads.sourceforge.net/liferea/%{name}-%{version}.tar.gz
  8. #Patch0: lX11.patch
  9. Requires(post): GConf2
  10. Requires(preun): GConf2
  11. BuildRequires: GConf2-devel gtk2-devel gnome-vfs2-devel
  12. BuildRequires: libxml2-devel zlib-devel gettext
  13. BuildRequires: libxslt-devel sqlite3-devel libglade2-devel
  14. BuildRequires: libnotify-devel gnutls-devel
  15. BuildRequires: dbus-devel dbus-glib-devel
  16. BuildRequires: libsoup-devel WebKit-gtk-devel
  17. BuildRequires: intltool >= 0.35
  18. BuildRequires: libtool libSM-devel perl-XML-Parser
  19. BuildRequires: unique-devel json-glib-devel
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  21. Summary: aggregator for online news feeds
  22. Summary(ja): オンラインニュースアグリゲータ
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. %description
  26. Liferea is an aggregator for online news feeds. There are many other news
  27. readers available, but these others are not available for Linux or require
  28. many extra libraries to be installed. Liferea tries to fill this gap by
  29. creating a fast, easy to use, easy to install news aggregator for GTK/GNOME.
  30. Technical Details
  31. * RSS/RDF, CDF, Atom, OCS, OPML.
  32. * Filters to scrape websites or postprocess feeds.
  33. * Supports Enclosures (Podcasting).
  34. * Bandwidth saving by supporting feed specified update intervals,
  35. HTTP compression and etags.
  36. Liferea is an abbreviation for Linux Feed Reader.
  37. %description -l ja
  38. liferea はオンラインニュースフィードのアグリゲータです。
  39. 多くのニュースリーダーがありますが、それらは Linux では利用できない、
  40. または多くの追加ライブラリをインストールする必要があります。
  41. liferea は GTK/GNOME で高速且つ簡単に使用とインストールが可能な
  42. ニュースアグリゲータを作成することでこのギャップを埋めようとしたものです。
  43. 技術面の詳細
  44. * RSS/RDF 、CDF 、Atom 、OCS、OPML。
  45. * ウェブサイトをまとめたり、あるいはフィードを後処理するためのフィルタ。
  46. * Enclosures (Podcasting) をサポート。
  47. * フィードのアップデート間隔の指定、HTTP 圧縮と etags のサポートで帯域幅を節約。
  48. Liferea は Linux Feed Reader を省略したものです。
  49. %prep
  50. %setup -q
  51. #%patch0 -p1 -b .lX11
  52. %build
  53. #libtoolize --copy --force
  54. %configure --disable-schemas-install --enable-static=no
  55. %{__make} %{?_smp_mflags}
  56. %install
  57. %{__rm} -rf %{buildroot}
  58. %makeinstall
  59. rm -f $RPM_BUILD_ROOT%{_libdir}/liferea/*.{a,la}
  60. rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  61. %find_lang %{name}
  62. %clean
  63. %{__rm} -rf %{buildroot}
  64. %preun
  65. GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null
  66. %post
  67. GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null
  68. touch --no-create %{_datadir}/icons/hicolor
  69. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  70. gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
  71. fi
  72. %postun
  73. touch --no-create %{_datadir}/icons/hicolor
  74. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  75. gtk-update-icon-cache -q %{_datadir}/icons/hicolor ||:
  76. fi
  77. %files -f %{name}.lang
  78. %defattr(-,root,root)
  79. %doc AUTHORS COPYING ChangeLog INSTALL README
  80. %config %{_sysconfdir}/gconf/schemas/*
  81. %{_bindir}/*
  82. %{_datadir}/applications/*
  83. %{_datadir}/%{name}/*
  84. %{_datadir}/icons/*
  85. %{_mandir}/man?/*
  86. %changelog
  87. * Tue Oct 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.9-1
  88. - new upstream release
  89. * Sun Sep 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.8-1
  90. - new upstream release
  91. * Wed Aug 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.7-1
  92. - new upstream release
  93. * Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.6-1
  94. - new upstream release
  95. * Sun Apr 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.5-1
  96. - new upstream release
  97. * Sun Mar 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.3-1
  98. - new upstream release
  99. * Thu Mar 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.2-1
  100. - new upstream release
  101. * Sat Mar 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.1b-1
  102. - new upstream release
  103. * Sun Dec 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.0-1
  104. - new upstream release
  105. - dropt patch0
  106. - added BuildRequires: unique-devel json-glib-devel
  107. - stopped running autoreconf and libtoolize
  108. * Wed Nov 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.7-1
  109. - new upstream release
  110. - dropt BuildRequires: xulrunner-devel
  111. * Wed Jun 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.6b-1
  112. - new upstream release
  113. * Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.5-1
  114. - new upstream release
  115. - added BuildRequires: libtool, libSM-devel, perl-XML-Parser
  116. - run autoreconf in %%build
  117. - deleted unrecognized option
  118. - used %%{?_smp_mflags}
  119. * Thu Jul 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.4-1
  120. - new upstream release
  121. - added patch1 from Fedora
  122. * Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.3-1
  123. - new upstream release
  124. * Fri Feb 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.2-1
  125. - new upstream release
  126. - changed BuildRequires: xulrunner-devel-unstable to xulrunner-devel
  127. - done libtoolize --copy --force before configure
  128. * Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.1-2
  129. - added Japanese description
  130. * Thu Dec 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.1-1
  131. - new upstream release
  132. * Thu Aug 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-2
  133. - run gtk-update-icon-cache in %post, %postun
  134. - added BuildRequires: libsoup-devel, WebKit-gtk-devel
  135. * Fri Aug 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-1
  136. - new upstream release
  137. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.26-1
  138. - new upstream release
  139. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.23-3
  140. - rebuilt with gnutls-2.6.3
  141. * Sat Jan 17 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.4.23-2
  142. - disabled GtkHTML2 support
  143. - updated --with-gecko configure option
  144. - added BuildRequires: libxslt-devel, sqlite3-devel and libglade2-devel
  145. * Fri Jan 2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.23-1
  146. - new upstream release
  147. - BuildRequires: gecko-devel-unstable (instead of firefox-devel)
  148. * Tue Nov 27 2007 IWAI, Masaharu <iwai@alib.jp> 1.4.8-0vl1
  149. - new upstream release
  150. * Sun Sep 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.1-0vl1
  151. - new upstream release
  152. - added Japanese summary
  153. - using firefox instead of mozilla
  154. * Mon Jan 16 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> - 1.0-0vl2
  155. - fixed %pre and %post scripts.
  156. * Thu Dec 29 2005 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.0-0vl1
  157. - new upstream
  158. - update description
  159. * Sun Dec 12 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.6.4b-0vl1
  160. - new upstream
  161. * Fri Oct 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.6.0-0vl2
  162. - add defattr in files section
  163. * Sun Oct 3 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.6.0-0vl1
  164. - new upstream
  165. * Tue Aug 24 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.5.3b-0vl1
  166. - new upstream
  167. - add BuildPreReq zlib-devel mozilla-devel gettext
  168. - install gconf schemas
  169. * Sun Feb 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.4.6b-0vl1
  170. - Initial build.