rebuilt with debug package [release 0.99.beta19-2mamba;Mon Dec 21 2020]
This commit is contained in:
parent
e585fd681a
commit
70c0a00517
55
libcaca.spec
55
libcaca.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libcaca
|
Name: libcaca
|
||||||
Version: 0.99.beta19
|
Version: 0.99.beta19
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -27,10 +27,11 @@ BuildRequires: libpython-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: ruby-devel
|
BuildRequires: ruby-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: mono-devel
|
BuildRequires: mono-devel
|
||||||
BuildRequires: jdk
|
#BuildRequires: java-environment
|
||||||
BuildRequires: libGLUT-devel
|
BuildRequires: libGLUT-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -46,15 +47,14 @@ 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"
|
#%if "%{stage1}" != "1"
|
||||||
Requires: %{name}-java = %{?epoch:%epoch:}%{version}-%{release}
|
#Requires: %{name}-java = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
#Requires: %{name}-sharp = %{?epoch:%epoch:}%{version}-%{release}
|
#Requires: %{name}-sharp = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libcaca is the Colour AsCii Art library.
|
Libcaca is the Colour AsCii Art library.
|
||||||
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
||||||
|
|
||||||
This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca.
|
This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca.
|
||||||
|
|
||||||
%package sharp
|
%package sharp
|
||||||
@ -65,7 +65,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description sharp
|
%description sharp
|
||||||
C# caca libraries.
|
C# caca libraries.
|
||||||
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
||||||
|
|
||||||
This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca.
|
This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca.
|
||||||
|
|
||||||
%package java
|
%package java
|
||||||
@ -76,7 +75,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description java
|
%description java
|
||||||
Java caca libraries.
|
Java caca libraries.
|
||||||
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
||||||
|
|
||||||
This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca.
|
This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca.
|
||||||
|
|
||||||
%package -n python-caca
|
%package -n python-caca
|
||||||
@ -95,13 +93,12 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n caca-utils
|
%description -n caca-utils
|
||||||
Libcaca is the Colour AsCii Art library.
|
Libcaca is the Colour AsCii Art library.
|
||||||
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines.
|
||||||
|
|
||||||
This package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library.
|
This package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
|
||||||
#:<< _EOF
|
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
@ -114,6 +111,7 @@ This package contains utilities and demonstration programs for libcaca, the Colo
|
|||||||
--enable-slang \
|
--enable-slang \
|
||||||
--enable-x11 \
|
--enable-x11 \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
|
--disable-java \
|
||||||
--x-libraries=%{_libdir}
|
--x-libraries=%{_libdir}
|
||||||
|
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
@ -164,8 +162,10 @@ rm -rf installed-docs/pdf
|
|||||||
#%{_libdir}/libcucul.so
|
#%{_libdir}/libcucul.so
|
||||||
#%{_libdir}/libcucul++.la
|
#%{_libdir}/libcucul++.la
|
||||||
#%{_libdir}/libcucul++.so
|
#%{_libdir}/libcucul++.so
|
||||||
%{_libdir}/jni/libcaca-java.la
|
#%ifnarch aarch64
|
||||||
%{_libdir}/jni/libcaca-java.so
|
#%{_libdir}/jni/libcaca-java.la
|
||||||
|
#%{_libdir}/jni/libcaca-java.so
|
||||||
|
#%endif
|
||||||
%{_libdir}/pkgconfig/caca.pc
|
%{_libdir}/pkgconfig/caca.pc
|
||||||
#%{_libdir}/pkgconfig/cucul.pc
|
#%{_libdir}/pkgconfig/cucul.pc
|
||||||
%{_includedir}/caca.h
|
%{_includedir}/caca.h
|
||||||
@ -180,18 +180,22 @@ rm -rf installed-docs/pdf
|
|||||||
#%{_mandir}/man3/*
|
#%{_mandir}/man3/*
|
||||||
%doc ChangeLog NEWS NOTES README THANKS
|
%doc ChangeLog NEWS NOTES README THANKS
|
||||||
|
|
||||||
%files java
|
#%ifnarch aarch64
|
||||||
%defattr(-,root,root)
|
#%files java
|
||||||
%{_libdir}/jni/libcaca-java.so.*
|
|
||||||
%{_datadir}/java/libjava.jar
|
|
||||||
|
|
||||||
#%files sharp
|
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
#%{_prefix}/lib/mono/caca-sharp-*/caca-sharp.dll
|
#%{_libdir}/jni/libcaca-java.so.*
|
||||||
#%{_libdir}/mono/caca-sharp-*/caca-sharp.dll.config
|
#%{_datadir}/java/libjava.jar
|
||||||
#%{_prefix}/lib/mono/gac/caca-sharp/*/caca-sharp.dll
|
#%endif
|
||||||
#%{_prefix}/lib/mono/gac/caca-sharp/*/caca-sharp.dll.config
|
|
||||||
#%{_prefix}/lib/mono/gac/caca-sharp/*/caca-sharp.dll.mdb
|
%ifnarch arm
|
||||||
|
%files sharp
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_prefix}/lib/mono/caca-sharp-*/caca-sharp.dll
|
||||||
|
%{_libdir}/mono/caca-sharp-*/caca-sharp.dll.config
|
||||||
|
%{_prefix}/lib/mono/gac/caca-sharp/*/caca-sharp.dll
|
||||||
|
%{_prefix}/lib/mono/gac/caca-sharp/*/caca-sharp.dll.config
|
||||||
|
%{_prefix}/lib/mono/gac/caca-sharp/*/caca-sharp.pdb
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n python-caca
|
%files -n python-caca
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -218,6 +222,9 @@ rm -rf installed-docs/pdf
|
|||||||
#%{_datadir}/doc/libcaca-dev/pdf/libcaca.pdf
|
#%{_datadir}/doc/libcaca-dev/pdf/libcaca.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.beta19-2mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.beta19-1mamba
|
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.beta19-1mamba
|
||||||
- update to 0.99.beta19
|
- update to 0.99.beta19
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user