Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9b4cbf60fd9ae24299a2e0e28cf6a3f2 > files > 1

eatmydata-82-4.mga5.src.rpm

%define fname	libeatmydata

Summary:	A small wrapper to disable fsync and related functions
Name:		eatmydata
Version:	82
Release:	%mkrel 4
Group:		File tools
License:	GPLv3
URL:		https://launchpad.net/%{fname}
Source0:	http://launchpad.net/%{fname}/trunk/release-%{version}/+download/%{fname}-%{version}.tar.bz2
Provides:	%{fname}

%description 
libeatmydata is a small LD_PRELOAD library designed to (transparently) disable
fsync (and friends, like open(O_SYNC)). This has two side-effects: making
software that writes data safely to disk a lot quicker and making this software
no longer crash safe.

DO NOT use libeatmydata on software where you care about what it stores. It's
called libEAT-MY-DATA for a reason.

%prep
%setup -q -n %{fname}-%version

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README COPYING
%{_bindir}/*
%{_libdir}/*
/usr/libexec/eatmydata.sh



%changelog
* Wed Oct 15 2014 umeabot <umeabot> 82-4.mga5
+ Revision: 745064
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 82-3.mga5
+ Revision: 678914
- Mageia 5 Mass Rebuild

* Tue Oct 22 2013 umeabot <umeabot> 82-2.mga4
+ Revision: 541520
- Mageia 4 Mass Rebuild

* Sun Oct 13 2013 tv <tv> 82-1.mga4
+ Revision: 496153
- imported package eatmydata


* Sun Oct 13 2013 Thierry Vignaud <tv@mageia.org> 
- initial release