From 7a8067bd2bbfe318f0cf1d36828b4a8b4bc00f44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 25 Nov 2013 21:54:53 +0200 Subject: [PATCH] C description must not be utf8 encoded --- criu.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.43.0