|
|
@ -1,8 +1,8 @@
|
|
|
|
%global apiversion 0.0
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: libqxp
|
|
|
|
Name: libqxp
|
|
|
|
Version: 0.0.0
|
|
|
|
Version: 0.0.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for import of QuarkXPress documents
|
|
|
|
Summary: Library for import of QuarkXPress documents
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -13,8 +13,10 @@ BuildRequires: boost-devel
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: help2man
|
|
|
|
BuildRequires: help2man
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(icu-uc)
|
|
|
|
BuildRequires: pkgconfig(librevenge-0.0)
|
|
|
|
BuildRequires: pkgconfig(librevenge-0.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
libqxp is library providing ability to interpret and import QuarkXPress
|
|
|
|
libqxp is library providing ability to interpret and import QuarkXPress
|
|
|
@ -48,7 +50,7 @@ Currently supported: SVG, plain text, raw.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
|
|
|
%configure --disable-silent-rules --disable-static
|
|
|
|
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' \
|
|
|
@ -100,6 +102,9 @@ make %{?_smp_mflags} check
|
|
|
|
%{_mandir}/man1/qxp2text.1*
|
|
|
|
%{_mandir}/man1/qxp2text.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
|
|
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.0.0-2
|
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.0.0-2
|
|
|
|
- Rebuild for ICU 60.1
|
|
|
|
- Rebuild for ICU 60.1
|
|
|
|
|
|
|
|
|
|
|
|