From 80a9104b42387a5a9a26bce7dfd23bced9c69c00 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:18:03 +0100 Subject: [PATCH] update to 1.0.12 [release 1.0.12-1mamba;Fri Dec 30 2022] --- libfribidi.spec | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/libfribidi.spec b/libfribidi.spec index 8c479f9..ac4c0bd 100644 --- a/libfribidi.spec +++ b/libfribidi.spec @@ -1,16 +1,18 @@ Name: libfribidi -Version: 1.0.8 +Version: 1.0.12 Release: 1mamba Summary: A Free Implementation of the Unicode Bidirectional Algorithm Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://fribidi.sourceforge.net/ -Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/fribidi-%{version}.tar.bz2 +URL: http://fribidi.org/ +Source: https://github.com/fribidi/fribidi.git/v%{version}/fribidi-%{version}.tar.bz2 #Source: http://fribidi.org/download/fribidi-%{version}.tar.bz2 +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Bidi is a free implementation of the Unicode BiDi algorithm. @@ -28,19 +30,23 @@ FriBidi is a free implementation of the Unicode BiDi algorithm. One of the missing links stopping the penetration of free software in Middle East is the lack of support for the Arabic and Hebrew alphabets. In order to have proper Arabic and Hebrew support, the BiDi algorithm should have been implemented. It is our hope that this library will stimulate more free software in the Middle Eastern countries. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q -n fribidi-%{version} %build -%configure --enable-shared --disable-static -%make +%meson \ + -Ddocs=false + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall + +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -52,18 +58,21 @@ This package contains static libraries and header files need for development. %defattr(-,root,root) %{_bindir}/fribidi %{_libdir}/libfribidi.so.* -%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO +%doc AUTHORS COPYING %files devel %defattr(-,root,root) #%{_bindir}/fribidi-config -%{_libdir}/libfribidi.la %{_libdir}/libfribidi.so %{_libdir}/pkgconfig/fribidi.pc %{_includedir}/fribidi/ -%{_mandir}/man3/fribidi_* +#%{_mandir}/man3/fribidi_* +%doc NEWS README THANKS TODO %changelog +* Fri Dec 30 2022 Silvan Calarco 1.0.12-1mamba +- update to 1.0.12 + * Mon Dec 16 2019 Automatic Build System 1.0.8-1mamba - automatic version update by autodist