Accepting request 582208 from home:jengelh:branches:devel:libraries:c_c++
- Fix RPM groups and summaries. OBS-URL: https://build.opensuse.org/request/show/582208 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunistring?expand=0&rev=42
This commit is contained in:
parent
3e702306a6
commit
108358686e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 3 00:47:38 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Fix RPM groups and summaries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 19:55:09 UTC 2018 - astieger@suse.com
|
Wed Feb 28 19:55:09 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Name: libunistring
|
|||||||
Version: 0.9.9
|
Version: 0.9.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU Unicode string library
|
Summary: GNU Unicode string library
|
||||||
License: LGPL-3.0+ or GPL-2.0
|
License: LGPL-3.0-or-later OR GPL-2.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gnu.org/software/libunistring/
|
Url: http://www.gnu.org/software/libunistring/
|
||||||
Source0: http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/libunistring/libunistring-%{version}.tar.xz
|
||||||
@ -41,7 +41,7 @@ This portable C library implements Unicode string types in three flavours:
|
|||||||
case folding and regular expressions).
|
case folding and regular expressions).
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GNU Unicode string library - development files
|
Summary: Development files for the GNU Unicode string library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: info
|
Requires: info
|
||||||
@ -54,8 +54,8 @@ Development files for programs using libunistring and documentation
|
|||||||
for UniString library.
|
for UniString library.
|
||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: GNU Unicode string library - development files
|
Summary: GNU Unicode string library
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
This portable C library implements Unicode string types in three flavours:
|
This portable C library implements Unicode string types in three flavours:
|
||||||
|
Loading…
Reference in New Issue
Block a user