Accepting request 583019 from home:jengelh:branches:GNOME:Factory
- Fix SRPM group. Update descriptions. OBS-URL: https://build.opensuse.org/request/show/583019 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libthai?expand=0&rev=48
This commit is contained in:
parent
4a9be96d27
commit
e75414da83
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 15:40:22 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Fix SRPM group. Update descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:36:34 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:36:34 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
48
libthai.spec
48
libthai.spec
@ -21,62 +21,58 @@ Version: 0.1.27
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thai Language Support Routines
|
Summary: Thai Language Support Routines
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://linux.thai.net/plone/TLWG/libthai/
|
Url: http://linux.thai.net/plone/TLWG/libthai/
|
||||||
Source: https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
|
Source: https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: libdatrie-devel
|
BuildRequires: libdatrie-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibThai is a set of Thai language support routines aimed to ease
|
LibThai is a set of Thai language support routines to aid
|
||||||
developers' tasks to incorporate Thai language support in their
|
incorporation of Thai language support into applications. It includes
|
||||||
applications. It includes important Thai-specific functions, such as
|
important Thai-specific functions, such as word breaking, input and
|
||||||
word breaking, input and output methods, and basic character and string
|
output methods, and basic character and string support.
|
||||||
support.
|
|
||||||
|
|
||||||
%package -n libthai0
|
%package -n libthai0
|
||||||
Summary: Thai Language Support Routines
|
Summary: Thai Language Support Routines
|
||||||
# SLPP applied since version 0.1.15.
|
# SLPP applied since version 0.1.15.
|
||||||
Group: System/Libraries
|
|
||||||
# libthai needs the data to run, but the data is not parallel-installable,
|
# libthai needs the data to run, but the data is not parallel-installable,
|
||||||
# hence the >= instead of =. We just hope the data format will stay the same in
|
# hence the >= instead of =. We just hope the data format will stay the same in
|
||||||
# the future.
|
# the future.
|
||||||
|
Group: System/Libraries
|
||||||
Requires: libthai-data >= %{version}
|
Requires: libthai-data >= %{version}
|
||||||
Provides: libthai = %{version}
|
Provides: libthai = %{version}
|
||||||
Obsoletes: libthai < %{version}
|
Obsoletes: libthai < %{version}
|
||||||
|
|
||||||
%description -n libthai0
|
%description -n libthai0
|
||||||
LibThai is a set of Thai language support routines aimed to ease
|
LibThai is a set of Thai language support routines to aid
|
||||||
developers' tasks to incorporate Thai language support in their
|
incorporation of Thai language support into applications. It includes
|
||||||
applications. It includes important Thai-specific functions, such as
|
important Thai-specific functions, such as word breaking, input and
|
||||||
word breaking, input and output methods, and basic character and string
|
output methods, and basic character and string support.
|
||||||
support.
|
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
Summary: Thai Language Support Routines - Data files
|
Summary: Data files for the Thai language support library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description data
|
%description data
|
||||||
LibThai is a set of Thai language support routines aimed to ease
|
LibThai is a set of Thai language support routines to aid
|
||||||
developers' tasks to incorporate Thai language support in their
|
incorporation of Thai language support into applications. It includes
|
||||||
applications. It includes important Thai-specific functions, such as
|
important Thai-specific functions, such as word breaking, input and
|
||||||
word breaking, input and output methods, and basic character and string
|
output methods, and basic character and string support.
|
||||||
support.
|
|
||||||
|
|
||||||
This package contains the data files for libthai.
|
This package contains the data files for libthai.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Thai Language Support Routines (development files)
|
Summary: Development files for the Thai language support library
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libthai0 = %{version}
|
Requires: libthai0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
LibThai is a set of Thai language support routines aimed to ease
|
LibThai is a set of Thai language support routines to aid
|
||||||
developers' tasks to incorporate Thai language support in their
|
incorporation of Thai language support into applications. It includes
|
||||||
applications. It includes important Thai-specific functions, such as
|
important Thai-specific functions, such as word breaking, input and
|
||||||
word breaking, input and output methods, and basic character and string
|
output methods, and basic character and string support.
|
||||||
support.
|
|
||||||
|
|
||||||
This package contains headers and libraries required for developing
|
This package contains headers and libraries required for developing
|
||||||
software using libthai.
|
software using libthai.
|
||||||
@ -85,7 +81,7 @@ software using libthai.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user