|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Summary: Library for parsing IDL (Interface Definition Language)
|
|
|
|
|
Name: libIDL
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 1
|
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{name}-%{version}.tar.bz2
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -8,7 +8,7 @@ License: LGPL
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
BuildRequires: pkgconfig >= 0.8
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake14 libtool autoconf
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libIDL is a library for parsing IDL (Interface Definition Language).
|
|
|
|
@ -33,6 +33,11 @@ or compile programs that use libIDL.
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
libtoolize --force --copy
|
|
|
|
|
aclocal-1.4
|
|
|
|
|
automake-1.4
|
|
|
|
|
autoconf
|
|
|
|
|
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -73,6 +78,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_infodir}/libIDL2.info.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.8.3-1
|
|
|
|
|
- update to 0.8.3
|
|
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Jonathan Blandford <jrb@redhat.com> 0.8.2-1
|
|
|
|
|
- rebuild for GNOME 2.4
|
|
|
|
|
|
|
|
|
|