From 7c909e1fbfef988c88e04d59e99f3fc36e9c020fc4e45f51a7c576b18dab2f24 Mon Sep 17 00:00:00 2001 From: Kyrill Detinov Date: Sun, 15 Nov 2015 10:04:18 +0000 Subject: [PATCH] Accepting request 344447 from home:jengelh:branches:devel:libraries:c_c++ - Grammar corrections to description. Utilize new URL for source tarball (old one yielded NXDOMAIN). OBS-URL: https://build.opensuse.org/request/show/344447 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librcc?expand=0&rev=17 --- librcc.changes | 6 ++++++ librcc.spec | 29 +++++++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/librcc.changes b/librcc.changes index bf72e11..9380038 100644 --- a/librcc.changes +++ b/librcc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 15 09:27:42 UTC 2015 - jengelh@inai.de + +- Grammar corrections to description. + Utilize new URL for source tarball (old one yielded NXDOMAIN). + ------------------------------------------------------------------- Fri Jan 17 14:40:54 UTC 2014 - lazy.kent@opensuse.org diff --git a/librcc.spec b/librcc.spec index 623a4fe..892fd7c 100644 --- a/librcc.spec +++ b/librcc.spec @@ -1,7 +1,7 @@ # # spec file for package librcc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,11 @@ Name: librcc Version: 0.2.12 Release: 0 -Summary: Russian Charset Conversion Library +Summary: Russian Character Set Conversion Library License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://rusxmms.sourceforge.net -Source0: http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2 +Source: http://darksoft.org/files/rusxmms/%name-%version.tar.bz2 Source1: baselibs.conf BuildRequires: aspell-devel BuildRequires: db-devel @@ -38,35 +38,36 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Provides posibility to automaticaly convert considered encodings (a lot -of languages is supported, not only russian one) to/from UTF-8. The -library is part of rusxmms patch. +Provides the possibility to automatically convert considered +encodings to and from UTF-8. A lot of languages are supported, not +just the Russian one. The library is part of the rusxmms patch. %package -n %{name}%{major} -Summary: Russian Charset Conversion Library +Summary: Russian Character Set Conversion Library Group: System/Libraries Requires: rcc-runtime Supplements: packageand(unzip:aspell) %description -n %{name}%{major} -Provides posibility to automaticaly convert considered encodings (a lot -of languages is supported, not only russian one) to/from UTF-8. The -library is part of rusxmms patch. +Provides the possibility to automatically convert considered +encodings to and from UTF-8. A lot of languages are supported, not +just the Russian one. The library is part of the rusxmms patch. %package devel -Summary: Development Files for LibRCC +Summary: Development files for librcc, a charset conversion library Group: Development/Libraries/C and C++ Requires: %{name}%{major} = %{version} %description devel -Development files for the package LibRCC. +This subpackage contains libraries and header files for developing +applications that want to make use of librcc. %package -n rcc-runtime Summary: LibRCC Runtime Environment Group: System/Libraries %description -n rcc-runtime -Runtime environment for the package LibRCC. +Runtime environment for the LibRCC package. %prep %setup -q