[packages/criu] C description must not be utf8 encoded

glen glen at pld-linux.org
Mon Nov 25 20:54:56 CET 2013


commit 7a8067bd2bbfe318f0cf1d36828b4a8b4bc00f44
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Nov 25 21:54:53 2013 +0200

    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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/criu.git/commitdiff/7a8067bd2bbfe318f0cf1d36828b4a8b4bc00f44



More information about the pld-cvs-commit mailing list