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