Browse Source

liferea-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5278 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
4a1f006c4c
1 changed files with 14 additions and 7 deletions
  1. 14 7
      l/liferea/liferea-vl.spec

+ 14 - 7
l/liferea/liferea-vl.spec

@@ -1,11 +1,11 @@
 Name: liferea
-Version: 1.6.7
+Version: 1.8.0
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
 URL: http://liferea.sourceforge.net/
 Source0: http://prdownloads.sourceforge.net/liferea/%{name}-%{version}.tar.gz
-Patch0: lX11.patch
+#Patch0: lX11.patch
 
 Requires(post): GConf2
 Requires(preun): GConf2
@@ -18,6 +18,7 @@ BuildRequires: dbus-devel dbus-glib-devel
 BuildRequires: libsoup-devel WebKit-gtk-devel
 BuildRequires: intltool >= 0.35
 BuildRequires: libtool libSM-devel perl-XML-Parser
+BuildRequires: unique-devel json-glib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Summary: aggregator for online news feeds
@@ -58,11 +59,11 @@ Liferea は Linux Feed Reader を省略したものです。
 
 %prep
 %setup -q
-%patch0 -p1 -b .lX11
+#%patch0 -p1 -b .lX11
 
 %build
-autoreconf
-libtoolize --copy --force
+#autoreconf
+#libtoolize --copy --force
 %configure --disable-schemas-install --enable-static=no
 %{__make} %{?_smp_mflags}
 
@@ -96,16 +97,22 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
+%doc AUTHORS COPYING ChangeLog INSTALL README
 %config %{_sysconfdir}/gconf/schemas/*
 %{_bindir}/*
-%{_libdir}/liferea
+#%{_libdir}/liferea
 %{_datadir}/applications/*
 %{_datadir}/%{name}/*
 %{_datadir}/icons/*
 %{_mandir}/man?/*
 
 %changelog
+* Sun Dec 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.0-1
+- new upstream release
+- dropt patch0
+- added BuildRequires: unique-devel json-glib-devel
+- stopped running autoreconf and libtoolize
+
 * Wed Nov 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.7-1
 - new upstream release
 - dropt BuildRequires: xulrunner-devel