|
|
e9a5dc |
Name: libraqm
|
|
|
e9a5dc |
Version: 0.7.0
|
|
|
e9a5dc |
Release: 7%{?dist}
|
|
|
e9a5dc |
License: MIT
|
|
|
e9a5dc |
Summary: Complex Textlayout Library
|
|
|
e9a5dc |
Summary(ar): مكتبة رقم للنّصوص المركّبة
|
|
|
e9a5dc |
URL: https://github.com/HOST-Oman/libraqm
|
|
|
e9a5dc |
Source: https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%if 0%{?el7}
|
|
|
e9a5dc |
BuildRequires: python2
|
|
|
e9a5dc |
%else
|
|
|
e9a5dc |
BuildRequires: python3
|
|
|
e9a5dc |
%endif
|
|
|
e9a5dc |
|
|
|
e9a5dc |
BuildRequires: gcc
|
|
|
e9a5dc |
BuildRequires: freetype-devel
|
|
|
e9a5dc |
BuildRequires: harfbuzz-devel
|
|
|
e9a5dc |
BuildRequires: fribidi-devel
|
|
|
e9a5dc |
BuildRequires: gtk-doc
|
|
|
e9a5dc |
BuildRequires: make
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%package docs
|
|
|
e9a5dc |
Summary: Libraqm Documentation
|
|
|
e9a5dc |
Summary(ar): وثائق مكتبة رقم
|
|
|
e9a5dc |
BuildArch: noarch
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%package devel
|
|
|
e9a5dc |
Summary: Complex Textlayout Library
|
|
|
e9a5dc |
Summary(ar): مكتبة رقم للنّصوص المركّبة
|
|
|
e9a5dc |
Requires: libraqm%{?_isa} = %{version}-%{release}
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%description
|
|
|
e9a5dc |
Library that encapsulates the logic for complex
|
|
|
e9a5dc |
text layout and provides a convenient API.
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%description -l ar
|
|
|
e9a5dc |
مكتبة تستخدم لتأطير النًصوص المركّبة، مقدمة
|
|
|
e9a5dc |
مدخلًا برمجيًا مريحًا.
|
|
|
e9a5dc |
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%description devel
|
|
|
e9a5dc |
Library that encapsulates the logic for complex
|
|
|
e9a5dc |
text layout and provides a convenient API.
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%description -l ar devel
|
|
|
e9a5dc |
مكتبة تستخدم لتأطير النًصوص المركّبة، مقدمة
|
|
|
e9a5dc |
مدخلًا برمجيًا مريحًا.
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%description docs
|
|
|
e9a5dc |
This package contains documentation files for raqm.
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%description -l ar docs
|
|
|
e9a5dc |
وثائق مكتبة رقم.
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%prep
|
|
|
e9a5dc |
%setup -q -n raqm-%{version}
|
|
|
e9a5dc |
%if ! 0%{?el7}
|
|
|
e9a5dc |
sed s:python:%{__python3}:g -i tests/Makefile.in #Fixed in next release on upstream
|
|
|
e9a5dc |
%endif
|
|
|
e9a5dc |
%configure --enable-gtk-doc
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%build
|
|
|
e9a5dc |
make %{?_smp_mflags}
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%check
|
|
|
e9a5dc |
%if 0%{?el7}
|
|
|
e9a5dc |
export LC_ALL=en_US.UTF-8
|
|
|
e9a5dc |
%else
|
|
|
e9a5dc |
export LC_ALL=C.utf8
|
|
|
e9a5dc |
%endif
|
|
|
e9a5dc |
make check
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%install
|
|
|
e9a5dc |
%make_install
|
|
|
e9a5dc |
rm -f %{buildroot}%{_libdir}/*.{la,a}
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%ldconfig_scriptlets devel
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%files
|
|
|
e9a5dc |
%license COPYING
|
|
|
e9a5dc |
%{_libdir}/libraqm.so.*
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%files devel
|
|
|
e9a5dc |
%license COPYING
|
|
|
e9a5dc |
%{_includedir}/raqm.h
|
|
|
e9a5dc |
%{_includedir}/raqm-version.h
|
|
|
e9a5dc |
%{_libdir}/libraqm.so
|
|
|
e9a5dc |
%{_libdir}/pkgconfig/raqm.pc
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%files docs
|
|
|
e9a5dc |
%license COPYING
|
|
|
e9a5dc |
%doc AUTHORS NEWS README
|
|
|
e9a5dc |
%{_datadir}/gtk-doc/html/raqm
|
|
|
e9a5dc |
|
|
|
e9a5dc |
%changelog
|
|
|
e9a5dc |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-7
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Fri Jan 10 2020 Mosaab Alzoubi <moceap@hotmail.com> - 0.7.0-4
|
|
|
e9a5dc |
- First build on EPEL8
|
|
|
e9a5dc |
- Use one branch to build on Fedora and EPEL
|
|
|
e9a5dc |
- Use python3 as BR except EPEL7
|
|
|
e9a5dc |
- Use LC_ALL=en_US.UTF-8 in EPEL7
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Sun Sep 8 2019 Mosaab Alzoubi <moceap@hotmail.com> - 0.7.0-1
|
|
|
e9a5dc |
- Updated to 0.7.0
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.0-3
|
|
|
e9a5dc |
- Use C.UTF-8 locale
|
|
|
e9a5dc |
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Wed Mar 14 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.5.0-1
|
|
|
e9a5dc |
- Update to latest version
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
|
|
e9a5dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Sun May 1 2016 Mosaab Alzoubi <moceap@hotmail.com> - 0.1.1-1
|
|
|
e9a5dc |
- Updated to 0.1.1
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Mon Apr 25 2016 Mosaab Alzoubi <moceap@hotmail.com> - 0.1.0-3
|
|
|
e9a5dc |
- Use lib prefix in %%name
|
|
|
e9a5dc |
- Depends on same version -devel
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Sun Apr 24 2016 Mosaab Alzoubi <moceap@hotmail.com> - 0.1.0-2
|
|
|
e9a5dc |
- General revision
|
|
|
e9a5dc |
|
|
|
e9a5dc |
* Sat Apr 23 2016 Mosaab Alzoubi <moceap@hotmail.com> - 0.1.0-1
|
|
|
e9a5dc |
- Initial build
|