Hello community,

here is the log from the commit of package atril for openSUSE:Factory checked 
in at 2016-05-30 09:58:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atril (Old)
 and      /work/SRC/openSUSE:Factory/.atril.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atril"

Changes:
--------
--- /work/SRC/openSUSE:Factory/atril/atril.changes      2016-05-23 
16:40:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2016-05-30 
09:58:36.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 24 16:25:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Add a missing mathjax dependency to atril-backends.
+- Rename atril-caja package to caja-extension-atril.
+- Supplement caja-extension-atril if atril and caja are installed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ atril.spec ++++++
--- /var/tmp/diff_new_pack.zWmwWG/_old  2016-05-30 09:58:37.000000000 +0200
+++ /var/tmp/diff_new_pack.zWmwWG/_new  2016-05-30 09:58:37.000000000 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkg-config
 BuildRequires:  texlive-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -106,31 +107,35 @@
 %package backends
 Summary:        Atril shared libraries (View and Document)
 Group:          System/Libraries
+Requires:       mathjax
 # mate-document-viewer-libs-3 was last used in openSUSE 13.1.
 Provides:       mate-document-viewer-libs-3 = %{version}
-Obsoletes:      mate-document-viewer < %{version}
 Obsoletes:      mate-document-viewer-libs-3 < %{version}
 
 %description backends
 Atril is a document viewer capable of displaying multiple and single
 page document formats like PDF and Postscript.
 
-%package caja
-Summary:        MATE Desktop document viewer file manager extension
+%package -n caja-extension-%{name}
+Summary:        Atril extension for Caja file manager
 Group:          System/GUI/Other
 Requires:       %{name} = %{version}
 Requires:       caja >= %{_version}
+Supplements:    packageand(caja:%{name})
+# atril-caja was last used in openSUSE Leap 42.1.
+Provides:       %{name}-caja = %{version}
+Obsoletes:      %{name}-caja < %{version}
 # mate-document-viewer-caja was last used in openSUSE 13.1.
 Provides:       mate-document-viewer-caja = %{version}
 Obsoletes:      mate-document-viewer-caja < %{version}
 
-%description caja
+%description -n caja-extension-%{name}
 Atril is a document viewer capable of displaying multiple and single
 page document formats like PDF and Postscript.
 
-This package contains the mate-document-viewer extension for the
-caja file manager.
-It adds an additional tab called "Document" to the file properties dialog.
+This package contains the Atril extension for the Caja file manager.
+It adds an additional tab called "Document" to the file properties
+dialog.
 
 %package devel
 Summary:        MATE Desktop document viewer development files
@@ -147,7 +152,7 @@
 page document formats like PDF and Postscript.
 
 %package thumbnailer
-Summary:        Atril thumbnailer extension for caja
+Summary:        Atril thumbnailer extension for Caja
 Group:          System/GUI/Other
 Requires:       %{name} = %{version}
 Requires:       caja >= %{_version}
@@ -156,19 +161,19 @@
 Atril is a document viewer capable of displaying multiple and single
 page document formats like PDF and Postscript.
 
-This package contains the atril extension for the caja file manager.
+This package contains the Atril extension for the Caja file manager.
 
 %prep
 %setup -q
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static                    \
   --with-pic                          \
   --libexecdir=%{_libexecdir}/%{name} \
   --with-gtk=2.0                      \
-  --enable-introspection              \
-  --enable-gtk-doc
+  --enable-introspection
 make %{?_smp_mflags}
 
 %install
@@ -178,10 +183,6 @@
 %suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{_datadir}/
 
-if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
-    rm -rf %{buildroot}%{_datadir}/MateConf/
-fi
-
 %post
 %icon_theme_cache_post
 %desktop_database_post
@@ -240,7 +241,7 @@
 %{_datadir}/gir-1.0/*.gir
 %{_datadir}/gtk-doc/html/
 
-%files caja
+%files -n caja-extension-%{name}
 %defattr(-,root,root)
 %{_datadir}/caja/extensions/libatril-properties-page.caja-extension
 %{_libdir}/caja/
@@ -260,7 +261,7 @@
 
 %files thumbnailer
 %defattr(-,root,root)
-%dir %{_datadir}/thumbnailers
+%dir %{_datadir}/thumbnailers/
 %{_datadir}/thumbnailers/atril.thumbnailer
 
 %files lang -f %{name}.lang


Reply via email to