|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
Summary: Library for parsing IDL (Interface Definition Language)
|
|
|
|
|
Name: libIDL
|
|
|
|
|
Version: 0.8.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/
|
|
|
|
|
Source: http://download.gnome.org/sources/libIDL/0.8/%{name}-%{version}.tar.bz2
|
|
|
|
|
Patch0: libIDL-0.8.6-multilib.patch
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -17,10 +18,11 @@ 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}-%{release}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig >= 1:0.8
|
|
|
|
|
Requires: glib2-devel >= 2.0
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
|
Requires(post): info
|
|
|
|
|
Requires(preun): info
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
libIDL is a library for parsing IDL (Interface Definition Language).
|
|
|
|
@ -35,7 +37,7 @@ or compile programs that use libIDL.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
make
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
@ -61,19 +63,22 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
%{_libdir}/libIDL-*.so.*
|
|
|
|
|
|
|
|
|
|
%doc AUTHORS COPYING README NEWS
|
|
|
|
|
%doc AUTHORS COPYING README NEWS BUGS MAINTAINERS
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_includedir}/libIDL-2.0/
|
|
|
|
|
%{_libdir}/libIDL-*.so
|
|
|
|
|
%{_libdir}/pkgconfig/libIDL-*.pc
|
|
|
|
|
%{_bindir}/libIDL-config-2
|
|
|
|
|
%{_infodir}/libIDL2.info.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 18 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0.8.14-2
|
|
|
|
|
- Merge review fixes (BZ #226028).
|
|
|
|
|
|
|
|
|
|
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.14-1
|
|
|
|
|
- Update to 0.8.14
|
|
|
|
|
|
|
|
|
|