File libart_lgpl.spec of Package libart_lgpl
#
# spec file for package libart_lgpl (Version 2.3.20)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# 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
# bug437293
%ifarch ppc64
Obsoletes: libart_lgpl-64bit
%endif
#
Version: 2.3.20
Release: 48
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
# bug437293
%ifarch ppc64
Obsoletes: libart_lgpl-devel-64bit
%endif
#
%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 --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%if %suse_version > 1110
%{__rm} -f %{buildroot}%{_libdir}/*.la
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/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}/pkgconfig/*.pc
%if %suse_version <= 1110
%{_libdir}/*.la
%endif
%changelog
* Sat Feb 14 2009 mboman@suse.de
- Keep "la" files for <= 11.1
* Mon Jan 26 2009 crrodriguez@suse.de
- remove "la" files [BNC#357465]
* Wed Dec 10 2008 olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
* Thu Dec 04 2008 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* 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
* Fri Feb 04 2005 gekker@suse.de
- Update to version 2.3.17
* Wed Aug 25 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