21a72d
Summary: Library for parsing IDL (Interface Definition Language)
21a72d
Name: libIDL
21a72d
Version: 0.8.14
21a72d
Release: 15%{?dist}
21a72d
URL: http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/
21a72d
Source: http://download.gnome.org/sources/libIDL/0.8/%{name}-%{version}.tar.bz2
21a72d
Patch0: libIDL-0.8.6-multilib.patch
21a72d
Group: System Environment/Libraries
21a72d
License: LGPLv2+
21a72d
BuildRequires: pkgconfig >= 0.8
21a72d
BuildRequires: glib2-devel >= 2.0
21a72d
BuildRequires: flex bison
21a72d
21a72d
%description
21a72d
libIDL is a library for parsing IDL (Interface Definition Language).
21a72d
It can be used for both COM-style and CORBA-style IDL.
21a72d
21a72d
%package devel
21a72d
Summary: Development libraries and header files for libIDL
21a72d
Group: Development/Libraries
21a72d
Requires: %{name} = %{version}-%{release}
21a72d
Requires: pkgconfig >= 1:0.8
21a72d
Requires: glib2-devel >= 2.0
21a72d
Requires(post): info 
21a72d
Requires(preun): info 
21a72d
21a72d
%description devel
21a72d
libIDL is a library for parsing IDL (Interface Definition Language).
21a72d
It can be used for both COM-style and CORBA-style IDL.
21a72d
21a72d
This package contains the header files and libraries needed to write
21a72d
or compile programs that use libIDL.
21a72d
21a72d
%prep
21a72d
%setup -q -n %{name}-%{version}
21a72d
%patch0 -p1 -b .multilib
21a72d
21a72d
%build
21a72d
%configure
21a72d
make %{?_smp_mflags}
21a72d
21a72d
%install
21a72d
rm -rf $RPM_BUILD_ROOT
21a72d
make install DESTDIR=$RPM_BUILD_ROOT
21a72d
21a72d
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
21a72d
rm -f $RPM_BUILD_ROOT%{_libdir}/*a
21a72d
21a72d
%post -p /sbin/ldconfig
21a72d
21a72d
%postun -p /sbin/ldconfig
21a72d
21a72d
%post devel
21a72d
/sbin/install-info --quiet %{_infodir}/libIDL2.info.gz %{_infodir}/dir || :
21a72d
21a72d
%preun devel
21a72d
if [ $1 = 0 ]; then
21a72d
   /sbin/install-info --quiet --delete %{_infodir}/libIDL2.info.gz %{_infodir}/dir || :
21a72d
fi
21a72d
21a72d
%clean
21a72d
rm -rf %{buildroot}
21a72d
21a72d
%files
21a72d
%defattr(-,root,root)
21a72d
%{_libdir}/libIDL-*.so.*
21a72d
21a72d
%doc AUTHORS COPYING README NEWS BUGS MAINTAINERS
21a72d
21a72d
%files devel
21a72d
%defattr(-,root,root)
21a72d
%{_includedir}/libIDL-2.0/
21a72d
%{_libdir}/libIDL-*.so
21a72d
%{_libdir}/pkgconfig/libIDL-*.pc
21a72d
%{_bindir}/libIDL-config-2
21a72d
%{_infodir}/libIDL2.info.gz
21a72d
21a72d
%changelog
21a72d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-15
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
21a72d
21a72d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-14
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
21a72d
21a72d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-13
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
21a72d
21a72d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-12
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
21a72d
21a72d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-11
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
21a72d
21a72d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-10
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
21a72d
21a72d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-9
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
21a72d
21a72d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-8
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
21a72d
21a72d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-7
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
21a72d
21a72d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-6
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
21a72d
21a72d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-5
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
21a72d
21a72d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-4
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
21a72d
21a72d
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-3
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
21a72d
21a72d
* Wed Aug 18 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0.8.14-2
21a72d
- Merge review fixes (BZ #226028).
21a72d
21a72d
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.14-1
21a72d
- Update to 0.8.14
21a72d
21a72d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.13-2
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
21a72d
21a72d
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 0.8.13-1
21a72d
- Update to 0.8.13
21a72d
21a72d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.12-2
21a72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
21a72d
21a72d
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.12-1
21a72d
- Update to 0.8.12
21a72d
21a72d
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.11-1
21a72d
- Update to 0.8.11
21a72d
21a72d
* Fri Feb  8 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.10-2
21a72d
- Rebuild for gcc 4.3
21a72d
21a72d
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.10-1
21a72d
- Update to 0.8.10
21a72d
21a72d
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.9-2
21a72d
- Don't use G_GNUC_PRETTY_FUNCTION
21a72d
21a72d
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.9-1
21a72d
- Update to 0.8.9
21a72d
21a72d
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.8-2
21a72d
- Update the license field
21a72d
21a72d
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.8-1
21a72d
- Update to 0.8.8
21a72d
21a72d
* Tue Jan 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.7-2
21a72d
- Fix scriptlets to be failsafe (#223706)
21a72d
21a72d
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.7-1.fc6
21a72d
- Update to 0.8.7
21a72d
21a72d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-6.1
21a72d
- rebuild
21a72d
21a72d
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> - 0.8.6-6
21a72d
- we don't call the autotools or libtoolize during build - don't
21a72d
  buildreq them
21a72d
21a72d
* Fri Jun  9 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.6-5
21a72d
- Fix missing BuildRequires
21a72d
21a72d
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.6-4
21a72d
- Fix missing BuildRequires
21a72d
21a72d
* Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.6-3
21a72d
- Fix multilib conflicts
21a72d
21a72d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-2.2.1
21a72d
- bump again for double-long bug on ppc(64)
21a72d
21a72d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8.6-2.2
21a72d
- rebuilt for new gcc4.1 snapshot and glibc changes
21a72d
21a72d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
21a72d
- rebuilt
21a72d
21a72d
* Mon Nov  7 2005 Matthias Clasen <mclasen@redhat.com> 0.8.6-2
21a72d
- Remove .la files and static libraries from the 
21a72d
  -devel package
21a72d
21a72d
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 0.8.6-1
21a72d
- Update to 0.8.6
21a72d
21a72d
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> 0.8.5-2
21a72d
- Rebuild
21a72d
21a72d
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 0.8.5-1
21a72d
- Update to 0.8.5
21a72d
21a72d
* Wed Aug 18 2004 Mark McLoughlin <markmc@redhat.com> 0.8.4-1
21a72d
- Update to 0.8.4
21a72d
21a72d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
21a72d
- rebuilt
21a72d
21a72d
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
21a72d
- rebuilt
21a72d
21a72d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
21a72d
- rebuilt
21a72d
21a72d
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.8.3-1
21a72d
- update to 0.8.3
21a72d
21a72d
* Thu Aug  7 2003 Jonathan Blandford <jrb@redhat.com> 0.8.2-1
21a72d
- rebuild for GNOME 2.4
21a72d
21a72d
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 0.8.0-10
21a72d
- rebuild again in different place...
21a72d
21a72d
* Tue Jun 24 2003 Havoc Pennington <hp@redhat.com> 0.8.0-9
21a72d
- rebuild
21a72d
21a72d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
21a72d
- rebuilt
21a72d
21a72d
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
21a72d
- add explicit epoch's where needed.
21a72d
21a72d
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.8.0-7
21a72d
- fix URL (#79157)
21a72d
21a72d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
21a72d
- rebuilt
21a72d
21a72d
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 0.8.0-5
21a72d
- don't include info/dir, it conflicts with the info package
21a72d
21a72d
* Mon Dec  9 2002 Havoc Pennington <hp@redhat.com>
21a72d
- rebuild
21a72d
21a72d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
21a72d
- automated rebuild
21a72d
21a72d
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
21a72d
- rebuild in different environment
21a72d
21a72d
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
21a72d
- 0.8.0
21a72d
21a72d
* Sun May 26 2002 Tim Powers <timp@redhat.com>
21a72d
- automated rebuild
21a72d
21a72d
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
21a72d
- rebuild in different environment
21a72d
21a72d
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
21a72d
- rebuild in different environment
21a72d
21a72d
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
21a72d
- move include files to -devel
21a72d
- other spec file tweaks
21a72d
21a72d
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
21a72d
- 0.7.4
21a72d
21a72d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
21a72d
- automated rebuild
21a72d
21a72d
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
21a72d
- cvs snap 0.7.1.91
21a72d
21a72d
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
21a72d
- cvs snap, rebuild on new glib 1.3.11
21a72d
21a72d
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
21a72d
- glib 1.3.10
21a72d
21a72d
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
21a72d
- rebuild for new glib
21a72d
21a72d
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
21a72d
- initial build of standalone libIDL
21a72d
- fix braindamage
21a72d