automatic version update by autodist [release 0.2.11-1mamba;Sat Nov 05 2022]

This commit is contained in:
Automatic Build System 2024-01-06 05:49:53 +01:00
parent 9d7bdfa524
commit 54f7dbc643
2 changed files with 15 additions and 15 deletions

View File

@ -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.

View File

@ -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 <autodist@mambasoft.it>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.2.11-1mamba
- automatic version update by autodist
* Sun Feb 13 2022 Automatic Build System <autodist@mambasoft.it> 0.2.10-1mamba
- automatic version update by autodist