Hello community,
here is the log from the commit of package thunar-plugin-archive for
openSUSE:Factory checked in at 2012-04-19 10:40:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thunar-plugin-archive (Old)
and /work/SRC/openSUSE:Factory/.thunar-plugin-archive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunar-plugin-archive", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/thunar-plugin-archive/thunar-plugin-archive.changes
2011-10-11 17:05:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.thunar-plugin-archive.new/thunar-plugin-archive.changes
2012-04-19 10:40:57.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Mar 27 14:01:23 UTC 2012 - [email protected]
+
+- added source URL
+
+-------------------------------------------------------------------
+Thu Mar 22 19:56:00 UTC 2012 - [email protected]
+
+- updated URL
+- corrected summary
+- updated build dependencies
+- split off -lang subpackage
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thunar-plugin-archive.spec ++++++
--- /var/tmp/diff_new_pack.fzLIhw/_old 2012-04-19 10:40:58.000000000 +0200
+++ /var/tmp/diff_new_pack.fzLIhw/_new 2012-04-19 10:40:58.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package thunar-plugin-archive
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -20,19 +20,22 @@
%define plugin_name thunar-archive-plugin
Name: thunar-plugin-archive
-Group: System/GUI/XFCE
-Url: http://thunar.xfce.org/plugins.html#thunar-archive-plugin
-License: GPL-2.0+
+Url: http://users.xfce.org/~benny/projects/thunar-archive-plugin/
Version: 0.3.0
-Release: 1
-Source0: %{plugin_name}-%{version}.tar.bz2
+Release: 0
+Source0:
http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/%{plugin_name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM
thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch
[email protected] -- Make file-roller really extract files to the current
directory to match the behavior of xarchiver
Patch0: thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch
-Summary: Thunar Plugin Providing Xarchiver Integration
+Summary: Thunar Plugin Providing Integration with Archive Managers
+License: GPL-2.0+
+Group: System/GUI/XFCE
BuildRequires: intltool
BuildRequires: thunar-devel >= %{thunar_version}
+BuildRequires: pkgconfig(exo-1)
+BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRequires: pkgconfig(thunarx-2)
Requires: thunar >= %{thunar_version}
+Recommends: %{name}-lang = %{version}
Provides: %{plugin_name} = %{version}
Obsoletes: %{plugin_name} < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +46,7 @@
manager. It provides scripting interface that can be used to adapt it to
different archive managers.
+%lang_package
%prep
%setup -q -n %{plugin_name}-%{version}
@@ -54,27 +58,29 @@
%install
%make_install
+
+rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-archive-plugin.la
+
# remove unsupported locales
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name}
-rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-archive-plugin.la
+
+%find_lang %{plugin_name} %{?no_lang_C}
%clean
rm -rf "%{buildroot}"
-%if 0%{?suse_version} >= 1140
-
%post
%icon_theme_cache_post
%postun
%icon_theme_cache_postun
-%endif
-%files -f %{plugin_name}.lang
+%files
%defattr(-,root,root)
%{_libdir}/thunarx-2/thunar-archive-plugin.so
%{_libexecdir}/thunar-archive-plugin
%{_datadir}/icons/*/*/*/tap-*.png
+%files lang -f %{plugin_name}.lang
+
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]