From: Elan Ruusamäe Date: Mon, 25 Nov 2013 19:54:53 +0000 (+0200) Subject: C description must not be utf8 encoded X-Git-Tag: auto/th/criu-1.0-2~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7a8067bd2bbfe318f0cf1d36828b4a8b4bc00f44;p=packages%2Fcriu.git C description must not be utf8 encoded --- diff --git a/criu.spec b/criu.spec index 9090d09..ee3d9db 100644 --- 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