|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
Summary: Library of graphics routines used by libgnomecanvas
|
|
|
|
|
Name: libart_lgpl
|
|
|
|
|
Version: 2.3.21
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
|
Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
|
|
|
|
|
#Fedora specific patch
|
|
|
|
|
Patch0: libart-multilib.patch
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
BuildRequires: automake autoconf
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -28,6 +29,7 @@ developing applications that use %{name}.
|
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -36,7 +38,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
# fix multilib issues
|
|
|
|
|
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
|
|
|
|
|
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
|
|
|
|
|
%define wordsize 64
|
|
|
|
|
%else
|
|
|
|
|
%define wordsize 32
|
|
|
|
@ -80,6 +82,12 @@ EOF
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 18 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-7
|
|
|
|
|
- Add aarch64 as a 65-Bit architecture (#975267)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 29 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-6
|
|
|
|
|
- Try to fix aarch64 build issue (#925666)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|