From 4c16dae92f0c68b0748efe4ff293e90e1942d3966486c494d58326c09ea37454 Mon Sep 17 00:00:00 2001 From: Kyrill Detinov Date: Sun, 15 Nov 2015 10:03:52 +0000 Subject: [PATCH] Accepting request 344443 from home:jengelh:branches:devel:libraries:c_c++ - Utilize new URL for source tarball (old one yielded NXDOMAIN). Update summary/description slightly. OBS-URL: https://build.opensuse.org/request/show/344443 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librcd?expand=0&rev=4 --- librcd.changes | 6 ++++++ librcd.spec | 24 +++++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/librcd.changes b/librcd.changes index 1525713..07c2c57 100644 --- a/librcd.changes +++ b/librcd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 15 09:29:56 UTC 2015 - jengelh@inai.de + +- Utilize new URL for source tarball (old one yielded NXDOMAIN). + Update summary/description slightly. + ------------------------------------------------------------------- Fri Dec 6 19:02:07 UTC 2013 - jengelh@inai.de diff --git a/librcd.spec b/librcd.spec index fa1c2e4..f8902aa 100644 --- a/librcd.spec +++ b/librcd.spec @@ -1,7 +1,7 @@ # # spec file for package librcd # -# Copyright (c) 2013 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,35 +21,41 @@ Name: librcd Version: 0.1.14 Release: 0 -Summary: Russian Charset Detection Library +Summary: Russian Character Set Detection Library License: LGPL-2.1+ 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 Source100: baselibs.conf BuildRequires: libtool BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Automatic encoding detection library for russian/ukrainian languages. -Optimized for very small words and phrases. +librcd is a library for automatic encoding detection of +Russian/Ukrainian language texts. %package -n %{name}%{major} Summary: Russian Charset Detection Library Group: System/Libraries %description -n %{name}%{major} -Automatic encoding detection library for russian/ukrainian languages. -Optimized for very small words and phrases. +librcd is a library for automatic encoding detection of +Russian/Ukrainian language texts. It is optimized for very small +words and phrases. %package devel -Summary: Development Files for LibRCD +Summary: Development files for librcd, a charset detection library Group: Development/Libraries/C and C++ Requires: %{name}%{major} = %{version} %description devel -Development files for the package LibRCD. +librcd is a library for automatic encoding detection of +Russian/Ukrainian language texts. It is optimized for very small +words and phrases. + +This subpackage contains libraries and header files for developing +applications that want to make use of librcd. %prep %setup -q