forked from pool/chafa
Accepting request 725762 from home:jengelh:branches:graphics
- Update descriptions. - Avoid double-shipping documentation, and make docs noarch. OBS-URL: https://build.opensuse.org/request/show/725762 OBS-URL: https://build.opensuse.org/package/show/graphics/chafa?expand=0&rev=6
This commit is contained in:
parent
003f55c672
commit
95c190f5ac
@ -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
|
||||
|
||||
|
10
chafa.spec
10
chafa.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user