automatic version update by autodist [release 2.48.0-1mamba;Sun Jul 18 2021]
This commit is contained in:
parent
80c0e48ee5
commit
0d07eb0b6c
@ -1,7 +1,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: graphviz
|
||||
Version: 2.47.3
|
||||
Version: 2.48.0
|
||||
Release: 1mamba
|
||||
Summary: Graph Visualization Tools
|
||||
Group: Applications/Graphics
|
||||
@ -139,7 +139,7 @@ This package provides shared library for %{name}.
|
||||
%package -n %{libname}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Obsoletes: %{name}-devel
|
||||
Obsoletes: %{name}-devel < 2.48.0
|
||||
Provides: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -214,7 +214,7 @@ This package provides Ruby extension for %{name}.
|
||||
%package -n %{libname}-tcl
|
||||
Group: System/Libraries
|
||||
Summary: Tcl extension for %{name}
|
||||
Obsoletes: %{name}-tcl
|
||||
Obsoletes: %{name}-tcl < 2.48.0
|
||||
Provides: %{name}-tcl = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -252,6 +252,7 @@ This package contains the documentation of %{name} in HTML and pdf formats.
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure \
|
||||
--with-x \
|
||||
--enable-lua \
|
||||
@ -337,7 +338,7 @@ exit 0
|
||||
%{python_sitearch}/*
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%ifnarch arm aarch64
|
||||
%ifnarch arm
|
||||
%files -n %{libname}-go
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/graphviz/go/gv.go
|
||||
@ -465,6 +466,9 @@ exit 0
|
||||
%{_datadir}/%{name}/doc/pdf/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 2.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 26 2021 Automatic Build System <autodist@mambasoft.it> 2.47.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user