c019153
Name:           chafa
c58afab
Version:        1.10.3
edbdebe
Release:        2%{?dist}
c019153
%global sum     Image-to-text converter for terminal
c019153
Summary:        %{sum}
c019153
License:        LGPLv3+
c019153
URL:            https://hpjansson.org/chafa/
c019153
Source0:        https://github.com/hpjansson/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
c019153
c019153
BuildRequires:  gcc
c019153
BuildRequires:  glib2-devel
c019153
BuildRequires:  gtk-doc
c019153
BuildRequires:  ImageMagick-devel
c019153
BuildRequires:  libtool
01b0592
BuildRequires:  make
01b0592
BuildRequires:  freetype-devel
c019153
c019153
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
c019153
c019153
c019153
%description
c019153
Chafa is a command-line utility that converts all kinds of images, including
c019153
animated image formats like GIFs, into ANSI/Unicode character output that can
c019153
be displayed in a terminal.
c019153
c019153
It is highly configurable, with support for alpha transparency and multiple
c019153
color modes and color spaces, combining a range of Unicode characters for
c019153
optimal output.
c019153
c019153
c019153
%package libs
c019153
Summary:        %{sum} (library)
c019153
81c0546
# Version in libnsgif/README-chafa
81c0546
Provides:       bundled(libnsgif) = 0.2.1^chafa
81c0546
# Version in lodepng/lodepng.h
81c0546
Provides:       bundled(lodepng) = 20220109
81c0546
c019153
%description libs
c019153
Shared library for %{name}.
c019153
c019153
c019153
%package static
c019153
Summary:        %{sum} (static library)
c019153
c019153
%description static
c019153
Static library for %{name}.
c019153
c019153
c019153
%package devel
c019153
Summary:        %{sum} (development files)
c019153
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
c019153
c019153
%description devel
c019153
Development files for %{name}, such as headers.
c019153
c019153
c019153
%package doc
c019153
Summary:        %{sum} (documentation)
c019153
Recommends:     %{name}-devel
c019153
c019153
%description doc
c019153
Documentation for %{name}, such as headers.
c019153
c019153
c019153
%prep
13f502a
%autosetup
13f502a
13f502a
13f502a
%build
c019153
autoreconf -ivf
c019153
%configure --disable-rpath
c019153
%make_build
c019153
c019153
c019153
%install
c019153
%make_install
c019153
c019153
c019153
%files
c019153
%doc AUTHORS COPYING.LESSER README* NEWS
c019153
%license COPYING.LESSER
c019153
%{_bindir}/%{name}
c019153
%{_mandir}/man1/%{name}.1*
c019153
c019153
%files libs
c019153
%doc AUTHORS
c019153
%license COPYING.LESSER
c019153
%{_libdir}/lib%{name}.so.0
c58afab
%{_libdir}/lib%{name}.so.0.7.1
c019153
c019153
%files static
c019153
%doc AUTHORS
c019153
%license COPYING.LESSER
c019153
%{_libdir}/lib%{name}.a
c019153
c019153
%files devel
c019153
%doc AUTHORS
c019153
%license COPYING.LESSER
c019153
%{_includedir}/%{name}/
c019153
%{_libdir}/pkgconfig/%{name}.pc
c019153
%{_libdir}/lib%{name}.so
01b0592
%{_libdir}/%{name}/include/chafaconfig.h
c019153
c019153
%files doc
c019153
%doc AUTHORS
c019153
%license COPYING.LESSER
c019153
%doc %{_datadir}/gtk-doc/html/%{name}
c019153
c019153
c019153
%changelog
edbdebe
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2
edbdebe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
edbdebe
c58afab
* Fri May 06 2022 Miro Hrončok <mhroncok@redhat.com> - 1.10.3-1
c58afab
- Update to 1.10.3
c58afab
- Fixes: rhbz#1809122
c58afab
- Contains security fix for CVE-2022-1507
c58afab
- Fixes: rhbz#2080294
81c0546
- Provide bundled libnsgif and lodepng
c58afab
6029a4b
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
6029a4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
6029a4b
7419e89
* Fri Oct 15 2021 Miro Hrončok <mhroncok@redhat.com> - 1.8.0-2
7419e89
- Rebuilt for ImageMagick 6.9.12
7419e89
01b0592
* Mon Sep 20 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.8.0-1
01b0592
- Update to 1.8.0
01b0592
- Fixes: rhbz#1809122
01b0592
23d80f5
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
23d80f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
23d80f5
3ce9e33
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
3ce9e33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3ce9e33
9ad26a3
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
9ad26a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9ad26a3
b9675f8
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
b9675f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b9675f8
13f502a
* Tue Aug 27 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-1
13f502a
- Update to 1.2.1 (#1742491)
13f502a
c226d95
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
c226d95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c226d95
7d962ec
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
7d962ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7d962ec
faf2115
* Tue Dec 25 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-1
faf2115
- Update to 1.0.1 (soversion 0.0.0 -> 0.1.1)
faf2115
- Rebuilt for new ImageMagick 6.9.10 (#1623249)
ee8c632
c019153
* Mon Jul 30 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-1
c019153
- Initial package
c019153