[recordmydesktop/f19] Re-run autoreconf to add support for aarch64, rhbz #926435

mbooth mbooth at fedoraproject.org
Mon Apr 29 13:09:18 UTC 2013


commit cd4a9812b13c1fad5a7d8adf6d9b3d2920d23433
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Mon Apr 29 14:08:29 2013 +0100

    Re-run autoreconf to add support for aarch64, rhbz #926435

 recordmydesktop-autoreconf.patch | 2779 --------------------------------------
 recordmydesktop.spec             |   16 +-
 2 files changed, 6 insertions(+), 2789 deletions(-)
---
diff --git a/recordmydesktop.spec b/recordmydesktop.spec
index 50df9f4..7739a89 100644
--- a/recordmydesktop.spec
+++ b/recordmydesktop.spec
@@ -1,6 +1,6 @@
 Name:           recordmydesktop
 Version:        0.3.8.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Desktop session recorder with audio and video
 
 Group:          Applications/Multimedia
@@ -23,9 +23,6 @@ Patch2:         recordmydesktop-sane-theora-defaults.patch
 # 2010-01-15: patch submitted upstream:
 # https://sourceforge.net/tracker/?func=detail&aid=2894861&group_id=172357&atid=861428
 Patch3:         recordmydesktop-fix-configure-ac-jack-support.patch
-# diff after running "autoreconf"
-Patch4:         recordmydesktop-autoreconf.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libXdamage-devel, libSM-devel
 BuildRequires:  libXext-devel
@@ -52,32 +49,31 @@ exposes the program functionality in a usable way.
 %patch1 -p1 -b .ALSA-default
 %patch2 -p1 -b .sane-theora-defaults
 %patch3 -p1 -b .fix-configure-ac-jack-support
-%patch4 -p1 -b .autoreconf
 
 #chmod -x $RPM_BUILD_DIR/%{name}-%{version}/src/load_cache.c \
 #         $RPM_BUILD_DIR/%{name}-%{version}/include/rmdtypes.h \
 #         $RPM_BUILD_DIR/%{name}-%{version}/src/cache_frame.c
 
 %build
+# re-run autoreconf to add support for aarch64
+autoreconf -i -f
 %configure
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog
 %{_bindir}/*
 %{_mandir}/man?/*
 
 
 %changelog
+* Mon Apr 29 2013 Mat Booth <fedora at matbooth.co.uk> - 0.3.8.1-10
+- Re-run autoreconf to add support for aarch64, rhbz #926435
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list