You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
3.4 KiB
147 lines
3.4 KiB
Summary: Library for parsing IDL (Interface Definition Language)
|
|
Name: libIDL
|
|
Version: 0.8.2
|
|
Release: 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
|
|
|
|
|
|
%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
|
|
%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
|
|
* Thu Aug 7 2003 Jonathan Blandford <jrb@redhat.com> 0.8.2-1
|
|
- rebuild for GNOME 2.4
|
|
|
|
* Thu Jun 26 2003 Havoc Pennington <hp@redhat.com> 0.8.0-10
|
|
- rebuild again in different place...
|
|
|
|
* Tue Jun 24 2003 Havoc Pennington <hp@redhat.com> 0.8.0-9
|
|
- rebuild
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
|
- add explicit epoch's where needed.
|
|
|
|
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.8.0-7
|
|
- fix URL (#79157)
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 0.8.0-5
|
|
- don't include info/dir, it conflicts with the info package
|
|
|
|
* Mon Dec 9 2002 Havoc Pennington <hp@redhat.com>
|
|
- rebuild
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
|
|
- rebuild in different environment
|
|
|
|
* Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
|
|
- 0.8.0
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
|
|
- rebuild in different environment
|
|
|
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
|
- rebuild in different environment
|
|
|
|
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
- move include files to -devel
|
|
- other spec file tweaks
|
|
|
|
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
|
- 0.7.4
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
- cvs snap 0.7.1.91
|
|
|
|
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
|
|
- cvs snap, rebuild on new glib 1.3.11
|
|
|
|
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
|
|
- glib 1.3.10
|
|
|
|
* Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
|
|
- rebuild for new glib
|
|
|
|
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
|
|
- initial build of standalone libIDL
|
|
- fix braindamage
|
|
|