File libmwaw.spec of Package libmwaw
#
# spec file for package libmwaw
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libmwaw
# note: the main package is empty, it only sets a sane name for the source rpm
%if 0%{?suse_version} > 1020
%define build_doc 1
BuildRequires: doxygen
%else
%define build_doc 0
%endif
BuildRequires: boost-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libwpd-devel >= 0.9.0
BuildRequires: libwpg-devel >= 0.2.0
BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: zlib-devel
Summary: Pre Mac OSX text file formats parser library
License: (LGPL-2.1+ or MPL-2.0) and GPL-2.0+
Group: Productivity/Publishing/Word
Version: 0.1.9
Release: 0
Url: http://sourceforge.net/p/libmwaw/wiki/Home/
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Libmwaw is a project for converting many pre-OSX MAC text formats.
%define libname libmwaw-0_1-1
%package -n %libname
Summary: Pre Mac OSX text file formats parser library
Group: System/Libraries
%description -n %libname
Libmwaw is a new project for converting many pre-OSX MAC text formats.
%package devel
Summary: Files for Developing with libmwaw
Group: Development/Libraries/C and C++
Requires: %libname = %version
Requires: libwpd-devel
%description devel
Libmwaw is a new project for converting many pre-OSX MAC text formats.
This package contains the libmwaw development files.
%if %build_doc
%package devel-doc
Summary: Documentation for the libmwaw API
Group: Documentation/HTML
%description devel-doc
This package contains documentation for the libmwaw API.
%endif
%package tools
Summary: Tools to work with publications in pre MAC OSX text file-formats
Group: Productivity/Publishing/Word
%description tools
Command line tools to work with publications in pre MAC OSX text file-formats.
%prep
%setup -q
# doxygen needles rebuild
sed -i \
-e 's:on $datetime::g' \
docs/doxygen/footer.html.in
%build
%configure \
--disable-werror \
--disable-static \
--docdir=%_docdir/%name
make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT%_libdir/*.la
# documentation
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -p COPYING.* $RPM_BUILD_ROOT%{_docdir}/%{name}
# docs have duped pictures
%fdupes $RPM_BUILD_ROOT
%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig
%files -n %libname
%defattr(-,root,root)
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmwaw*.pc
%{_includedir}/libmwaw-*
%if %build_doc != 0
%files devel-doc
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}/html
%endif
%files tools
%defattr(-,root,root)
%{_bindir}/*
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/[A-Z]*
%changelog