automatic version update by autodist [release 0.2.11-1mamba;Sat Nov 05 2022]
This commit is contained in:
parent
9d7bdfa524
commit
54f7dbc643
@ -1,6 +1,5 @@
|
|||||||
# libspectre
|
# libspectre
|
||||||
|
|
||||||
libspectre is a small library for rendering PostScript(TM) documents.
|
libspectre is a small library for rendering PostScript(TM) 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 PostScript documents.
|
||||||
PostScript documents.
|
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: libspectre
|
Name: libspectre
|
||||||
Version: 0.2.10
|
Version: 0.2.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for rendering PostScript(TM) documents
|
Summary: A library for rendering PostScript(TM) documents
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: 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/
|
URL: https://www.freedesktop.org/wiki/Software/libspectre/
|
||||||
Source: http://libspectre.freedesktop.org/releases/libspectre-%{version}.tar.gz
|
Source: http://libspectre.freedesktop.org/releases/libspectre-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -16,8 +16,7 @@ BuildRequires: libgs-devel
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is a small library for rendering PostScript(TM) documents.
|
%{name} is a small library for rendering PostScript(TM) 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 PostScript documents.
|
||||||
PostScript documents.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -25,8 +24,7 @@ Summary: Static libraries and headers for %{name}
|
|||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for developing applications that use %{name}.
|
||||||
developing applications that use %{name}.
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -34,11 +32,11 @@ Summary: Static libraries for %{name}
|
|||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
The %{name}-static package contains libraries for
|
The %{name}-static package contains libraries for developing applications that use %{name}.
|
||||||
developing applications that use %{name}.
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -57,22 +55,25 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libspectre.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libspectre
|
%dir %{_includedir}/libspectre
|
||||||
%{_includedir}/libspectre/*.h
|
%{_includedir}/libspectre/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libspectre.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 13 2022 Automatic Build System <autodist@mambasoft.it> 0.2.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user