Summary: Library for parsing IDL (Interface Definition Language) Name: libIDL Version: 0.8.3 Release: 2.1 Source: ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{name}-%{version}.tar.bz2 Group: System Environment/Libraries 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). It can be used for both COM-style and CORBA-style IDL. %package devel Summary: Development libraries and header files for libIDL Group: Development/Libraries Requires: libIDL = %{version} Requires: pkgconfig >= 1:0.8 Requires: glib2-devel >= 2.0 Prereq: /sbin/install-info %description devel libIDL is a library for parsing IDL (Interface Definition Language). It can be used for both COM-style and CORBA-style IDL. This package contains the header files and libraries needed to write or compile programs that use libIDL. %prep %setup -q -n %{name}-%{version} %build libtoolize --force --copy aclocal-1.4 automake-1.4 autoconf %configure make %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall rm -f $RPM_BUILD_ROOT%{_infodir}/dir %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel /sbin/install-info --quiet %{_infodir}/libIDL2.info.gz %{_infodir}/dir %preun devel if [ $1 = 0 ]; then /sbin/install-info --quiet --delete %{_infodir}/libIDL2.info.gz %{_infodir}/dir fi %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_libdir}/lib*.so.* %doc AUTHORS COPYING README NEWS %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/lib*.so %{_libdir}/*a %{_libdir}/pkgconfig/* %{_bindir}/libIDL-config-2 %{_infodir}/libIDL2.info.gz %changelog * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Jan 26 2004 Alexander Larsson 0.8.3-1 - update to 0.8.3 * Thu Aug 7 2003 Jonathan Blandford 0.8.2-1 - rebuild for GNOME 2.4 * Thu Jun 26 2003 Havoc Pennington 0.8.0-10 - rebuild again in different place... * Tue Jun 24 2003 Havoc Pennington 0.8.0-9 - rebuild * Wed Jun 04 2003 Elliot Lee - rebuilt * Tue Jun 3 2003 Jeff Johnson - add explicit epoch's where needed. * Tue Feb 11 2003 Bill Nottingham 0.8.0-7 - fix URL (#79157) * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Dec 10 2002 Tim Powers 0.8.0-5 - don't include info/dir, it conflicts with the info package * Mon Dec 9 2002 Havoc Pennington - rebuild * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu Jun 06 2002 Havoc Pennington - rebuild in different environment * Tue Jun 4 2002 Havoc Pennington - 0.8.0 * Sun May 26 2002 Tim Powers - automated rebuild * Fri May 17 2002 Havoc Pennington - rebuild in different environment * Thu Apr 25 2002 Havoc Pennington - rebuild in different environment * Thu Apr 4 2002 Jeremy Katz - move include files to -devel - other spec file tweaks * Thu Feb 14 2002 Havoc Pennington - 0.7.4 * Wed Jan 09 2002 Tim Powers - automated rebuild * Wed Jan 2 2002 Havoc Pennington - cvs snap 0.7.1.91 * Sun Nov 25 2001 Havoc Pennington - cvs snap, rebuild on new glib 1.3.11 * Fri Oct 26 2001 Havoc Pennington - glib 1.3.10 * Thu Oct 4 2001 Havoc Pennington - rebuild for new glib * Thu Sep 27 2001 Havoc Pennington - initial build of standalone libIDL - fix braindamage