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 diff --git a/libspectre.spec b/libspectre.spec index 9ac48a397804a88b4d5de5905713ffb8f3e171b5..e822dc5fe0fcc05980df4e9deb35acafbc1b23e1 100644 --- a/libspectre.spec +++ b/libspectre.spec @@ -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 - 0.2.8-9 - fixes failed: error: no acceptable C compiler found in $PATH