|
@@ -1,17 +1,39 @@
|
|
|
Name: xarchiver
|
|
|
Version: 0.5.2
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Release: 4%{?_dist_release}
|
|
|
Summary: Archive manager for Xfce
|
|
|
-Summary(ja): Xfceのアーカイブマネージャ
|
|
|
+Summary(ja): Xfce のアーカイブマネージャ
|
|
|
|
|
|
Group: Applications/Archiving
|
|
|
License: GPLv2+
|
|
|
URL: http://xarchiver.xfce.org/
|
|
|
Source0: http://downloads.sourceforge.net/xarchiver/xarchiver-%{version}.tar.bz2
|
|
|
+
|
|
|
+Patch0: xarchiver-0.5.2-no-donators-menu.patch
|
|
|
+Patch1: xarchiver-0.5.2-default-archive-format.patch
|
|
|
+# add_xz_support.patch by Robby Workman taken from
|
|
|
+# http://slackbuilds.org/slackbuilds/13.1/system/xarchiver/xarchiver-0.5.2-add_xz_support.patch
|
|
|
+# sent upstream through
|
|
|
+# https://sourceforge.net/tracker/?func=detail&aid=2847624&group_id=140153&atid=745600
|
|
|
+Patch2: xarchiver-0.5.2-add_xz_support.patch
|
|
|
+# rpm2cpio.patch by Daniel Hokka Zakrisson
|
|
|
+# taken from https://bugzilla.redhat.com/show_bug.cgi?id=577480
|
|
|
+# sent upstream through
|
|
|
+# https://sourceforge.net/tracker/?func=detail&aid=3310768&group_id=140153&atid=745602
|
|
|
+Patch3: xarchiver-0.5.2-rpm2cpio.patch
|
|
|
+# segfault-open-with.patch by Bastiaan Jacques
|
|
|
+# taken from https://bugzilla.redhat.com/show_bug.cgi?id=690012
|
|
|
+# sent upstream through
|
|
|
+# https://sourceforge.net/tracker/?func=detail&aid=3310778&group_id=140153&atid=745600
|
|
|
+Patch4: xarchiver-0.5.2-segfault-open-with.patch
|
|
|
+# fix-7z-support.patch by taken from
|
|
|
+# https://sourceforge.net/tracker/?func=detail&aid=3137589&group_id=140153&atid=745602
|
|
|
+Patch5: xarchiver-0.5.2-fix_7z_support.patch
|
|
|
+
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: gtk2-devel, libxml2-devel, gettext, desktop-file-utils
|
|
|
-BuildRequires: glib2-devel >= 2.10.0 intltool >= 0.31
|
|
|
+BuildRequires: glib2-devel >= 2.10.0 intltool >= 0.31 libtool
|
|
|
#BuildRequires: xfce4-dev-tools >= 4.3.90.2
|
|
|
Requires: binutils, bzip2, cpio, gzip, xdg-utils, tar, unzip, zip
|
|
|
|
|
@@ -27,6 +49,12 @@ archives in the 7z, rar, and zip formats are supported.
|
|
|
%setup -q
|
|
|
# fix spurious executable permissions of some debug files
|
|
|
chmod -x src/mime.*
|
|
|
+%patch0 -p2 -b .no-donators-menu
|
|
|
+%patch1 -p1 -b .default-archive-format
|
|
|
+%patch2 -p1 -b .add_xz_support
|
|
|
+%patch3 -p1 -b .rpm2cpio
|
|
|
+%patch4 -p1 -b .segfault-open-with
|
|
|
+%patch5 -p1 -b .fix_7z_support
|
|
|
|
|
|
%build
|
|
|
%configure
|
|
@@ -89,14 +117,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
-* Fri May 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.2-3
|
|
|
+* Fri Jun 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-4
|
|
|
+- added patch0,1,2,3,4,5 from Fedora development
|
|
|
+- added BuildRequires: libtool
|
|
|
+
|
|
|
+* Fri May 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-3
|
|
|
- fixed desktop-file-install --add-category section
|
|
|
- added BuildRequires: glib2-devel >= 2.10.0 intltool >= 0.31
|
|
|
|
|
|
-* Sun Apr 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.2-2vl5
|
|
|
+* Sun Apr 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-2vl5
|
|
|
- fixed BuildRoot tag
|
|
|
|
|
|
-* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.2-1vl5
|
|
|
+* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1vl5
|
|
|
- initial release for VineSeed (import Fedora Package)
|
|
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
|