diff --git a/README.md b/README.md index 3100ae4..0dd8196 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/libspectre.spec b/libspectre.spec new file mode 100644 index 0000000..b44db2f --- /dev/null +++ b/libspectre.spec @@ -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 +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 0.2.7-1mamba +- automatic version update by autodist + +* Sat Feb 19 2011 Silvan Calarco 0.2.6-2mamba +- rebuilt with ghostscript 9.01 + +* Mon Jun 21 2010 Automatic Build System 0.2.6-1mamba +- automatic update by autodist + +* Tue Feb 23 2010 Automatic Build System 0.2.4-1mamba +- automatic update by autodist + +* Wed Oct 21 2009 Automatic Build System 0.2.3-1mamba +- automatic update by autodist + +* Sat Feb 28 2009 Silvan Calarco 0.2.2-1mamba +- automatic update by autodist + +* Wed Sep 03 2008 gil 0.2.1-1mamba +- update to 0.2.1 + +* Sat Jul 26 2008 gil 0.2.0-1mamba +- package created by autospec