Use /var/tmp by default for writing large tmp files, rhbz#1060324
- http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
This commit is contained in:
parent
a4389e76fa
commit
5a3996114f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gtk-recordmydesktop
|
Name: gtk-recordmydesktop
|
||||||
Version: 0.3.8
|
Version: 0.3.8
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: GUI Desktop session recorder with audio and video
|
Summary: GUI Desktop session recorder with audio and video
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -31,6 +31,8 @@ exposes the program functionality in a usable way.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
# Use /var/tmp by default
|
||||||
|
sed -i -e 's@"/tmp"@"/var/tmp"@' src/rmdConfig.*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -62,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 03 2015 Mat Booth <mat.booth@redhat.com> - 0.3.8-12
|
||||||
|
- Use /var/tmp by default for writing large tmp files, rhbz#1060324
|
||||||
|
- http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-11
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user