|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
Summary: Library for parsing IDL (Interface Definition Language)
|
|
|
|
|
Name: libIDL
|
|
|
|
|
Version: 0.8.9
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.8.10
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source: http://download.gnome.org/sources/libIDL/0.8/%{name}-%{version}.tar.bz2
|
|
|
|
|
Patch0: libIDL-0.8.6-multilib.patch
|
|
|
|
|
Patch1: deprecation.patch
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
@ -34,7 +33,6 @@ or compile programs that use libIDL.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
%patch1 -p1 -b .deprecation
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
@ -77,6 +75,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_infodir}/libIDL2.info.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.10-1
|
|
|
|
|
- Update to 0.8.10
|
|
|
|
|
|
|
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.9-2
|
|
|
|
|
- Don't use G_GNUC_PRETTY_FUNCTION
|
|
|
|
|
|
|
|
|
|