|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
Name: libIDL
|
|
|
|
|
Summary: Library for parsing IDL (Interface Definition Language)
|
|
|
|
|
Version: 0.8.14
|
|
|
|
|
%global so_version 0
|
|
|
|
|
Release: 24%{?dist}
|
|
|
|
|
|
|
|
|
|
URL: https://download.gnome.org/sources/libIDL/0.8/
|
|
|
|
@ -54,7 +55,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_libdir}/libIDL-*.so.*
|
|
|
|
|
%{_libdir}/libIDL-2.so.%{so_version}
|
|
|
|
|
%{_libdir}/libIDL-2.so.%{so_version}.*
|
|
|
|
|
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%doc COPYING
|
|
|
|
@ -65,13 +67,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/libIDL-*.so
|
|
|
|
|
%{_libdir}/libIDL-2.so
|
|
|
|
|
%{_includedir}/libIDL-2.0/
|
|
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/libIDL-*.pc
|
|
|
|
|
%{_libdir}/pkgconfig/libIDL-2.0.pc
|
|
|
|
|
%{_bindir}/libIDL-config-2
|
|
|
|
|
|
|
|
|
|
%{_infodir}/libIDL2.info.*
|
|
|
|
|
%{_infodir}/libIDL2.info*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
@ -82,6 +84,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
- Use %%autosetup, %%make_build, and %%make_install macros
|
|
|
|
|
- Rather than removing the static library, skip building it with --disable-static
|
|
|
|
|
- Drop obsolete %%ldconfig_scriptlets macro
|
|
|
|
|
- Use much stricter path globs
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|