update version 0.2.10

This commit is contained in:
huyab 2022-11-30 08:41:34 +00:00
parent 271d07c0d0
commit 679410b54f
3 changed files with 13 additions and 4 deletions

BIN
libspectre-0.2.10.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: libspectre
Version: 0.2.8
Release: 9
Version: 0.2.10
Release: 1
Summary: A small library for rendering Postscript documents
License: GPLv2+
URL: http://libspectre.freedesktop.org
Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
BuildRequires: libgs-devel gcc
BuildRequires: libgs-devel gcc
%description
Libspectre is a small library for rendering Postscript documents.
It provides a convenient easy to use API for handling and rendering
@ -23,6 +24,8 @@ developing applications that use libspectre.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --disable-silent-rules --disable-static
@ -33,6 +36,9 @@ developing applications that use libspectre.
%delete_la
%check
make check
%post
/sbin/ldconfig
@ -49,6 +55,9 @@ developing applications that use libspectre.
%{_libdir}/pkgconfig/libspectre.pc
%changelog
* Tue Nov 1 2022 huyab<1229981468@qq.com> - 0.2.10-1
- update version to 0.2.10-1
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 0.2.8-9
- fixes failed: error: no acceptable C compiler found in $PATH