Author: glen Date: Tue Apr 26 20:52:52 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.1.15 git snap: - fixes copying files with spaces in it - gio module libgiofm.so dropped in favour of glib 2.27.0 x-scheme-handler/* - libfm/gnome-terminal dropped as it's no longer using g_app_info_launch
---- Files affected: packages/libfm: libfm.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/libfm/libfm.spec diff -u packages/libfm/libfm.spec:1.7 packages/libfm/libfm.spec:1.8 --- packages/libfm/libfm.spec:1.7 Tue Apr 26 22:34:19 2011 +++ packages/libfm/libfm.spec Tue Apr 26 22:52:47 2011 @@ -2,26 +2,27 @@ Summary: Helper library for pcmanfm Summary(pl.UTF-8): Biblioteka pomocnicza do pcmanfm Name: libfm -Version: 0.1.14 -Release: 1 +Version: 0.1.15 +Release: 2.git3625952cea License: GPL v2+ Group: Libraries -Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz -# Source0-md5: d55e51dced6bb9ef46665243b079761f +Source0: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}+git-3625952cea.orig.tar.gz +# Source0-md5: 5a63ab70b24bb178b2cefb2ab49680cd Patch0: %{name}-link.patch URL: http://pcmanfm.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel -BuildRequires: glib2-devel +BuildRequires: glib2-devel >= 1:2.27.0 BuildRequires: gtk+2-devel BuildRequires: gtk-doc BuildRequires: intltool >= 0.40.0 BuildRequires: libtool BuildRequires: menu-cache-devel BuildRequires: pkgconfig -BuildRequires: rpm >= 4.4.9-56 +Requires(post,postun): /sbin/ldconfig Requires(post,postun): shared-mime-info +Requires: glib2 >= 1:2.27.0 # in case someone want to split this package into smaller ones Provides: libfm-gtk BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -62,7 +63,7 @@ korzystajÄ…cego z libfm. %prep -%setup -q +%setup -qn %{name} %patch0 -p1 %build @@ -92,13 +93,10 @@ %doc AUTHORS TODO %{_sysconfdir}/xdg/libfm %attr(755,root,root) %{_bindir}/libfm-pref-apps -%attr(755,root,root) %{_libdir}/gio/modules/libgiofm.so %attr(755,root,root) %{_libdir}/libfm-gtk.so.0.0.0 %attr(755,root,root) %ghost %{_libdir}/libfm-gtk.so.0 %attr(755,root,root) %{_libdir}/libfm.so.0.0.0 %attr(755,root,root) %ghost %{_libdir}/libfm.so.0 -%dir %{_libdir}/libfm -%attr(755,root,root) %{_libdir}/libfm/gnome-terminal %{_desktopdir}/libfm-pref-apps.desktop %{_datadir}/libfm %{_datadir}/mime/packages/libfm.xml @@ -124,6 +122,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/04/26 20:52:47 glen +- up to 0.1.15 git snap: + - fixes copying files with spaces in it + - gio module libgiofm.so dropped in favour of glib 2.27.0 x-scheme-handler/* + - libfm/gnome-terminal dropped as it's no longer using g_app_info_launch + Revision 1.7 2011/04/26 20:34:19 glen - bR glib2-devel, gtk-doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libfm/libfm.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
