|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Library of graphics routines used by libgnomecanvas
|
|
|
|
Summary: Library of graphics routines used by libgnomecanvas
|
|
|
|
Name: libart_lgpl
|
|
|
|
Name: libart_lgpl
|
|
|
|
Version: 2.3.21
|
|
|
|
Version: 2.3.21
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
|
|
|
|
#Fedora specific patch
|
|
|
|
#Fedora specific patch
|
|
|
@ -31,7 +31,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
libtoolize
|
|
|
|
libtoolize
|
|
|
|
autoreconf
|
|
|
|
autoreconf -i
|
|
|
|
%configure --disable-static
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
# fix multilib issues
|
|
|
|
# fix multilib issues
|
|
|
|
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
|
|
|
|
%ifarch x86_64 s390x ia64 ppc64 ppc64le alpha sparc64 aarch64
|
|
|
|
%define wordsize 64
|
|
|
|
%define wordsize 64
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%define wordsize 32
|
|
|
|
%define wordsize 32
|
|
|
@ -84,6 +84,9 @@ EOF
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 13 2014 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-9
|
|
|
|
|
|
|
|
- Enable ppc64le support (#1051599)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-8
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|