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

Revision 7721, 7.6 KB checked in by kudoh, 11 years ago (diff)

--force-log

Line 
1Name: liferea
2Version: 1.8.15
3Release: 1%{?_dist_release}
4License: GPL
5Group: Applications/Internet
6URL: http://liferea.sourceforge.net/
7Source0: http://prdownloads.sourceforge.net/liferea/%{name}-%{version}.tar.bz2
8#Patch0: 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
21BuildRequires: unique-devel json-glib-devel
22BuildRoot: %{_tmppath}/%{name}-%{version}-root
23
24Summary: aggregator for online news feeds
25Summary(ja): オンラインニュースアグリゲータ
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%description
31Liferea is an aggregator for online news feeds. There are many other news
32readers available, but these others are not available for Linux or require
33many extra libraries to be installed. Liferea tries to fill this gap by
34creating a fast, easy to use, easy to install news aggregator for GTK/GNOME.
35
36Technical Details
37 * RSS/RDF, CDF, Atom, OCS, OPML.
38 * Filters to scrape websites or postprocess feeds.
39 * Supports Enclosures (Podcasting).
40 * Bandwidth saving by supporting feed specified update intervals,
41   HTTP compression and etags.
42
43Liferea is an abbreviation for Linux Feed Reader.
44
45%description -l ja
46liferea はオンラインニュースフィードのアグリゲータです。
47多くのニュースリーダーがありますが、それらは Linux では利用できない、
48または多くの追加ライブラリをインストールする必要があります。
49liferea は GTK/GNOME で高速且つ簡単に使用とインストールが可能な
50ニュースアグリゲータを作成することでこのギャップを埋めようとしたものです。
51
52技術面の詳細
53 * RSS/RDF 、CDF 、Atom 、OCS、OPML。
54 * ウェブサイトをまとめたり、あるいはフィードを後処理するためのフィルタ。
55 * Enclosures (Podcasting) をサポート。
56 * フィードのアップデート間隔の指定、HTTP 圧縮と etags のサポートで帯域幅を節約。
57
58Liferea は Linux Feed Reader を省略したものです。
59
60%prep
61%setup -q
62#%patch0 -p1 -b .lX11
63
64%build
65#libtoolize --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 README
100%config %{_sysconfdir}/gconf/schemas/*
101%{_bindir}/*
102%{_datadir}/applications/*
103%{_datadir}/%{name}/*
104%{_datadir}/icons/*
105%{_mandir}/man?/*
106
107%changelog
108* Sat Jun 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.15-1
109- new upstream release
110
111* Sun May 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.14-1
112- new upstream release
113
114* Sat Jan 05 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.12-1
115- new upstream release
116
117* Sat Dec 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.11-1
118- new upstream release
119
120* Wed Oct 31 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.10-1
121- new upstream release
122- changed archive type gzip to bz2
123
124* Tue Oct 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.9-1
125- new upstream release
126
127* Sun Sep 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.8-1
128- new upstream release
129
130* Wed Aug 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.7-1
131- new upstream release
132
133* Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.6-1
134- new upstream release
135
136* Sun Apr 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.5-1
137- new upstream release
138
139* Sun Mar 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.3-1
140- new upstream release
141
142* Thu Mar 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.2-1
143- new upstream release
144
145* Sat Mar 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.1b-1
146- new upstream release
147
148* Sun Dec 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.0-1
149- new upstream release
150- dropt patch0
151- added BuildRequires: unique-devel json-glib-devel
152- stopped running autoreconf and libtoolize
153
154* Wed Nov 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.7-1
155- new upstream release
156- dropt BuildRequires: xulrunner-devel
157
158* Wed Jun 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.6b-1
159- new upstream release
160
161* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.5-1
162- new upstream release
163- added BuildRequires: libtool, libSM-devel, perl-XML-Parser
164- run autoreconf in %%build
165- deleted unrecognized option
166- used %%{?_smp_mflags}
167
168* Thu Jul 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.4-1
169- new upstream release
170- added patch1 from Fedora
171
172* Thu Mar 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.3-1
173- new upstream release
174
175* Fri Feb 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.2-1
176- new upstream release
177- changed BuildRequires: xulrunner-devel-unstable to xulrunner-devel
178- done libtoolize --copy --force before configure
179
180* Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.1-2
181- added Japanese description
182
183* Thu Dec 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.1-1
184- new upstream release
185
186* Thu Aug 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-2
187- run gtk-update-icon-cache in %post, %postun
188- added BuildRequires: libsoup-devel, WebKit-gtk-devel
189
190* Fri Aug 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-1
191- new upstream release
192
193* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.26-1
194- new upstream release
195
196* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.23-3
197- rebuilt with gnutls-2.6.3
198
199* Sat Jan 17 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.4.23-2
200- disabled GtkHTML2 support
201- updated --with-gecko configure option
202- added BuildRequires: libxslt-devel, sqlite3-devel and libglade2-devel
203
204* Fri Jan  2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.23-1
205- new upstream release
206- BuildRequires: gecko-devel-unstable (instead of firefox-devel)
207
208* Tue Nov 27 2007 IWAI, Masaharu <iwai@alib.jp> 1.4.8-0vl1
209- new upstream release
210
211* Sun Sep  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.1-0vl1
212- new upstream release
213- added Japanese summary
214- using firefox instead of mozilla
215
216* Mon Jan 16 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> - 1.0-0vl2
217- fixed %pre and %post scripts.
218
219* Thu Dec 29 2005 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.0-0vl1
220- new upstream
221- update description
222
223* Sun Dec 12 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.6.4b-0vl1
224- new upstream
225
226* Fri Oct 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.6.0-0vl2
227- add defattr in files section
228
229* Sun Oct  3 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.6.0-0vl1
230- new upstream
231
232* Tue Aug 24 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.5.3b-0vl1
233- new upstream
234- add BuildPreReq zlib-devel mozilla-devel gettext
235- install gconf schemas
236
237* Sun Feb 15 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.4.6b-0vl1
238- Initial build.
239
Note: See TracBrowser for help on using the repository browser.