switch to mdds 1.x

f41
David Tardon 9 years ago
parent 2e5da6cfab
commit e7ce0205fb

@ -2,7 +2,7 @@
Name: libetonyek Name: libetonyek
Version: 0.1.6 Version: 0.1.6
Release: 3%{?dist} Release: 4%{?dist}
Summary: A library for import of Apple iWork documents Summary: A library for import of Apple iWork documents
License: MPLv2.0 License: MPLv2.0
@ -18,7 +18,11 @@ BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(liblangtag) BuildRequires: pkgconfig(liblangtag)
BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(librevenge-0.0)
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
%if 0%{?fedora} >= 24
BuildRequires: pkgconfig(mdds-1.0)
%else
BuildRequires: pkgconfig(mdds) BuildRequires: pkgconfig(mdds)
%endif
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
%description %description
@ -54,7 +58,13 @@ supported: CSV, HTML, SVG, text, and raw.
%autosetup -p1 %autosetup -p1
%build %build
%configure --disable-silent-rules --disable-static --disable-werror --with-mdds=0.x %if 0%{?fedora} >= 24
%global distrooptions %{nil}
%else
%global distrooptions --with-mdds=0.x
%endif
%configure --disable-silent-rules --disable-static --disable-werror %{distrooptions}
sed -i \ sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
@ -118,6 +128,9 @@ make %{?_smp_mflags} check
%{_mandir}/man1/pages2text.1* %{_mandir}/man1/pages2text.1*
%changelog %changelog
* Sun Feb 14 2016 David Tardon <dtardon@redhat.com> - 0.1.6-4
- switch to mdds 1.x
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save