Accepting request 779814 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/779814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=43
This commit is contained in:
commit
81f6236c27
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 16:47:50 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
|
||||||
|
- Refresh spec-file via spec-cleaner.
|
||||||
|
- Add Requires:toilet for caca-utils, because need for cacaclock.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 1 09:46:57 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
Thu Aug 1 09:46:57 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
22
libcaca.spec
22
libcaca.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcaca
|
# spec file for package libcaca
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
%define _rev da28e9684ef445ac8d42745644336b8a75c01855
|
%define _rev da28e9684ef445ac8d42745644336b8a75c01855
|
||||||
|
|
||||||
Name: libcaca
|
Name: libcaca
|
||||||
Version: 0.99.beta19.git20171003
|
Version: 0.99.beta19.git20171003
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Colour ASCII Art, text mode graphics
|
Summary: Library for Colour ASCII Art, text mode graphics
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: http://caca.zoy.org/
|
URL: http://caca.zoy.org
|
||||||
Source0: https://github.com/cacalabs/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/cacalabs/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch1: libcaca-0.99-texbuild.patch
|
Patch1: libcaca-0.99-texbuild.patch
|
||||||
@ -114,6 +113,7 @@ All that is needed to use libcaca from ruby code.
|
|||||||
Summary: Colour ASCII Art Text mode graphics utilities based on libcaca
|
Summary: Colour ASCII Art Text mode graphics utilities based on libcaca
|
||||||
Group: Amusements/Toys/Graphics
|
Group: Amusements/Toys/Graphics
|
||||||
Requires: imlib2-loaders
|
Requires: imlib2-loaders
|
||||||
|
Requires: toilet
|
||||||
|
|
||||||
%description -n caca-utils
|
%description -n caca-utils
|
||||||
This package contains utilities and demonstration programs for libcaca,
|
This package contains utilities and demonstration programs for libcaca,
|
||||||
@ -167,7 +167,7 @@ export CXXFLAGS="$CXXFLAGS %{optflags}"
|
|||||||
--enable-plugins \
|
--enable-plugins \
|
||||||
--enable-java=no \
|
--enable-java=no \
|
||||||
--enable-python
|
--enable-python
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -195,7 +195,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_bindir}/caca-config
|
%{_bindir}/caca-config
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_mandir}/man1/caca-config.1*
|
%{_mandir}/man1/caca-config.1%{?ext_man}
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
@ -221,11 +221,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_bindir}/cacaserver
|
%{_bindir}/cacaserver
|
||||||
%{_bindir}/img2txt
|
%{_bindir}/img2txt
|
||||||
%{_datadir}/libcaca
|
%{_datadir}/libcaca
|
||||||
%{_mandir}/man1/cacademo.1*
|
%{_mandir}/man1/cacademo.1%{?ext_man}
|
||||||
%{_mandir}/man1/cacafire.1*
|
%{_mandir}/man1/cacafire.1%{?ext_man}
|
||||||
%{_mandir}/man1/cacaview.1*
|
%{_mandir}/man1/cacaview.1%{?ext_man}
|
||||||
%{_mandir}/man1/cacaplay.1*
|
%{_mandir}/man1/cacaplay.1%{?ext_man}
|
||||||
%{_mandir}/man1/cacaserver.1*
|
%{_mandir}/man1/cacaserver.1%{?ext_man}
|
||||||
%{_mandir}/man1/img2txt.1*
|
%{_mandir}/man1/img2txt.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user