|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Library for parsing IDL (Interface Definition Language)
|
|
|
|
|
Name: libIDL
|
|
|
|
|
Version: 0.8.6
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/%{name}-%{version}.tar.bz2
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL
|
|
|
|
@ -41,6 +41,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
@ -67,12 +68,15 @@ rm -rf %{buildroot}
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/*a
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_bindir}/libIDL-config-2
|
|
|
|
|
%{_infodir}/libIDL2.info.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 7 2005 Matthias Clasen <mclasen@redhat.com> 0.8.6-2
|
|
|
|
|
- Remove .la files and static libraries from the
|
|
|
|
|
-devel package
|
|
|
|
|
|
|
|
|
|
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 0.8.6-1
|
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
|
|
|
|
|