|
|
|
@ -34,8 +34,8 @@ Patch3: %{name}-0.8.14-lexer-sscanf-type-punning.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkgconfig >= 0.8
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
|
|
|
|
@ -49,8 +49,8 @@ used for both COM-style and CORBA-style IDL.}
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development libraries and header files for %{name}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig >= 1:0.8
|
|
|
|
|
Requires: glib2-devel%{?_isa} >= 2.0
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
Requires: glib2-devel%{?_isa}
|
|
|
|
|
|
|
|
|
|
%description devel %{common_description}
|
|
|
|
|
|
|
|
|
@ -107,6 +107,7 @@ rm '%{buildroot}%{_libdir}/%{name}-2.la'
|
|
|
|
|
- Use much stricter path globs
|
|
|
|
|
- Use %%name macro
|
|
|
|
|
- Add well-considered patches for all compiler warnings
|
|
|
|
|
- Drop explicitly versioned dependencies per Fedora guidelines
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|