Browse Source

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

f19
Mat Booth 11 years ago
parent
commit
cd4a9812b1
2 changed files with 6 additions and 2789 deletions
  1. +0
    -2779
      recordmydesktop-autoreconf.patch
  2. +6
    -10
      recordmydesktop.spec

+ 0
- 2779
recordmydesktop-autoreconf.patch
File diff suppressed because it is too large
View File


+ 6
- 10
recordmydesktop.spec View File

@@ -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@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@lists.fedoraproject.org> - 0.3.8.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild



Loading…
Cancel
Save