%global apiversion 0.1 Name: libodfgen Version: 0.1.3 Release: 3%{?_dist_release} Summary: An ODF generator library Summary(ja): ODF 生成ライブラリ License: LGPLv2+ or MPLv2.0 Group: System Environment/Libraries URL: https://sourceforge.net/p/libwpd/wiki/libodfgen/ Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: doxygen BuildRequires: libboost-devel BuildRequires: librevenge-devel %description %{name} is a library for generating ODF documents. It is directly pluggable into input filters based on librevenge. It is used in libreoffice or calligra, for example. %package devel Summary: Development files for %{name} Summary(ja): %{name} の開発用ファイル Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package doc Summary: Documentation of %{name} API Summary(ja): %{name} API のドキュメント Group: Documentation BuildArch: noarch %description doc The %{name}-doc package contains documentation files for %{name}. %prep %setup -q %build %configure --disable-silent-rules --disable-static --disable-werror \ --enable-test sed -i \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ libtool make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.la # we install API docs directly from build rm -rf %{buildroot}/%{_docdir}/%{name} %check export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} make %{?_smp_mflags} check make -C test launch_all %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc COPYING.* README NEWS %{_libdir}/%{name}-%{apiversion}.so.* %files devel %doc ChangeLog %{_includedir}/%{name}-%{apiversion} %{_libdir}/%{name}-%{apiversion}.so %{_libdir}/pkgconfig/%{name}-%{apiversion}.pc %files doc %doc COPYING.* %doc docs/doxygen/html %changelog * Fri Sep 02 2016 Toshiaki Ara - 0.1.3-3 - rebuild with gcc-5.4.0 * Tue Jan 13 2015 Ryoichi INAGAKI - 0.1.3-2 - Initial build for Vine Linux * Fri Jan 02 2015 David Tardon - 0.1.3-1 - new upstream release * Mon Nov 24 2014 David Tardon - 0.1.2-1 - new upstream release * Sun Aug 17 2014 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jun 03 2014 David Tardon - 0.1.1-1 - new upstream release * Mon May 26 2014 David Tardon - 0.1.0-1 - new upstream release * Fri May 23 2014 David Tardon - 0.0.4-2 - rebuild for boost 1.55.0 * Wed Dec 04 2013 David Tardon - 0.0.4-1 - new release * Tue Dec 03 2013 David Tardon - 0.0.3-2 - rhbz#1000893 do not pull in unneeded packages * Thu Oct 31 2013 David Tardon - 0.0.3-1 - new release * Mon Sep 09 2013 David Tardon - 0.0.2-3 - do not build in C++11 mode * Sat Aug 03 2013 Fedora Release Engineering - 0.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed May 22 2013 David Tardon - 0.0.2-1 - new release * Wed May 08 2013 David Tardon - 0.0.1-1 - new release * Fri May 03 2013 David Tardon - 0.0.0-1 - initial import