Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1952 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
526a7f61dc
1 changed files with 12 additions and 4 deletions
  1. 12 4
      l/liferea/liferea-vl.spec

+ 12 - 4
l/liferea/liferea-vl.spec

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