liferea-vl.spec 5.7 KB

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