diff --git a/libspectre.spec b/libspectre-0.2.10.spec similarity index 82% rename from libspectre.spec rename to libspectre-0.2.10.spec index 9ac48a397804a88b4d5de5905713ffb8f3e171b5..17687fd5f63fb747cb5536950ea0442208d3f751 100644 --- a/libspectre.spec +++ b/libspectre-0.2.10.spec @@ -1,13 +1,12 @@ 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 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 +22,8 @@ developing applications that use libspectre. %prep %autosetup -n %{name}-%{version} -p1 + + %build %configure --disable-silent-rules --disable-static @@ -33,6 +34,9 @@ developing applications that use libspectre. %delete_la +%check +make check + %post /sbin/ldconfig @@ -49,8 +53,5 @@ developing applications that use libspectre. %{_libdir}/pkgconfig/libspectre.pc %changelog -* Tue Jun 08 2021 wulei - 0.2.8-9 -- fixes failed: error: no acceptable C compiler found in $PATH - -* Wed Nov 27 2019 Jiangping Hu - 0.2.8-8 -- Package init +* Tue Nov 1 2022 huyab<1229981468@qq.com> - 0.2.10-1 +- update version to 0.2.10-1 diff --git a/libspectre-0.2.10.tar.gz b/libspectre-0.2.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3452568dd8167e1a0304700c7c9d1de9a5100385 Binary files /dev/null and b/libspectre-0.2.10.tar.gz differ diff --git a/libspectre-0.2.8.tar.gz b/libspectre-0.2.8.tar.gz deleted file mode 100644 index 04c57c358288d062cfaa4b06d89ceefc53c9cf24..0000000000000000000000000000000000000000 Binary files a/libspectre-0.2.8.tar.gz and /dev/null differ