Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit xarchiver for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Jan 2011 13:31:56 +0100
- Message-id: <20110110123156.C2936202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package xarchiver for openSUSE:Factory
checked in at Mon Jan 10 13:31:56 CET 2011.
--------
--- xarchiver/xarchiver.changes 2010-03-28 12:47:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/xarchiver/xarchiver.changes 2010-12-27
00:29:59.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Dec 26 23:00:28 UTC 2010 - gber@xxxxxxxxxxxx
+
+- added xarchiver-0.5.2+20090319-honor-docdir.patch in order to
+ prevent documentation to be installed in /usr/share/doc
+- actually use fdupes
+- improved summary/description
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
xarchiver-0.5.2+20090319-honor-docdir.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xarchiver.spec ++++++
--- /var/tmp/diff_new_pack.bAeLvg/_old 2011-01-10 13:31:06.000000000 +0100
+++ /var/tmp/diff_new_pack.bAeLvg/_new 2011-01-10 13:31:06.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xarchiver (Version 0.5.2+20090319)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,13 +19,14 @@
Name: xarchiver
Version: 0.5.2+20090319
-Release: 4
+Release: 5
License: GPLv2+
-Summary: Archiver front-end
-Url: http://www.xfce.org/
+Summary: Lightweight, desktop-independent archive manager
+Url: http://xarchiver.sourceforge.net/
Group: Productivity/Archiving/Compression
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.1
+Patch0: xarchiver-0.5.2+20090319-honor-docdir.patch
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig(dbus-1)
@@ -34,6 +35,7 @@
BuildRequires: pkgconfig(pango)
BuildRequires: startup-notification
BuildRequires: update-desktop-files
+BuildRequires: xfce4-dev-tools
Recommends: bzip2
Recommends: gzip
Recommends: p7zip
@@ -44,17 +46,20 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-This package provides development files for Xarchiver
-Xarchiver it's only a frontend who runs the archiver and reports ITS
-error messages.
+Xarchiver is a lightweight, desktop-independent archive manager, it has been
+designed from the ground up to be fast and with a clean and intuitive user
+interface. It supports the 7-zip, arj, bzip2, gzip, rar, lha, lzma, lzop, deb,
+rpm, tar and zip archive formats.
%prep
%setup -q
+%patch0 -p1
# fix spurious executable permissions of some debug files
chmod -x src/mime.*
%build
-%configure
+xdt-autogen
+%configure --docdir=%{_defaultdocdir}/%{name}
make %{?_smp_mflags}
%install
@@ -62,6 +67,7 @@
install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
install -D -m 0644 ./icons/48x48/xarchiver.png
%{buildroot}%{_datadir}/pixmaps/xarchiver.png
%suse_update_desktop_file -i %{name} GTK Archiving Utility
+%fdupes %{buildroot}%{_datadir}
%find_lang %{name}
%clean
@@ -70,16 +76,12 @@
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/xarchiver
-%{_libexecdir}/thunar-archive-plugin/xarchiver*
-%dir %{_libexecdir}/thunar-archive-plugin
+%{_libexecdir}/thunar-archive-plugin
+%{_datadir}/applications/xarchiver.desktop
+%{_datadir}/icons/*/*/*/*
%{_datadir}/pixmaps/xarchiver/
%{_datadir}/pixmaps/xarchiver.png
-%{_datadir}/applications/xarchiver.*
-%{_datadir}/icons/*/*/*/*
-%{_mandir}/man1/*
-%dir %{_datadir}/icons/hicolor
-%dir %{_datadir}/icons/hicolor/48x48
-%dir %{_datadir}/icons/hicolor/48x48/apps
-%doc %{_datadir}/doc/xarchiver
+%doc %{_mandir}/man1/xarchiver.1*
+%doc %{_defaultdocdir}/%{name}
%changelog
++++++ xarchiver-0.5.2+20090319-honor-docdir.patch ++++++
diff -ur xarchiver-0.5.2+20090319.orig/doc/Makefile.am
xarchiver-0.5.2+20090319/doc/Makefile.am
--- xarchiver-0.5.2+20090319.orig/doc/Makefile.am 2009-03-19
11:12:47.000000000 +0100
+++ xarchiver-0.5.2+20090319/doc/Makefile.am 2010-12-27 00:13:26.000000000
+0100
@@ -1,4 +1,4 @@
-DOCDIR = $(DESTDIR)$(datadir)/doc/@PACKAGE@
+DOCDIR = $(DESTDIR)$(docdir)
HTML_FILES = \
html/ch01.html \
html/ch01s02.html \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |