[xarchiver] - aarch64 support (#926742) - fixing bogus date in the changelog

Jaromír Cápík jcapik at fedoraproject.org
Fri Apr 5 16:20:19 UTC 2013


commit 819755167f0db837916aa26c78fc5ba71378a141
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Fri Apr 5 18:20:05 2013 +0200

    - aarch64 support (#926742)
    - fixing bogus date in the changelog

 xarchiver.spec |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/xarchiver.spec b/xarchiver.spec
index b80a4c2..726ed55 100644
--- a/xarchiver.spec
+++ b/xarchiver.spec
@@ -1,6 +1,6 @@
 Name:           xarchiver
 Version:        0.5.2
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Archive manager for Xfce
 
 Group:          Applications/Archiving
@@ -32,12 +32,17 @@ Patch6:         xarchiver-0.5.2-drag-n-drop_escaped_path.patch
 
 BuildRequires:  gtk2-devel, libxml2-devel, gettext, desktop-file-utils
 BuildRequires:  xfce4-dev-tools >= 4.3.90.2
+BuildRequires:  autoconf >= 2.69
+BuildRequires:  libtool
+BuildRequires:  automake
+BuildRequires:  intltool
+
 Requires:       arj, binutils, bzip2, cpio, gzip, xdg-utils, tar, unzip, zip
 
 %description
-Xarchiver is a lightweight GTK2 only frontend for manipulating 7z, arj, bzip2, 
-gzip, iso, rar, lha, tar, zip, RPM and deb files. It allows you to create 
-archives and add, extract, and delete files from them. Password protected 
+Xarchiver is a lightweight GTK2 only frontend for manipulating 7z, arj, bzip2,
+gzip, iso, rar, lha, tar, zip, RPM and deb files. It allows you to create
+archives and add, extract, and delete files from them. Password protected
 archives in the arj, 7z, rar, and zip formats are supported.
 
 
@@ -54,6 +59,7 @@ chmod -x src/mime.*
 %patch6 -p1 -b .dnd_escaped_path
 
 %build
+autoreconf -vif
 %configure
 make %{?_smp_mflags}
 
@@ -115,6 +121,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Apr 04 2013 Jaromir Capik <jcapik at redhat.com> - 0.5.2-16
+- aarch64 support (#926742)
+- fixing bogus date in the changelog
+
 * Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.5.2-15
 - Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
 - Cleanup spec as per recently changed packaging guidelines
@@ -218,7 +228,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Require binutils, cpio and htmlview.
 - Add mimetypes application/x-ar, application/x-cd-image and application/x-deb.
 
-* Tue Nov 27 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.4-1
+* Mon Nov 27 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.4-1
 - Update to 0.4.4.
 
 * Sat Nov 25 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-0.3.rc2


More information about the scm-commits mailing list