Hello community,

here is the log from the commit of package mate-file-manager-sendto for 
openSUSE:Factory checked in at 2013-12-18 19:25:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-file-manager-sendto (Old)
 and      /work/SRC/openSUSE:Factory/.mate-file-manager-sendto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-file-manager-sendto"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-file-manager-sendto.new/mate-file-manager-sendto.changes
   2013-12-18 19:25:08.000000000 +0100
@@ -0,0 +1,44 @@
+-------------------------------------------------------------------
+Thu Sep 12 15:28:14 UTC 2013 - p.drou...@gmail.com
+
+- Forget to exclude gsettings schema convert; we don't need it
+
+-------------------------------------------------------------------
+Wed Apr  3 22:59:37 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.0
+  + fix incorrect FSF address
+  + AC_CONFIG_HEADERS to please automake 1.13
+  + update translations
+
+-------------------------------------------------------------------
+Tue Dec 18 17:23:42 UTC 2012 - nmo.marq...@gmail.com
+
+- Supress gajim subpackage and plugin; we dont have gajim on
+  openSUSE.
+
+-------------------------------------------------------------------
+Tue Dec 18 00:56:59 UTC 2012 - nmo.marq...@gmail.com
+
+- Split pidgin plugin in sub-package %{name}-pidgin
+
+-------------------------------------------------------------------
+Fri Nov 30 16:24:11 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 1.5.0
+  + remove autogenerated schema
+  + port to gsettings
+  + use GAppInfo instead of gsettings to get default mail client
+
+-------------------------------------------------------------------
+Sun Sep  9 16:46:37 UTC 2012 - nmo.marq...@gmail.com
+
+- rename .spec and .changes to 'mate-file-manager-sendto'
+- remove fdupes BR, many spec file cleanups
+- rename plugin sub-packages
+
+-------------------------------------------------------------------
+Wed Aug 29 23:59:56 CST 2012 - hillw...@linuxfans.org
+
+- Initial package , based on nautilus-sendto-2.32.0.spec
+

New:
----
  mate-file-manager-sendto-1.6.0.tar.xz
  mate-file-manager-sendto.changes
  mate-file-manager-sendto.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mate-file-manager-sendto.spec ++++++
#
# spec file for package mate-file-manager-sendto
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:           mate-file-manager-sendto
%define _name   caja-sendto
Version:        1.6.0
Release:        0
License:        GPL-2.0+
Summary:        A collection of 'sendto' plugins for MATE file manager
Url:            http://mate-desktop.org
Group:          System/GUI/Other
Source:         
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
%glib2_gsettings_schema_requires
Recommends:     %{name}-lang
Requires:       %{name}-upnp = %{version}-%{release}
Requires:       mate-file-manager >= 1.6.0

BuildRequires:  libgupnp-devel
BuildRequires:  mate-common
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  xz

%description
This package provides extra functionality to the MATE Desktop file
manager, caja. The core package includes CD burner, archiving, email
client links and devices.

%package pidgin
Summary:        Pidgin integration for the MATE Desktop file manager
Group:          System/GUI/Other
Requires:       pidgin
Requires:       %{name} = %{version}-%{release}

%description pidgin
This package provides pidgin integration to the MATE Desktop file
manager, caja.

%package upnp
Summary:        UPnP integration for the MATE Desktop file manager
Group:          System/GUI/Other
Requires:       %{name} = %{version}-%{release}

%description upnp
This package provides the functionality to the caja file browser to
send files over e-mail or instant messaging protocols via Evolution,
Empathy and Pidgin.

%package devel
Summary:        Development files for %{name}
Group:          Development/Libraries/X11
Requires:       %{name} = %{version}-%{release}
Requires:       %{name}-upnp = %{version}-%{release}
Requires:       %{name}-pidgin = %{version}-%{release}

%description devel
This package provides the functionality to the caja file browser to
send files over e-mail or instant messaging protocols via Evolution,
Empathy and Pidgin.

%lang_package

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-static
make %{?_smp_mflags} V=1

%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{_name}
# openSUSE doesn't provide gajim anymore, so we're wiping it out
if [ -f %{buildroot}%{_libdir}/caja-sendto/plugins/libnstgajim.so ]; then
   rm -rf %{buildroot}%{_libdir}/caja-sendto/plugins/libnstgajim.so
fi

%post
%glib2_gsettings_schema_post

%postun
%glib2_gsettings_schema_postun

%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS COPYING
%dir %{_libdir}/caja-sendto
%dir %{_libdir}/caja-sendto/plugins
%{_bindir}/*
%{_datadir}/%{_name}/
%exclude %{_datadir}/MateConf/
%{_datadir}/glib-2.0/schemas/org.mate.Caja.Sendto.gschema.xml
%{_libdir}/caja/
%{_libdir}/%{_name}/plugins/libnstburn.so
%{_libdir}/%{_name}/plugins/libnstremovable_devices.so
%{_libdir}/%{_name}/plugins/libnstemailclient.so
%{_mandir}/man1/caja-sendto.1.gz

%files pidgin
%defattr(-,root,root,-)
%{_libdir}/caja-sendto/plugins/libnstpidgin.so

%files upnp
%defattr(-,root,root,-)
%{_libdir}/caja-sendto/plugins/libnstupnp.so

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{_name}/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/%{_name}/

%files lang -f %{_name}.lang
%defattr(-,root,root,-)

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to