source: projects/specs/trunk/l/liferea/liferea-vl.spec @ 5225

Revision 5225, 6.3 KB checked in by kudoh, 13 years ago (diff)

liferea-vl.spec

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