Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2014-11-03 13:11:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and      /work/SRC/openSUSE:Factory/.python-caja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-caja"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2014-10-05 
20:33:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes     
2014-11-03 13:13:07.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Oct 30 18:39:46 UTC 2014 - [email protected]
+
+- Use pygobject-3.0 instead of pygobject-2.0.
+- Spec cleanup.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-caja.spec ++++++
--- /var/tmp/diff_new_pack.eZbBGF/_old  2014-11-03 13:13:08.000000000 +0100
+++ /var/tmp/diff_new_pack.eZbBGF/_new  2014-11-03 13:13:08.000000000 +0100
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define _name   caja-python
 Name:           python-caja
 Version:        1.8.1
 Release:        0
 Summary:        Python bindings for Caja
-License:        GPL-2.0
+License:        GPL-2.0+
 Group:          System/GUI/Other
-Url:            http://mate-desktop.org
+Url:            http://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 BuildRequires: mate-common
-BuildRequires:  libtool
-BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(libcaja-extension) >= 1.8.0
-BuildRequires:  pkgconfig(pygobject-2.0)
-Requires:       python-gobject2
-# we can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate")
+BuildRequires:  pkgconfig(pygobject-3.0)
+BuildRequires:  pkgconfig(python)
+Requires:       python-gobject
+# We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
 Requires:       typelib(Caja)
 Provides:       python-mate-file-manager = %{version}
 Obsoletes:      python-mate-file-manager < %{version}
@@ -50,38 +51,36 @@
 Development files needed for writing Caja Python extensions
 This package contains bindings to write Nautilus extensions with Python.
 It allows writing menu, property pages and column providers extensions,
-so that Nautilus functionality can be easily extended.
+so that Caja functionality can be easily extended.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-%configure --disable-static \
+%configure \
+    --disable-static                                                    \
            --enable-gtk-doc
 make %{?jobs:-j%jobs}
 
 %install
-%makeinstall
-# New dir where python extensions get installed. It's not created by make
-# install (bgo#638890).
-test ! -d %{buildroot}%{_datadir}/caja-python/extensions
-mkdir -p %{buildroot}%{_datadir}/caja-python/extensions
+%make_install
+# New dir where python extensions get installed. It's not created by make 
install (bgo#638890).
+test ! -d %{buildroot}%{_datadir}/%{_name}/extensions/
+mkdir -p %{buildroot}%{_datadir}/%{_name}/extensions/
 find %{buildroot} -type f -name "*.la" -delete -print
-# Move documentation to correct directory
-mkdir -p %{buildroot}%{_docdir}
-mv %{buildroot}%{_datadir}/doc/python-caja %{buildroot}%{_docdir}
+# Move documentation to correct directory.
+mkdir -p %{buildroot}%{_docdir}/
+mv -f %{buildroot}%{_datadir}/doc/python-caja/ %{buildroot}%{_docdir}/
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libdir}/caja/extensions-2.0/libcaja-python.so
-%dir %{_datadir}/caja-python
-%dir %{_datadir}/caja-python/extensions
-%{_docdir}/%{name}
+%{_libdir}/caja/extensions-2.0/lib%{_name}.so
+%{_datadir}/%{_name}/
 
 %files devel
 %defattr(-,root,root)
-%{_datadir}/gtk-doc/html/caja-python/
-%{_libdir}/pkgconfig/caja-python.pc
+%{_datadir}/gtk-doc/html/%{_name}/
+%{_libdir}/pkgconfig/%{_name}.pc
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to