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