|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: GnomeCanvas widget
|
|
|
|
|
Name: libgnomecanvas
|
|
|
|
|
Version: 2.2.0.1
|
|
|
|
|
Release: 2
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 1
|
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
License: LGPL
|
|
|
|
@ -46,12 +46,14 @@ Tk canvas widget but has evolved quite a bit over time.
|
|
|
|
|
%build
|
|
|
|
|
#replace shipped libtool files (bug #78045)
|
|
|
|
|
libtoolize -f
|
|
|
|
|
%configure
|
|
|
|
|
%configure --disable-gtk-doc
|
|
|
|
|
export tagname=CC
|
|
|
|
|
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
|
|
|
|
|
export tagname=CC
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.a
|
|
|
|
@ -88,8 +90,24 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 8 2003 Jeremy Katz <katzj@redhat.com> 2.2.0.1-2
|
|
|
|
|
- make LIBTOOL=/usr/bin/libtool (#88337)
|
|
|
|
|
* Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
|
|
|
|
- 2.4.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 12 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-1
|
|
|
|
|
- gnome 2.3 update
|
|
|
|
|
|
|
|
|
|
* Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- Fix libtool
|
|
|
|
|
|
|
|
|
|
* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Thu Jun 5 2003 Jeremy Katz <katzj@redhat.com> 2.2.0.2-2
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 8 2003 Jeremy Katz <katzj@redhat.com> 2.2.0.2-1
|
|
|
|
|
- update to 2.2.0.2
|
|
|
|
|
- use system libtool
|
|
|
|
|
|
|
|
|
|
* Thu Jan 23 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-1
|
|
|
|
|
- Update to 2.2.0.1
|
|
|
|
|