automatic version update by autodist [release 7.0.6-1mamba;Wed Jan 11 2023]

This commit is contained in:
Automatic Build System 2024-01-05 23:27:19 +01:00
parent 5f0bc5e43f
commit 20bc8a6c55
2 changed files with 7 additions and 12 deletions

View File

@ -5,7 +5,7 @@
LUA_INCLUDES="$CFLAGS"
fi
- for l in "$lua_suffix" "" "52" "5.2" "51" "5.1" "50" "5.0" ; do
+ for l in "$lua_suffix" "" "53" "5.3" "52" "5.2" "51" "5.1" "50" "5.0" ; do
+ for l in "$lua_suffix" "" "54" "5.4" "53" "5.3" "52" "5.2" "51" "5.1" "50" "5.0" ; do
AC_CHECK_LIB(lua$l,lua_call,ac_found_lua_lib="yes",ac_found_lua_lib="no")
if test "x$ac_found_lua_lib" = "xyes" ; then
LUA_VERSION=">=5.1.0"

View File

@ -1,7 +1,7 @@
%define libname lib%{name}
Name: graphviz
Version: 7.0.5
Version: 7.0.6
Release: 1mamba
Summary: Graph Visualization Tools
Group: Applications/Graphics
@ -10,14 +10,13 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.graphviz.org/
Source: https://gitlab.com/graphviz/graphviz.git/%{version}/graphviz-%{version}.tar.bz2
#Source: http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-%{version}.tar.gz
Patch0: graphviz-2.30.1-php-5.4.11.patch
Patch1: graphviz-2.30.1-lua-5.2.patch
Patch2: graphviz-2.30.1-gvc.pc-no-libgraph.patch
Patch3: graphviz-2.30.1-guile-2.patch
Patch4: graphviz-2.30.1-ruby-2.patch
Patch5: graphviz-2.38.0-ghostscript-9.19.patch
Patch6: graphviz-2.38.0-lua-5.3.patch
Patch6: graphviz-7.0.6-lua-5.4.patch
Patch7: graphviz-2.49.1-python3-3.7.10.patch
License: Common Public Attribution License 1.0
## AUTOBUILDREQ-BEGIN
@ -238,7 +237,7 @@ This package contains the documentation of %{name} in HTML and pdf formats.
#%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
#%patch7 -p1
./autogen.sh
@ -281,10 +280,6 @@ exit 0
%{_datadir}/%{name}/*
%exclude %{_datadir}/%{name}/demo
%exclude %{_datadir}/%{name}/graphs
%ifnarch %{ix86}
%exclude %{_datadir}/%{name}/doc/html
%exclude %{_datadir}/%{name}/doc/pdf
%endif
%{_mandir}/man1/*
%{_mandir}/man7/graphviz.7*
@ -315,9 +310,6 @@ exit 0
%files -n python-%{name}
%defattr(-,root,root)
%{_libdir}/graphviz/python/_gv.so
%{_libdir}/graphviz/python/gv.py
%{_libdir}/graphviz/python/libgv_python.so
%{_libdir}/graphviz/python3/_gv.so
%{_libdir}/graphviz/python3/gv.py
%{_libdir}/graphviz/python3/libgv_python3.so
@ -430,6 +422,9 @@ exit 0
%{_docdir}/%{name}/*
%changelog
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 7.0.6-1mamba
- automatic version update by autodist
* Fri Dec 30 2022 Automatic Build System <autodist@mambasoft.it> 7.0.5-1mamba
- automatic version update by autodist