update to 0.10.50 [release 0.10.50-1mamba;Thu Dec 23 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:20:37 +01:00
parent 826421746a
commit f17957dd5a

View File

@ -1,15 +1,15 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
%define apiver 0.10 %define apiver 0.10
Name: goffice Name: goffice
Version: 0.10.48 Version: 0.10.50
Release: 1mamba Release: 1mamba
Summary: A library of document centric objects and utilities building on top of GLib and Gtk+ Summary: A library of document centric objects and utilities building on top of GLib and Gtk+
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://www.gnome.org URL: https://www.gnome.org
Source: ftp://ftp.gnome.org/pub/GNOME/sources/goffice/%{majver}/goffice-%{version}.tar.xz Source: https://download.gnome.org/sources/goffice/%{majver}/goffice-%{version}.tar.xz
Patch0: %{name}-0.8.17-pcre-8.30.patch Patch0: %{name}-0.8.17-pcre-8.30.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -19,14 +19,17 @@ BuildRequires: libcairo-devel
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgsf-devel BuildRequires: libgsf-devel
BuildRequires: libgtk-devel BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: liblzma-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: librsvg-devel BuildRequires: librsvg-devel
BuildRequires: libspectre-devel BuildRequires: libspectre-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpcre-devel >= 8.30 BuildRequires: libpcre-devel >= 8.30
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A library of document centric objects and utilities building on top of GLib and Gtk+. A library of document centric objects and utilities building on top of GLib and Gtk+.
@ -45,7 +48,9 @@ Requires: libgoffice = %{?epoch:%epoch:}%{version}-%{release}
%description -n libgoffice-devel %description -n libgoffice-devel
A library of document centric objects and utilities building on top of GLib and Gtk+. A library of document centric objects and utilities building on top of GLib and Gtk+.
This package contains static libraries and header files need for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q %setup -q
@ -90,6 +95,9 @@ This package contains static libraries and header files need for development.
%doc BUGS ChangeLog NEWS README %doc BUGS ChangeLog NEWS README
%changelog %changelog
* Thu Dec 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.50-1mamba
- update to 0.10.50
* Sat Sep 05 2020 Automatic Build System <autodist@mambasoft.it> 0.10.48-1mamba * Sat Sep 05 2020 Automatic Build System <autodist@mambasoft.it> 0.10.48-1mamba
- automatic version update by autodist - automatic version update by autodist