17
0

6 Commits

4 changed files with 47 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d75874cd4d7f06bbc8ee0b4848e79fad2b6207d08a95740a2f3da2c2ace40dac
size 958587

3
20250909.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53ccad114c0a83ae2caace48e58b1b7f65d1a1f8010d7391a04e29938a40896b
size 1115461

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 1 09:35:43 UTC 2025 - pgajdos@suse.com
- version update to 20250909
* Support for 17.0
-------------------------------------------------------------------
Mon Aug 25 20:24:11 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to version 20240714
* Support for Unicode 16.9b
- run tests
- enable the french library
-------------------------------------------------------------------
Mon Feb 10 11:41:18 UTC 2025 - pgajdos@suse.com
- version update to 20240910
* Introducing Unicode 16.0 (libuninameslist=version1.15) and French
Unicode 15.1 translation (libuninameslist-fr=version1.7).
* Upgraded configure.ac from 2.64 to 2.69.
-------------------------------------------------------------------
Tue Jul 30 10:34:53 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,8 @@
#
# spec file for package libuninameslist
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +19,7 @@
%define somajor 1
Name: libuninameslist
Version: 20240524
Version: 20250909
Release: 0
Summary: A library providing Unicode character names and annotations
License: BSD-3-Clause
@@ -31,14 +32,16 @@ BuildRequires: libtool
BuildRequires: pkgconfig
%description
libuninameslist provides Unicode name and annotation data from the official Unicode Character Database.
libuninameslist provides Unicode name and annotation data from the official
Unicode Character Database.
%package -n %{name}%{somajor}
Summary: A library providing Unicode character names and annotations
Group: System/Libraries
%description -n %{name}%{somajor}
libuninameslist provides Unicode name and annotation data from the official Unicode Character Database.
libuninameslist provides Unicode name and annotation data from the official
Unicode Character Database.
%package devel
Summary: Header files for %{name}
@@ -49,28 +52,38 @@ Requires: %{name}%{somajor} = %{version}
This package contains header files for %{name}.
%prep
%setup -q
%autosetup -p1
%build
autoreconf -fiv
%configure --disable-static
%configure \
--disable-static \
--enable-frenchlib \
%{nil}
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{name}%{somajor} -p /sbin/ldconfig
%postun -n %{name}%{somajor} -p /sbin/ldconfig
%check
%make_build check
%ldconfig_scriptlets -n %{name}%{somajor}
%files -n libuninameslist%{somajor}
%license LICENSE
%{_libdir}/libuninameslist.so.%{somajor}*
%{_libdir}/libuninameslist.so.%{somajor}{,.*}
%{_libdir}/libuninameslist-fr.so.%{somajor}{,.*}
%files devel
%license LICENSE
%{_libdir}/libuninameslist.so
%{_libdir}/libuninameslist-fr.so
%{_libdir}/pkgconfig/libuninameslist.pc
%{_mandir}/man3/libuninameslist.3%{?ext_man}
%{_mandir}/man3/libuninameslist-fr.3%{?ext_man}
%{_includedir}/uninameslist.h
%{_includedir}/uninameslist-fr.h
%changelog