From 54f7dbc643ba5280302739d9b31957894124a0a4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:49:53 +0100 Subject: [PATCH] automatic version update by autodist [release 0.2.11-1mamba;Sat Nov 05 2022] --- README.md | 3 +-- libspectre.spec | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0dd8196..f361b96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # libspectre libspectre is a small library for rendering PostScript(TM) documents. -It provides a convenient easy to use API for handling and rendering -PostScript documents. +It provides a convenient easy to use API for handling and rendering PostScript documents. diff --git a/libspectre.spec b/libspectre.spec index ef16c38..86c75a0 100644 --- a/libspectre.spec +++ b/libspectre.spec @@ -1,11 +1,11 @@ Name: libspectre -Version: 0.2.10 +Version: 0.2.11 Release: 1mamba Summary: A library for rendering PostScript(TM) documents Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: https://www.freedesktop.org/wiki/Software/libspectre/ Source: http://libspectre.freedesktop.org/releases/libspectre-%{version}.tar.gz License: GPL @@ -16,8 +16,7 @@ BuildRequires: libgs-devel %description %{name} is a small library for rendering PostScript(TM) documents. -It provides a convenient easy to use API for handling and rendering -PostScript documents. +It provides a convenient easy to use API for handling and rendering PostScript documents. %package devel Group: Development/Libraries @@ -25,8 +24,7 @@ Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. +The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package static Group: Development/Libraries @@ -34,11 +32,11 @@ Summary: Static libraries for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description static -The %{name}-static package contains libraries for -developing applications that use %{name}. +The %{name}-static package contains libraries for developing applications that use %{name}. + +%debug_package %prep - %setup -q %build @@ -57,22 +55,25 @@ developing applications that use %{name}. %files %defattr(-,root,root) -%{_libdir}/*.so.* -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%{_libdir}/libspectre.so.* +%doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/libspectre %{_includedir}/libspectre/*.h -%{_libdir}/*.so +%{_libdir}/libspectre.so %{_libdir}/pkgconfig/*.pc +%doc ChangeLog NEWS README TODO %files static %defattr(-,root,root) %{_libdir}/*.a -%{_libdir}/*.la %changelog +* Sat Nov 05 2022 Automatic Build System 0.2.11-1mamba +- automatic version update by autodist + * Sun Feb 13 2022 Automatic Build System 0.2.10-1mamba - automatic version update by autodist