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