|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: schroedinger
|
|
|
|
|
Version: 1.0.11
|
|
|
|
|
Release: 14%{?dist}
|
|
|
|
|
Release: 15%{?dist}
|
|
|
|
|
Summary: Portable libraries for the high quality Dirac video codec
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -14,6 +14,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: orc-devel >= 0.4.16
|
|
|
|
|
BuildRequires: glew-devel >= 1.5.1
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -39,10 +43,13 @@ Development files for schroedinger
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
# fix compatibility with gtk-doc 1.26
|
|
|
|
|
gtkdocize
|
|
|
|
|
autoreconf -fiv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%configure --disable-static --enable-gtk-doc
|
|
|
|
|
|
|
|
|
|
# remove rpath from libtool
|
|
|
|
|
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
@ -82,6 +89,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 24 2018 Merlin Mathesius <mmathesi@redhat.com> - 1.0.11-15
|
|
|
|
|
- Fix FTBFS in a better way by updating for compatibility with gtk-doc-1.26.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2018 Merlin Mathesius <mmathesi@redhat.com> - 1.0.11-14
|
|
|
|
|
- Fix FTBFS by disabling regeneration of documentation at build time
|
|
|
|
|
and using pregenerated docs included in upstream source. This is
|
|
|
|
|