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
This commit is contained in:
parent
9f1194583d
commit
7c909e1fbf
@ -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
|
Fri Jan 17 14:40:54 UTC 2014 - lazy.kent@opensuse.org
|
||||||
|
|
||||||
|
29
librcc.spec
29
librcc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package librcc
|
# 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
|
# 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,11 +21,11 @@
|
|||||||
Name: librcc
|
Name: librcc
|
||||||
Version: 0.2.12
|
Version: 0.2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Russian Charset Conversion Library
|
Summary: Russian Character Set Conversion Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
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
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: aspell-devel
|
BuildRequires: aspell-devel
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
@ -38,35 +38,36 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides posibility to automaticaly convert considered encodings (a lot
|
Provides the possibility to automatically convert considered
|
||||||
of languages is supported, not only russian one) to/from UTF-8. The
|
encodings to and from UTF-8. A lot of languages are supported, not
|
||||||
library is part of rusxmms patch.
|
just the Russian one. The library is part of the rusxmms patch.
|
||||||
|
|
||||||
%package -n %{name}%{major}
|
%package -n %{name}%{major}
|
||||||
Summary: Russian Charset Conversion Library
|
Summary: Russian Character Set Conversion Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: rcc-runtime
|
Requires: rcc-runtime
|
||||||
Supplements: packageand(unzip:aspell)
|
Supplements: packageand(unzip:aspell)
|
||||||
|
|
||||||
%description -n %{name}%{major}
|
%description -n %{name}%{major}
|
||||||
Provides posibility to automaticaly convert considered encodings (a lot
|
Provides the possibility to automatically convert considered
|
||||||
of languages is supported, not only russian one) to/from UTF-8. The
|
encodings to and from UTF-8. A lot of languages are supported, not
|
||||||
library is part of rusxmms patch.
|
just the Russian one. The library is part of the rusxmms patch.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Files for LibRCC
|
Summary: Development files for librcc, a charset conversion 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 LibRCC.
|
This subpackage contains libraries and header files for developing
|
||||||
|
applications that want to make use of librcc.
|
||||||
|
|
||||||
%package -n rcc-runtime
|
%package -n rcc-runtime
|
||||||
Summary: LibRCC Runtime Environment
|
Summary: LibRCC Runtime Environment
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n rcc-runtime
|
%description -n rcc-runtime
|
||||||
Runtime environment for the package LibRCC.
|
Runtime environment for the LibRCC package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user