|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
Summary: Library of graphics routines used by libgnomecanvas
|
|
|
|
|
Name: libart_lgpl
|
|
|
|
|
Version: 2.3.17
|
|
|
|
|
Release: 4
|
|
|
|
|
Version: 2.3.18
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
|
|
|
|
|
Patch0: libart-multilib.patch
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ applications. libart renders vector paths and the like.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Libraries and headers for libart_lgpl
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %name = %{version}
|
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
|
Conflicts: gnome-libs-devel < 1:1.4.1.2
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -30,14 +30,13 @@ applications. libart renders vector paths and the like.
|
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
# fix multilib issues
|
|
|
|
@ -90,6 +89,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.3.18-1
|
|
|
|
|
- Update to 2.3.18
|
|
|
|
|
|
|
|
|
|
* Mon Jul 31 2006 Jesse Keating <jkeating@redhat.com> - 2.3.17-4
|
|
|
|
|
- Fix typo in header name
|
|
|
|
|
|
|
|
|
|