Re-run autoreconf to add support for aarch64, rhbz #926435
This commit is contained in:
parent
0aa472eb69
commit
cd4a9812b1
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
Name: recordmydesktop
|
Name: recordmydesktop
|
||||||
Version: 0.3.8.1
|
Version: 0.3.8.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Desktop session recorder with audio and video
|
Summary: Desktop session recorder with audio and video
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -23,9 +23,6 @@ Patch2: recordmydesktop-sane-theora-defaults.patch
|
|||||||
# 2010-01-15: patch submitted upstream:
|
# 2010-01-15: patch submitted upstream:
|
||||||
# https://sourceforge.net/tracker/?func=detail&aid=2894861&group_id=172357&atid=861428
|
# https://sourceforge.net/tracker/?func=detail&aid=2894861&group_id=172357&atid=861428
|
||||||
Patch3: recordmydesktop-fix-configure-ac-jack-support.patch
|
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: libXdamage-devel, libSM-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
@ -52,32 +49,31 @@ exposes the program functionality in a usable way.
|
|||||||
%patch1 -p1 -b .ALSA-default
|
%patch1 -p1 -b .ALSA-default
|
||||||
%patch2 -p1 -b .sane-theora-defaults
|
%patch2 -p1 -b .sane-theora-defaults
|
||||||
%patch3 -p1 -b .fix-configure-ac-jack-support
|
%patch3 -p1 -b .fix-configure-ac-jack-support
|
||||||
%patch4 -p1 -b .autoreconf
|
|
||||||
|
|
||||||
#chmod -x $RPM_BUILD_DIR/%{name}-%{version}/src/load_cache.c \
|
#chmod -x $RPM_BUILD_DIR/%{name}-%{version}/src/load_cache.c \
|
||||||
# $RPM_BUILD_DIR/%{name}-%{version}/include/rmdtypes.h \
|
# $RPM_BUILD_DIR/%{name}-%{version}/include/rmdtypes.h \
|
||||||
# $RPM_BUILD_DIR/%{name}-%{version}/src/cache_frame.c
|
# $RPM_BUILD_DIR/%{name}-%{version}/src/cache_frame.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# re-run autoreconf to add support for aarch64
|
||||||
|
autoreconf -i -f
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README ChangeLog
|
%doc AUTHORS COPYING README ChangeLog
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user