update to 1.0.12 [release 1.0.12-1mamba;Fri Dec 30 2022]
This commit is contained in:
parent
ca1f04d229
commit
80a9104b42
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user