]> git.pld-linux.org Git - packages/liferea.git/blobdiff - liferea.spec
- release 2 (xulrunner 1.8.1.12)
[packages/liferea.git] / liferea.spec
index 0bf29ee048153c03111d379781082baf86d53ee6..1cd4c7e05dc9dbf1a6e9634521ab2a8fa4743143 100644 (file)
@@ -1,4 +1,6 @@
-# TODO: create subpackage -lua (?)
+# TODO:
+# - create subpackage -lua (?)
+# - webkit support
 #
 # Conditional build:
 %bcond_without dbus            # without DBUS support
 Summary:       A RSS feed reader
 Summary(pl.UTF-8):     Program do pobierania informacji w formacie RSS
 Name:          liferea
-Version:       1.4.5
-Release:       1
+Version:       1.4.11
+Release:       2
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz
-# Source0-md5: 82addfd4aa5b8d842ff60a945933eec3
+# Source0-md5: b96a479a4b72560cbdd8df8b7efd24b3
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-xulrunner.patch
 Patch2:                %{name}-lua51.patch
-Patch3:                %{name}-free.patch
+Patch3:                %{name}-no_versioned_soname.patch
 URL:           http://liferea.sourceforge.net/
 BuildRequires: GConf2-devel >= 2.10.0
+%{?with_nm:BuildRequires:      NetworkManager-devel}
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 %{?with_dbus:BuildRequires:    dbus-glib-devel >= 0.33}
+BuildRequires: gettext-devel
+BuildRequires: gnutls-devel
 BuildRequires: gtk+2-devel >= 2:2.8.0
 BuildRequires: intltool >= 0.35.5
+BuildRequires: libglade2-devel >= 2.0.0
 %{?with_gtkhtml:BuildRequires: libgtkhtml-devel >= 2.6.3}
 BuildRequires: libnotify-devel >= 0.3.2
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 1:2.6.19
+BuildRequires: libxml2-devel >= 1:2.6.27
 BuildRequires: libxslt-devel >= 1.1.19
 %{?with_lua:BuildRequires:     lua51-devel}
-%{?with_nm:BuildRequires:      NetworkManager-devel}
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: sqlite3-devel
 %{?with_xulrunner:BuildRequires:       xulrunner-devel}
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
@@ -139,15 +145,17 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/liferea
+%attr(755,root,root) %{_bindir}/liferea-add-feed
+%attr(755,root,root) %{_bindir}/liferea-bin
 %dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*.so.*.*.*
+%attr(755,root,root) %{_libdir}/%{name}/liblinotiflibnotify.so
 %{_iconsdir}/hicolor/48x48/apps/liferea.png
-%{_mandir}/pl/man1/liferea.1*
 %{_sysconfdir}/gconf/schemas/liferea.schemas
 %{_datadir}/%{name}
 %{_desktopdir}/*.desktop
 %{_mandir}/man1/liferea.1*
+%{_mandir}/pl/man1/liferea.1*
 %if %{with lua}
 %attr(755,root,root) %{_libdir}/%{name}/libliscrlua.so
 %endif
@@ -155,11 +163,11 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with gtkhtml}
 %files gtkhtml
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/liblihtmlg.so*
+%attr(755,root,root) %{_libdir}/%{name}/liblihtmlg.so
 %endif
 
 %if %{with xulrunner}
 %files mozilla
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/liblihtmlx.so*
+%attr(755,root,root) %{_libdir}/%{name}/liblihtmlx.so
 %endif
This page took 0.110055 seconds and 4 git commands to generate.