!6 update verison to 0.2.10
From: @huyab Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
c929dffc41
BIN
libspectre-0.2.10.tar.gz
Normal file
BIN
libspectre-0.2.10.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
Name: libspectre
|
Name: libspectre
|
||||||
Version: 0.2.8
|
Version: 0.2.10
|
||||||
Release: 9
|
Release: 1
|
||||||
Summary: A small library for rendering Postscript documents
|
Summary: A small library for rendering Postscript documents
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://libspectre.freedesktop.org
|
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
|
%description
|
||||||
Libspectre is a small library for rendering Postscript documents.
|
Libspectre is a small library for rendering Postscript documents.
|
||||||
It provides a convenient easy to use API for handling and rendering
|
It provides a convenient easy to use API for handling and rendering
|
||||||
@ -23,6 +24,8 @@ developing applications that use libspectre.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --disable-static
|
%configure --disable-silent-rules --disable-static
|
||||||
|
|
||||||
@ -33,6 +36,9 @@ developing applications that use libspectre.
|
|||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
@ -49,6 +55,9 @@ developing applications that use libspectre.
|
|||||||
%{_libdir}/pkgconfig/libspectre.pc
|
%{_libdir}/pkgconfig/libspectre.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 0.2.8-9
|
||||||
- fixes failed: error: no acceptable C compiler found in $PATH
|
- fixes failed: error: no acceptable C compiler found in $PATH
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user