62 lines
1.4 KiB
RPMSpec
62 lines
1.4 KiB
RPMSpec
Name: libuninameslist
|
|
Version: 20211114
|
|
Release: 1
|
|
Summary: Unicode character names and annotations library
|
|
License: BSD
|
|
URL: https://github.com/fontforge/libuninameslist
|
|
Source0: https://github.com/fontforge/libuninameslist/archive/%{version}.tar.gz
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
%description
|
|
libuninameslist is a Library of Unicode names and annotation data
|
|
from the official Unicode Character Database.
|
|
|
|
%package devel
|
|
Summary: Development files for libuninameslist
|
|
Requires: libuninameslist = %{version}-%{release}
|
|
|
|
%description devel
|
|
The package is development files contain static libraries and head files for libuninameslist.
|
|
|
|
%package help
|
|
Summary: Documentation for libuninameslist package
|
|
|
|
%description help
|
|
Documentation for libuninameslist package.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
autoreconf -i
|
|
automake --foreign -Wall
|
|
%configure --disable-static
|
|
%make_build V=1
|
|
|
|
|
|
%install
|
|
%make_install incdir=$RPM_BUILD_ROOT%{_includedir}
|
|
%delete_la
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_libdir}/*.so.*
|
|
|
|
%files devel
|
|
%{_libdir}/*.so
|
|
%{_includedir}/*
|
|
%{_libdir}/pkgconfig/libuninameslist.pc
|
|
|
|
%files help
|
|
%{_mandir}/man3/libuninameslist.3.gz
|
|
%doc ChangeLog README.md
|
|
|
|
|
|
%changelog
|
|
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 20211114-1
|
|
- Upgrade to version 20211114
|
|
|
|
* Thu Dec 12 2019 zhujunhao <zhujunhao5@huawei.com> - 20180701-3
|
|
- Package init
|
|
|