File libart_lgpl.spec of Package libart_lgpl
#
# spec file for package libart_lgpl (Version 2.3.20)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libart_lgpl
BuildRequires: pkg-config
License: LGPL v2.1 or later
Group: System/GUI/GNOME
AutoReqProv: on
Version: 2.3.20
Release: 10
Summary: Libart Components Licensed under the LGPL
Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Libart is a library for high-performance 2D graphics. It is currently
being used as the antialiased rendering engine for GNOME Canvas. It is
also the rendering engine for Gill, the GNOME Illustration application.
Authors:
--------
Raph Levien <raph@acm.org>
%package devel
License: LGPL v2.1 or later
Summary: Include Files and Libraries mandatory for Development.
Group: System/GUI/GNOME
Requires: %{name} = %{version} glibc-devel
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
Authors:
--------
Raph Levien <raph@acm.org>
%prep
%setup -q
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%postun
%run_ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README NEWS ChangeLog
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_bindir}/*-config
%{_includedir}/libart-2.0
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%changelog
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Mon Feb 18 2008 maw@suse.de
- Update to version 2.3.20:
+ Fix the inclusion of art_misc.h from c++
- Remove fix-headers.diff.
* Mon Mar 26 2007 dmueller@suse.de
- Fix the installed headers again
* Wed Mar 21 2007 maw@suse.de
- Update to version 2.3.19
- b.g.o fixes: 131478, 317562, and 301750.
* Tue Dec 19 2006 sbrabec@suse.cz
- Spec file cleanup.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Feb 05 2005 gekker@suse.de
- Update to version 2.3.17
* Thu Aug 26 2004 kukuk@suse.de
- call ldconfig directly and avoid /bin/sh prereq
* Sun Jan 11 2004 adrian@suse.de
- add %%defattr and %%run_ldconfig
* Mon Oct 06 2003 sbrabec@suse.cz
- Updated to version 2.3.16.
* Mon Aug 18 2003 sbrabec@suse.cz
- Updated to version 2.3.14.
* Tue Jul 29 2003 adrian@suse.de
- fix build
* Wed Jul 16 2003 sbrabec@suse.cz
- Prefix changed back to /usr on request of KDE maintainers.
* Tue Jul 15 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Thu Jun 12 2003 sbrabec@suse.cz
- Updated to version 2.3.12.
* Wed Jan 15 2003 hhetter@suse.de
- updated to version 2.3.11
* Thu Oct 24 2002 hhetter@suse.de
- use automake -c to copy files, not link
(Bug Id #21066)
* Mon Oct 21 2002 sbrabec@suse.cz
- Updated %%files (libart_lgpl/libart_lgpl-devel splitting).
* Tue Jul 23 2002 hhetter@suse.de
- updated to 2.3.10
* Wed Jul 17 2002 hhetter@suse.de
- fix filelist
* Thu Jun 27 2002 hhetter@suse.de
- updated to version 2.3.9 (gnome 2.0 final)
* platform build fixes
* minor bugfixes
* Wed Jun 19 2002 ro@suse.de
- use "-a -f" for automake
* Fri Apr 26 2002 coolo@suse.de
- use %%_libdir
* Mon Jan 14 2002 hhetter@suse.de
- updated to version 2.3.8:
* new functions
* some header files corrected
* Makefile improvements
* Wed Jan 09 2002 hhetter@suse.de
- initial SuSE package for GNOME 2.0 platform