Drop bundled gnulib code.

This commit is contained in:
Akira TAGOH 2018-07-26 09:59:09 +00:00
parent 03bf24302e
commit 4712c88bc8
2 changed files with 1859 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,12 @@
Summary: Library implementing the Unicode Bidirectional Algorithm
Name: fribidi
Version: 1.0.4
Release: 5%{?dist}
Release: 6%{?dist}
URL: https://github.com/fribidi/fribidi/
Source: https://github.com//%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
License: LGPLv2+ and UCD
BuildRequires: gcc
Patch0: %{name}-drop-bundled-gnulib.patch
%description
A library to handle bidirectional scripts (for example Hebrew, Arabic),
@ -21,7 +22,8 @@ Include files and libraries needed for developing applications which use
FriBidi.
%prep
%autosetup
%autosetup -p1
autoreconf -i
%build
%if 0%{?el5}
@ -61,6 +63,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_mandir}/man3/*.gz
%changelog
* Thu Jul 26 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-6
- Drop bundled gnulib code.
* Tue Jul 17 2018 Akira TAGOH <tagoh@redhat.com> - 1.0.4-5
- Add BR: gcc.