]> git.pld-linux.org Git - packages/liferea.git/blobdiff - liferea.spec
- updated to 1.4.15
[packages/liferea.git] / liferea.spec
index 9fc149b1d73f5647dac8dbccee47cc1b6bd413d7..ca5cc069d1b18885bcdca4e4aac73112905ef71d 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.0
+Version:       1.4.15
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz
-# Source0-md5: 501da54ff9a5ef0abbf6c84bff409f64
+# Source0-md5: e4ae96a0d41d94c31271ba791caec922
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-xulrunner.patch
 Patch2:                %{name}-lua51.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
@@ -93,7 +100,8 @@ Moduł przeglądarki HTML dla Liferea oparty na Mozilli.
 %patch2 -p1
 
 %build
-#%{__glib_gettextize}
+%{__glib_gettextize}
+%{__intltoolize}
 %{__aclocal}
 %{__libtoolize}
 %{__autoheader}
@@ -135,15 +143,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
@@ -151,11 +161,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.052823 seconds and 4 git commands to generate.