|
@@ -1,15 +1,18 @@
|
|
Name: fribidi
|
|
Name: fribidi
|
|
-Version: 1.0.9
|
|
+Summary: Library implementing the Unicode Bidirectional Algorithm
|
|
|
|
+Version: 1.0.12
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
License: LGPL
|
|
License: LGPL
|
|
URL: https://github.com/fribidi/fribidi
|
|
URL: https://github.com/fribidi/fribidi
|
|
Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
-Summary: Library implementing the Unicode Bidirectional Algorithm
|
|
+Patch0: fribidi-drop-bundled-gnulib.patch
|
|
-Group: System Environment/Libraries
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: meson
|
|
|
|
|
|
%description
|
|
%description
|
|
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
|
|
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
|
|
@@ -28,33 +31,30 @@ for the fribidi package.
|
|
Install if you want to develop programs which will use fribidi.
|
|
Install if you want to develop programs which will use fribidi.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
+%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-static
|
|
+%meson -Ddocs=false
|
|
-
|
|
+%meson_build
|
|
-make
|
|
|
|
|
|
|
|
|
|
|
|
-%install
|
|
+%check
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
+%meson_test
|
|
-make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
-# remove empty (compressed) man pages
|
|
+%install
|
|
-find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
|
|
+rm -rf %{buildroot}
|
|
|
|
+%meson_install
|
|
|
|
+rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
+rm -rf %{buildroot}
|
|
-
|
|
|
|
-
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
@@ -68,11 +68,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
-%{_libdir}/pkgconfig/%{name}.pc
|
|
+%{_libdir}/pkgconfig/*.pc
|
|
-%{_mandir}/man3/%{name}_*.gz
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.12-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.9-1
|
|
* Fri May 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.9-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|