cvsdist 98f64f2
Summary: Library of graphics routines used by libgnomecanvas
cvsdist 98f64f2
Name: libart_lgpl
27a7d5a
Version: 2.3.21
Jaromir Capik a39a91a
Release: 10%{?dist}
cvsdist 98f64f2
URL: http://www.gnome.org/
882abba
Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
paragn 2ef5e67
#Fedora specific patch
c1abf41
Patch0: libart-multilib.patch
4d59237
License: LGPLv2+
cvsdist 98f64f2
Group: System Environment/Libraries 
Jochen Schmitt 19b7af7
BuildRequires: automake autoconf
ebd6f9b
BuildRequires: pkgconfig
Jochen Schmitt 62262e0
BuildRequires: libtool
cvsdist 98f64f2
cvsdist 98f64f2
%description
cvsdist 98f64f2
Graphics routines used by the GnomeCanvas widget and some other 
cvsdist 98f64f2
applications. libart renders vector paths and the like.
cvsdist 98f64f2
cvsdist 98f64f2
%package devel
c1abf41
Summary: Libraries and headers for libart_lgpl
cvsdist 98f64f2
Group: Development/Libraries
paragn 2ef5e67
Requires: %{name} = %{version}-%{release}
cvsdist 98f64f2
cvsdist 98f64f2
%description devel
paragn 2ef5e67
The %{name}-devel package contains libraries and header files for
paragn 2ef5e67
developing applications that use %{name}.
cvsdist 98f64f2
cvsdist 98f64f2
%prep
cvsdist 98f64f2
%setup -q
c1abf41
%patch0 -p1 -b .multilib
cvsdist 98f64f2
cvsdist 98f64f2
%build
Jochen Schmitt 62262e0
libtoolize
Jochen Schmitt 1405a0a
autoreconf -i
882abba
%configure --disable-static
cvsdist 98f64f2
make %{?_smp_mflags}
cvsdist 98f64f2
cvsdist 98f64f2
%install
paragn 2ef5e67
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
paragn 2ef5e67
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
cvsdist d528702
c1abf41
# fix multilib issues
Jaromir Capik a39a91a
%ifarch x86_64 s390x ia64 %{power64} alpha sparc64 aarch64
c1abf41
%define wordsize 64
c1abf41
%else
c1abf41
%define wordsize 32
c1abf41
%endif
c1abf41
c1abf41
mv $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h \
73667a6
   $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config-%{wordsize}.h
