21 Star 0 Fork 0

src-openEuler/libnumbertext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libnumbertext.spec 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
Darssin 提交于 2023-09-18 10:31 . add spec and rpm
Name: libnumbertext
Version: 1.0.11
Release: 1
Summary: Number to number name and money text conversion library
#The entire source code is dual license LGPLv3+ or BSD, except for
#the data files hr.sor, sr.sor and sh.sor which are tri license
#CC-BY-SA or LGPLv3+ or BSD
License: (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA)
URL: https://github.com/Numbertext/libnumbertext
Source: https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz
BuildRequires: autoconf, automake, libtool, gcc-c++
BuildRequires: make
%description
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
%package devel
Requires: libnumbertext = %{version}-%{release}
Summary: Files for developing with libnumbertext
%description devel
Includes and definitions for developing with libnumbertext
%prep
%autosetup -p1
%build
autoreconf -v --install --force
%configure --disable-silent-rules --disable-static --disable-werror --with-pic
%make_build
%check
make check
%install
rm -rf $RPM_BUILD_ROOT
%make_install
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%ldconfig_scriptlets
%files
%doc AUTHORS ChangeLog NEWS THANKS
%license COPYING
%{_bindir}/spellout
%{_libdir}/*.so.*
%{_datadir}/libnumbertext
%files devel
%{_includedir}/libnumbertext
%{_libdir}/pkgconfig/libnumbertext.pc
%{_libdir}/*.so
%changelog
* Wed Sep 06 2023 Darssin <2020303249@mail.nwpu.edu.cn> - 1.0.11-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libnumbertext.git
git@gitee.com:src-openeuler/libnumbertext.git
src-openeuler
libnumbertext
libnumbertext
master

搜索帮助