/[packages]/updates/infra_2/eatmydata/current/SPECS/eatmydata.spec
ViewVC logotype

Annotation of /updates/infra_2/eatmydata/current/SPECS/eatmydata.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 675417 - (hide annotations) (download)
Sun Sep 14 14:37:21 2014 UTC (9 years, 7 months ago) by tv
File size: 936 byte(s)
fix path
1 tv 496153 %define fname libeatmydata
2    
3     Summary: A small wrapper to disable fsync and related functions
4     Name: eatmydata
5     Version: 82
6 umeabot 541520 Release: %mkrel 2
7 tv 496153 Group: File tools
8     License: GPLv3
9     URL: https://launchpad.net/%{fname}
10     Source0: http://launchpad.net/%{fname}/trunk/release-%{version}/+download/%{fname}-%{version}.tar.bz2
11     Provides: %{fname}
12    
13     %description
14     libeatmydata is a small LD_PRELOAD library designed to (transparently) disable
15     fsync (and friends, like open(O_SYNC)). This has two side-effects: making
16     software that writes data safely to disk a lot quicker and making this software
17     no longer crash safe.
18    
19     DO NOT use libeatmydata on software where you care about what it stores. It's
20     called libEAT-MY-DATA for a reason.
21    
22     %prep
23     %setup -q -n %{fname}-%version
24    
25     %build
26     %configure2_5x
27     %make
28    
29     %install
30     %makeinstall_std
31 tv 675417 mv %buildroot{%_libdir,libexec}/eatmydata.sh
32 tv 496153
33     %files
34     %doc README COPYING
35     %{_bindir}/*
36     %{_libdir}/*
37     /usr/libexec/eatmydata.sh
38    

  ViewVC Help
Powered by ViewVC 1.1.30