c1abf41
c1abf41
cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h <
c1abf41
#ifndef LIBART_MULTILIB
c1abf41
#define LIBART_MULTILIB
c1abf41
c1abf41
#include <bits/wordsize.h>
c1abf41
c1abf41
#if __WORDSIZE == 32
c1abf41
# include "art_config-32.h"
c1abf41
#elif __WORDSIZE == 64
c1abf41
# include "art_config-64.h"
c1abf41
#else
c1abf41
# error "unexpected value for __WORDSIZE macro"
c1abf41
#endif
c1abf41
c1abf41
#endif 
c1abf41
EOF
c1abf41
cvsdist 98f64f2
cvsdist 98f64f2
%post -p /sbin/ldconfig
cvsdist 98f64f2
cvsdist 98f64f2
%postun -p /sbin/ldconfig
cvsdist 98f64f2
cvsdist 98f64f2
%files
paragn 2ef5e67
%defattr(-,root,root,-)
4d59237
%doc AUTHORS COPYING NEWS README
cvsdist 98f64f2
%{_libdir}/lib*.so.*
cvsdist 98f64f2
cvsdist 98f64f2
%files devel
paragn 2ef5e67
%defattr(-,root,root,-)
cvsdist 98f64f2
%{_libdir}/lib*.so
cvsdist 98f64f2
%{_libdir}/pkgconfig/*
cvsdist 98f64f2
%{_bindir}/libart2-config
cvsdist 98f64f2
%{_includedir}/*
cvsdist 98f64f2
cvsdist 98f64f2
%changelog
Jaromir Capik a39a91a
* Tue May 13 2014 Jaromir Capik <jcapik@redhat.com> - 2.3.21-10
Jaromir Capik a39a91a
- Replacing ppc64 and ppc64le with the power64 macro (#1051599)
Jaromir Capik a39a91a
Jochen Schmitt 1405a0a
* Mon Jan 13 2014 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-9
Jochen Schmitt 1405a0a
- Enable ppc64le support (#1051599)
Jochen Schmitt 1405a0a
31f9520
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-8
31f9520
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
31f9520
Jochen Schmitt 19b7af7
* Tue Jun 18 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-7
Jochen Schmitt 19b7af7
- Add aarch64 as a 65-Bit architecture (#975267)
Jochen Schmitt 62262e0
- Add libtool as a BR
Jochen Schmitt 62262e0
- Call libtoolize before autoreconf
Jochen Schmitt 19b7af7
Jochen Schmitt 19b7af7
* Fri Mar 29 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-6
Jochen Schmitt 19b7af7
- Try to fix aarch64 build issue (#925666)
Jochen Schmitt 19b7af7
65fe398
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-5
65fe398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
65fe398
2453f33
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-4
2453f33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2453f33
0871696
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-3
0871696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0871696
paragn 2ef5e67
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.3.21-2
paragn 2ef5e67
- Merge-review cleanup (#225987)
paragn 2ef5e67
27a7d5a
* Wed Jul  7 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.3.21-1
27a7d5a
- New upstream release
27a7d5a
d7a42a8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.20-5
d7a42a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d7a42a8
127d6aa
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.20-4
127d6aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
127d6aa
ebd6f9b
* Tue Jan 13 2009 Caolán McNamara <caolanm@redhat.com> - 2.3.20-3
ebd6f9b
- rebuild to get provides pkgconfig(libart-2.0)
ebd6f9b
cb79cfb
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3.20-2
cb79cfb
- add sparc64 for multilib
cb79cfb
4d59237
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.3.20-1
4d59237
- Update to 2.3.20
4d59237
- Drop upstreamed patch
4d59237
- Correct license field
4d59237
432ab44
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.3.19-3
432ab44
- Rebuild for build ID
432ab44
besfahbo 1e2a06f
* Thu Mar 01 2007 Behdad Esfahbod <besfahbo@edhat.com> - 2.3.19-2
besfahbo 1e2a06f
- Add upstreamed patch libart-2.3.19-header.patch
besfahbo 1e2a06f
- Resolves: #230571
besfahbo 1e2a06f
7cc3199
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.3.19-1
7cc3199
- Update to 2.3.19
7cc3199
882abba
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.3.18-1
882abba
- Update to 2.3.18
882abba
73667a6
* Mon Jul 31 2006 Jesse Keating <jkeating@redhat.com> - 2.3.17-4
73667a6
- Fix typo in header name
73667a6
c1abf41
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.17-3
c1abf41
- Fix multilib conflicts
c1abf41
- Don't ship static libraries
c1abf41
df80f39
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.17-2.2.2
df80f39
- rebuild
df80f39
282d3c7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.17-2.2.1
282d3c7
- bump again for double-long bug on ppc(64)
282d3c7
f10d927
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.17-2.2
f10d927
- rebuilt for new gcc4.1 snapshot and glibc changes
f10d927
d81d509
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d81d509
- rebuilt
d81d509
7aef9f4
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> 2.3.17-2
7aef9f4
- Rebuild with gcc4
7aef9f4
57eb6bb
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> 2.3.17-1
57eb6bb
- update to 2.3.17
57eb6bb
cvsdist 1632661
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 1632661
- rebuilt
cvsdist 1632661
cvsdist f01c5e2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f01c5e2
- rebuilt
cvsdist f01c5e2
cvsdist f01c5e2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f01c5e2
- rebuilt
cvsdist f01c5e2
cvsdist 027a950
* Mon Oct  6 2003 Alexander Larsson <alexl@redhat.com> 2.3.16-1
cvsdist 027a950
- 2.3.16
cvsdist 027a950
cvsdist 027a950
* Tue Aug 12 2003 Alexander Larsson <alexl@redhat.com> 2.3.14-1
cvsdist 027a950
- 2.3.14
cvsdist 027a950
cvsdist 027a950
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 027a950
- rebuilt
cvsdist 027a950
cvsdist d528702
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist d528702
- rebuilt
cvsdist d528702
cvsdist d528702
* Mon Dec  9 2002 Alexander Larsson <alexl@redhat.com> 2.3.11
cvsdist d528702
- Update to 2.3.11
cvsdist d528702
cvsdist d528702
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 2.3.10-2
cvsdist d528702
- Remove unpackaged file
cvsdist d528702
cvsdist a9a086b
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist a9a086b
- 2.3.10, required by nautilus 2.0.2 for some reason
cvsdist a9a086b
cvsdist 7253ab8
* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7253ab8
- 2.3.9, should give gdm login screen a kick in the ass
cvsdist 7253ab8
cvsdist 7253ab8
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 7253ab8
- automated rebuild
cvsdist 7253ab8
cvsdist 7253ab8
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 7253ab8
- automated rebuild
cvsdist 7253ab8
cvsdist 7253ab8
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7253ab8
- rebuild in different environment
cvsdist 7253ab8
cvsdist 7253ab8
* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7253ab8
 - rebuild in different environment
cvsdist 7253ab8
cvsdist cac66ff
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist cac66ff
- rebuild
cvsdist cac66ff
cvsdist 98f64f2
* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- actually increase version to 2.3.8
cvsdist 98f64f2
cvsdist 98f64f2
* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- upgrade to 2.3.8 so header files don't break eel2
cvsdist 98f64f2
cvsdist 98f64f2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 98f64f2
- automated rebuild
cvsdist 98f64f2
cvsdist 98f64f2
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- 2.3.7.91 snap
cvsdist 98f64f2
cvsdist 98f64f2
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- cvs snap, rebuild with new glib
cvsdist 98f64f2
cvsdist 98f64f2
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- 2.3.6
cvsdist 98f64f2
cvsdist 98f64f2
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- new CVS snap with upstream changes merged
cvsdist 98f64f2
cvsdist 98f64f2
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
cvsdist 98f64f2
- Initial build.
cvsdist 98f64f2
cvsdist 98f64f2