Accepting request 344450 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/344450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librcd?expand=0&rev=3
This commit is contained in:
commit
593635adaf
@ -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
|
Fri Dec 6 19:02:07 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
24
librcd.spec
24
librcd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package librcd
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,35 +21,41 @@
|
|||||||
Name: librcd
|
Name: librcd
|
||||||
Version: 0.1.14
|
Version: 0.1.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Russian Charset Detection Library
|
Summary: Russian Character Set Detection Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://rusxmms.sourceforge.net
|
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
|
Source100: baselibs.conf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Automatic encoding detection library for russian/ukrainian languages.
|
librcd is a library for automatic encoding detection of
|
||||||
Optimized for very small words and phrases.
|
Russian/Ukrainian language texts.
|
||||||
|
|
||||||
%package -n %{name}%{major}
|
%package -n %{name}%{major}
|
||||||
Summary: Russian Charset Detection Library
|
Summary: Russian Charset Detection Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}%{major}
|
%description -n %{name}%{major}
|
||||||
Automatic encoding detection library for russian/ukrainian languages.
|
librcd is a library for automatic encoding detection of
|
||||||
Optimized for very small words and phrases.
|
Russian/Ukrainian language texts. It is optimized for very small
|
||||||
|
words and phrases.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Files for LibRCD
|
Summary: Development files for librcd, a charset detection library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}%{major} = %{version}
|
Requires: %{name}%{major} = %{version}
|
||||||
|
|
||||||
%description devel
|
%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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user