]> git.pld-linux.org Git - packages/criu.git/commitdiff
C description must not be utf8 encoded
authorElan Ruusamäe <glen@delfi.ee>
Mon, 25 Nov 2013 19:54:53 +0000 (21:54 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 25 Nov 2013 19:54:53 +0000 (21:54 +0200)
criu.spec

index 9090d095a119a0f0eadbe3cff22c60ea2a3cdc86..ee3d9db8f3d893b332ec072d1dc2d244f9a5d905 100644 (file)
--- a/criu.spec
+++ b/criu.spec
@@ -10,9 +10,18 @@ URL:         http://criu.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: protobuf-c-devel
 BuildRequires: rpmbuild(macros) >= 1.228
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Checkpoint/Restore In Userspace, or CRIU, is a software tool for Linux
+operating system. Using this tool, you can freeze a running
+application (or part of it) and checkpoint it to a hard drive as a
+collection of files. You can then use the files to restore and run the
+application from the point it was frozen at. The distinctive feature
+of the CRIU project is that it is mainly implemented in user space.
+
+%description -l en.UTF-8
 Checkpoint/Restore In Userspace, or CRIU (pronounced kree-oo, IPA:
 /krɪʊ/, Russian: криу), is a software tool for Linux operating system.
 Using this tool, you can freeze a running application (or part of it)
@@ -34,11 +43,11 @@ sed -i -e 's#-O2#$(OPT)#g' Makefile*
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        SBINDIR=/sbin \
        MANDIR=%{_mandir} \
        DESTDIR=$RPM_BUILD_ROOT
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.104083 seconds and 4 git commands to generate.