update to 1.0.12 [release 1.0.12-1mamba;Fri Dec 30 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:18:03 +01:00
parent ca1f04d229
commit 80a9104b42

View File

@ -1,16 +1,18 @@
Name: libfribidi Name: libfribidi
Version: 1.0.8 Version: 1.0.12
Release: 1mamba Release: 1mamba
Summary: A Free Implementation of the Unicode Bidirectional Algorithm Summary: A Free Implementation of the Unicode Bidirectional Algorithm
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://fribidi.sourceforge.net/ URL: http://fribidi.org/
Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/fribidi-%{version}.tar.bz2 Source: https://github.com/fribidi/fribidi.git/v%{version}/fribidi-%{version}.tar.bz2
#Source: http://fribidi.org/download/fribidi-%{version}.tar.bz2 #Source: http://fribidi.org/download/fribidi-%{version}.tar.bz2
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Bidi is a free implementation of the Unicode BiDi algorithm. 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. 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. 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. 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 %prep
%setup -q -n fribidi-%{version} %setup -q -n fribidi-%{version}
%build %build
%configure --enable-shared --disable-static %meson \
%make -Ddocs=false
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -52,18 +58,21 @@ This package contains static libraries and header files need for development.
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/fribidi %{_bindir}/fribidi
%{_libdir}/libfribidi.so.* %{_libdir}/libfribidi.so.*
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
#%{_bindir}/fribidi-config #%{_bindir}/fribidi-config
%{_libdir}/libfribidi.la
%{_libdir}/libfribidi.so %{_libdir}/libfribidi.so
%{_libdir}/pkgconfig/fribidi.pc %{_libdir}/pkgconfig/fribidi.pc
%{_includedir}/fribidi/ %{_includedir}/fribidi/
%{_mandir}/man3/fribidi_* #%{_mandir}/man3/fribidi_*
%doc NEWS README THANKS TODO
%changelog %changelog
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.12-1mamba
- update to 1.0.12
* Mon Dec 16 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba * Mon Dec 16 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
- automatic version update by autodist - automatic version update by autodist