automatic version update by autodist [release 0.2.7-1mamba;Fri Aug 10 2012]

This commit is contained in:
Automatic Build System 2024-01-06 05:49:52 +01:00
parent 257816b085
commit 0dd87043e8
2 changed files with 103 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# 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.

99
libspectre.spec Normal file
View File

@ -0,0 +1,99 @@
Name: libspectre
Version: 0.2.7
Release: 1mamba
Summary: A library for rendering PostScript(TM) documents
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://libspectre.freedesktop.org/
Source: http://libspectre.freedesktop.org/releases/libspectre-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: ghostscript-devel
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
%package devel
Group: Development/Libraries
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}.
%package static
Group: Development/Libraries
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}.
%prep
%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)
%{_libdir}/*.so.*
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%files devel
%defattr(-,root,root)
%dir %{_includedir}/libspectre
%{_includedir}/libspectre/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files static
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.la
%changelog
* 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