2008-01-30 18:42:56 +00:00
|
|
|
Name: libspectre
|
2010-01-08 13:56:27 +00:00
|
|
|
Version: 0.2.3
|
2010-01-08 14:00:10 +00:00
|
|
|
Release: 4%{?dist}
|
2008-01-30 18:42:56 +00:00
|
|
|
Summary: A library for rendering PostScript(TM) documents
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://libspectre.freedesktop.org
|
|
|
|
Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: ghostscript-devel >= 8.61
|
|
|
|
|
|
|
|
%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
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING AUTHORS NEWS README TODO
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/libspectre.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-01-08 14:00:10 +00:00
|
|
|
* Fri Jan 8 2010 Marek Kasik <mkasik@redhat.com> - 0.2.3-4
|
|
|
|
- Correct release number
|
|
|
|
|
2010-01-08 13:56:27 +00:00
|
|
|
* Fri Jan 8 2010 Marek Kasik <mkasik@redhat.com> - 0.2.3-1
|
|
|
|
- Update to 0.2.3
|
|
|
|
|
2009-07-25 08:40:33 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 19:01:28 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-03 21:58:56 +00:00
|
|
|
* Wed Dec 3 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.2-1
|
|
|
|
- Update to 0.2.2
|
|
|
|
|
2008-08-10 22:14:12 +00:00
|
|
|
* Sun Aug 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.1-1
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
2008-02-09 05:29:35 +00:00
|
|
|
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0-2
|
|
|
|
- Rebuild for gcc 4.3
|
|
|
|
|
2008-01-30 18:42:56 +00:00
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0-1
|
|
|
|
- Initial packaging
|