update to 0.99.beta20 [release 0.99.beta20-1mamba;Mon May 06 2024]
This commit is contained in:
parent
70c0a00517
commit
6194164b4c
@ -1,11 +0,0 @@
|
|||||||
--- libcaca-0.99.beta11/configure.orig 2007-04-18 10:24:54.000000000 +0200
|
|
||||||
+++ libcaca-0.99.beta11/configure 2007-04-18 10:26:03.000000000 +0200
|
|
||||||
@@ -24992,7 +24992,7 @@
|
|
||||||
fi
|
|
||||||
{ echo "$as_me:$LINENO: checking for a4wide.sty" >&5
|
|
||||||
echo $ECHO_N "checking for a4wide.sty... $ECHO_C" >&6; }
|
|
||||||
- if test -f /usr/share/texmf/tex/latex/misc/a4wide.sty; then
|
|
||||||
+ if test -f /usr/share/texmf/tex/latex/a4wide/a4wide.sty; then
|
|
||||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
||||||
echo "${ECHO_T}yes" >&6; }
|
|
||||||
elif test -f /usr/share/texmf-tetex/tex/latex/a4wide/a4wide.sty; then
|
|
61
libcaca.spec
61
libcaca.spec
@ -1,43 +1,38 @@
|
|||||||
Name: libcaca
|
Name: libcaca
|
||||||
Version: 0.99.beta19
|
Version: 0.99.beta20
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A library for Colour AsCii Art, text mode graphics
|
Summary: A library for Colour AsCii Art, text mode graphics
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://caca.zoy.org/
|
URL: http://caca.zoy.org/
|
||||||
Source: http://caca.zoy.org/files/libcaca/%{name}-%{version}.tar.gz
|
Source: https://github.com/cacalabs/libcaca.git/v%{version}/libcaca-%{version}.tar.bz2
|
||||||
Patch0: %{name}-0.99-configure_a4wide_path.patch
|
|
||||||
Patch1: libcaca-0.99.beta18-mono-fix-x86_64-libdir.patch
|
Patch1: libcaca-0.99.beta18-mono-fix-x86_64-libdir.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libGLU-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libfreeglut-devel
|
BuildRequires: libfreeglut-devel
|
||||||
%if "%{stage1}" != "1"
|
|
||||||
BuildRequires: libftgl-devel
|
BuildRequires: libftgl-devel
|
||||||
%endif
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglu-devel
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libimlib2-devel
|
BuildRequires: libimlib2-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython311-devel
|
||||||
|
BuildRequires: libruby-devel
|
||||||
BuildRequires: libslang-devel
|
BuildRequires: libslang-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: mono-devel
|
BuildRequires: mono-devel
|
||||||
BuildRequires: ruby-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: mono-devel
|
BuildRequires: mono-devel
|
||||||
#BuildRequires: java-environment
|
|
||||||
BuildRequires: libGLUT-devel
|
BuildRequires: libGLUT-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: tetex-latex
|
BuildRequires: tetex-latex
|
||||||
BuildRequires: tetex-dvips
|
BuildRequires: tetex-dvips
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libcaca is the Colour AsCii Art library.
|
Libcaca is the Colour AsCii Art library.
|
||||||
@ -47,10 +42,6 @@ It provides high level functions for colour text drawing, simple primitives for
|
|||||||
Summary: Development files for libcaca, the library for Colour AsCii Art
|
Summary: Development files for libcaca, the library for Colour AsCii Art
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
#%if "%{stage1}" != "1"
|
|
||||||
#Requires: %{name}-java = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
#Requires: %{name}-sharp = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libcaca is the Colour AsCii Art library.
|
Libcaca is the Colour AsCii Art library.
|
||||||
@ -99,7 +90,8 @@ This package contains utilities and demonstration programs for libcaca, the Colo
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
./bootstrap
|
||||||
|
|
||||||
%patch 1 -p1
|
%patch 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -144,9 +136,6 @@ rm -rf installed-docs/pdf
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcaca.so.*
|
%{_libdir}/libcaca.so.*
|
||||||
%{_libdir}/libcaca++.so.*
|
%{_libdir}/libcaca++.so.*
|
||||||
#%{_libdir}/libcucul.so.*
|
|
||||||
#%{_libdir}/libcucul++.so.*
|
|
||||||
%{_libdir}/ruby/site_ruby/*/*/caca.la
|
|
||||||
%{_libdir}/ruby/site_ruby/*/*/caca.so
|
%{_libdir}/ruby/site_ruby/*/*/caca.so
|
||||||
%{_libdir}/ruby/site_ruby/*/caca.rb
|
%{_libdir}/ruby/site_ruby/*/caca.rb
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
@ -154,38 +143,17 @@ rm -rf installed-docs/pdf
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/caca-config
|
%{_bindir}/caca-config
|
||||||
%{_libdir}/libcaca.la
|
|
||||||
%{_libdir}/libcaca.so
|
%{_libdir}/libcaca.so
|
||||||
%{_libdir}/libcaca++.la
|
|
||||||
%{_libdir}/libcaca++.so
|
%{_libdir}/libcaca++.so
|
||||||
#%{_libdir}/libcucul.la
|
|
||||||
#%{_libdir}/libcucul.so
|
|
||||||
#%{_libdir}/libcucul++.la
|
|
||||||
#%{_libdir}/libcucul++.so
|
|
||||||
#%ifnarch aarch64
|
|
||||||
#%{_libdir}/jni/libcaca-java.la
|
|
||||||
#%{_libdir}/jni/libcaca-java.so
|
|
||||||
#%endif
|
|
||||||
%{_libdir}/pkgconfig/caca.pc
|
%{_libdir}/pkgconfig/caca.pc
|
||||||
#%{_libdir}/pkgconfig/cucul.pc
|
|
||||||
%{_includedir}/caca.h
|
%{_includedir}/caca.h
|
||||||
%{_includedir}/caca++.h
|
%{_includedir}/caca++.h
|
||||||
%{_includedir}/caca_conio.h
|
%{_includedir}/caca_conio.h
|
||||||
%{_includedir}/caca_types.h
|
%{_includedir}/caca_types.h
|
||||||
%{_includedir}/caca0.h
|
%{_includedir}/caca0.h
|
||||||
#%{_includedir}/cucul.h
|
|
||||||
%{_libdir}/pkgconfig/caca++.pc
|
%{_libdir}/pkgconfig/caca++.pc
|
||||||
#%{_libdir}/pkgconfig/cucul++.pc
|
|
||||||
%{_mandir}/man1/caca-config.*
|
%{_mandir}/man1/caca-config.*
|
||||||
#%{_mandir}/man3/*
|
%doc NEWS NOTES README THANKS
|
||||||
%doc ChangeLog NEWS NOTES README THANKS
|
|
||||||
|
|
||||||
#%ifnarch aarch64
|
|
||||||
#%files java
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
#%{_libdir}/jni/libcaca-java.so.*
|
|
||||||
#%{_datadir}/java/libjava.jar
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
%files sharp
|
%files sharp
|
||||||
@ -199,8 +167,8 @@ rm -rf installed-docs/pdf
|
|||||||
|
|
||||||
%files -n python-caca
|
%files -n python-caca
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitelib}/caca
|
%dir %{python3_sitelib}/caca
|
||||||
%{python_sitelib}/caca/*
|
%{python3_sitelib}/caca/*
|
||||||
|
|
||||||
%files -n caca-utils
|
%files -n caca-utils
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -218,10 +186,11 @@ rm -rf installed-docs/pdf
|
|||||||
%{_mandir}/man1/cacaserver.*
|
%{_mandir}/man1/cacaserver.*
|
||||||
%{_mandir}/man1/cacaview.*
|
%{_mandir}/man1/cacaview.*
|
||||||
%{_mandir}/man1/img2txt.*
|
%{_mandir}/man1/img2txt.*
|
||||||
#%{_datadir}/doc/libcaca-dev/html/*
|
|
||||||
#%{_datadir}/doc/libcaca-dev/pdf/libcaca.pdf
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 0.99.beta20-1mamba
|
||||||
|
- update to 0.99.beta20
|
||||||
|
|
||||||
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.beta19-2mamba
|
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.beta19-2mamba
|
||||||
- rebuilt with debug package
|
- rebuilt with debug package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user