SHA256
1
0
forked from pool/chafa

Accepting request 725785 from graphics

OBS-URL: https://build.opensuse.org/request/show/725785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-08-24 16:49:51 +00:00 committed by Git OBS Bridge
commit c8c340c120
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 24 06:28:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update descriptions.
- Avoid double-shipping documentation, and make docs noarch.
-------------------------------------------------------------------
Tue Aug 20 07:23:02 UTC 2019 - mvetter@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -41,7 +41,8 @@ Summary: Shared library for %{name}
Group: Development/Libraries/C and C++
%description -n libchafa0
Shared library for %{name}.
The core of Chafa which converts all kinds of images, including
animated image formats like GIFs, into ANSI/Unicode characters.
%package devel
Summary: Development files for %{name}
@ -55,6 +56,7 @@ Development files for %{name}.
Summary: Chafa documentation
Group: Documentation/HTML
Recommends: %{name}-devel
BuildArch: noarch
%description doc
Documentation for %{name}.
@ -82,18 +84,16 @@ rm -rf %{buildroot}%{_libdir}/libchafa.{a,la}
%files
%license COPYING.LESSER
%doc AUTHORS README* NEWS
%doc README* NEWS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%files -n libchafa0
%doc AUTHORS
%license COPYING.LESSER
%{_libdir}/lib%{name}.so.0
%{_libdir}/lib%{name}.so.0.1.1
%files devel
%doc AUTHORS
%license COPYING.LESSER
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/%{name}.pc