2024-01-06 05:49:52 +01:00
|
|
|
Name: libspectre
|
2024-01-06 05:49:53 +01:00
|
|
|
Version: 0.2.12
|
2024-01-06 05:49:54 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 05:49:52 +01:00
|
|
|
Summary: A library for rendering PostScript(TM) documents
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 05:49:53 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:49:53 +01:00
|
|
|
URL: https://www.freedesktop.org/wiki/Software/libspectre/
|
2024-01-06 05:49:52 +01:00
|
|
|
Source: http://libspectre.freedesktop.org/releases/libspectre-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:49:53 +01:00
|
|
|
BuildRequires: libgs-devel
|
2024-01-06 05:49:52 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 05:49:54 +01:00
|
|
|
BuildRequires: libgs-devel >= 10.01.2-1mamba
|
2024-01-06 05:49:52 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is a small library for rendering PostScript(TM) documents.
|
2024-01-06 05:49:53 +01:00
|
|
|
It provides a convenient easy to use API for handling and rendering PostScript documents.
|
2024-01-06 05:49:52 +01:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
2024-01-06 05:49:53 +01:00
|
|
|
The %{name}-devel package contains libraries and header files for developing applications that use %{name}.
|
2024-01-06 05:49:52 +01:00
|
|
|
|
|
|
|
%package static
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description static
|
2024-01-06 05:49:53 +01:00
|
|
|
The %{name}-static package contains libraries for developing applications that use %{name}.
|
2024-01-06 05:49:52 +01:00
|
|
|
|
2024-01-06 05:49:53 +01:00
|
|
|
%debug_package
|
2024-01-06 05:49:52 +01:00
|
|
|
|
2024-01-06 05:49:53 +01:00
|
|
|
%prep
|
2024-01-06 05:49:52 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:49:53 +01:00
|
|
|
%{_libdir}/libspectre.so.*
|
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 05:49:52 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libspectre
|
|
|
|
%{_includedir}/libspectre/*.h
|
2024-01-06 05:49:53 +01:00
|
|
|
%{_libdir}/libspectre.so
|
2024-01-06 05:49:52 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-06 05:49:53 +01:00
|
|
|
%doc ChangeLog NEWS README TODO
|
2024-01-06 05:49:52 +01:00
|
|
|
|
|
|
|
%files static
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:49:54 +01:00
|
|
|
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 0.2.12-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libgs-devel>=10.01.2-1mamba
|
|
|
|
|
2024-01-06 05:49:53 +01:00
|
|
|
* Mon Jan 09 2023 Automatic Build System <autodist@mambasoft.it> 0.2.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:49:53 +01:00
|
|
|
* Sat Nov 05 2022 Automatic Build System <autodist@mambasoft.it> 0.2.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:49:53 +01:00
|
|
|
* Sun Feb 13 2022 Automatic Build System <autodist@mambasoft.it> 0.2.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:49:52 +01:00
|
|
|
* Fri May 08 2020 Automatic Build System <autodist@mambasoft.it> 0.2.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:49:52 +01:00
|
|
|
* Thu Jul 14 2016 Automatic Build System <autodist@mambasoft.it> 0.2.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:49:52 +01:00
|
|
|
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 0.2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 19 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-2mamba
|
|
|
|
- rebuilt with ghostscript 9.01
|
|
|
|
|
|
|
|
* Mon Jun 21 2010 Automatic Build System <autodist@mambasoft.it> 0.2.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 23 2010 Automatic Build System <autodist@mambasoft.it> 0.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 21 2009 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 03 2008 gil <puntogil@libero.it> 0.2.1-1mamba
|
|
|
|
- update to 0.2.1
|
|
|
|
|
|
|
|
* Sat Jul 26 2008 gil <puntogil@libero.it> 0.2.0-1mamba
|
|
|
|
- package created by autospec
|