|
@@ -1,5 +1,5 @@
|
|
Name: liferea
|
|
Name: liferea
|
|
-Version: 1.6.4
|
|
+Version: 1.6.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -18,6 +18,7 @@ BuildRequires: xulrunner-devel
|
|
BuildRequires: dbus-devel dbus-glib-devel
|
|
BuildRequires: dbus-devel dbus-glib-devel
|
|
BuildRequires: libsoup-devel WebKit-gtk-devel
|
|
BuildRequires: libsoup-devel WebKit-gtk-devel
|
|
BuildRequires: intltool >= 0.35
|
|
BuildRequires: intltool >= 0.35
|
|
|
|
+BuildRequires: libtool libSM-devel perl-XML-Parser
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Summary: aggregator for online news feeds
|
|
Summary: aggregator for online news feeds
|
|
@@ -61,10 +62,10 @@ Liferea は Linux Feed Reader を省略したものです。
|
|
%patch0 -p1 -b .lX11
|
|
%patch0 -p1 -b .lX11
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+autoreconf
|
|
libtoolize --copy --force
|
|
libtoolize --copy --force
|
|
-%configure --disable-gtkhtml2 --with-gecko=libxul \
|
|
+%configure --disable-schemas-install --enable-static=no
|
|
- --disable-webkit --disable-schemas-install
|
|
+%{__make} %{?_smp_mflags}
|
|
-%{__make}
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
%{__rm} -rf %{buildroot}
|
|
%{__rm} -rf %{buildroot}
|
|
@@ -107,6 +108,13 @@ fi
|
|
%{_mandir}/man?/*
|
|
%{_mandir}/man?/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BuildRequires: libtool, libSM-devel, perl-XML-Parser
|
|
|
|
+- run autoreconf in %%build
|
|
|
|
+- deleted unrecognized option
|
|
|
|
+- used %%{?_smp_mflags}
|
|
|
|
+
|
|
* Thu Jul 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.4-1
|
|
* Thu Jul 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added patch1 from Fedora
|
|
- added patch1 from Fedora
|