f87524d
Name: libcdr
193c494
Version: 0.0.9
310b760
Release: 2%{?dist}
f87524d
Summary: A library providing ability to interpret and import Corel Draw drawings
f87524d
f87524d
Group: System Environment/Libraries
f87524d
License: GPLv2+ or LGPLv2+ or MPLv1.1
f87524d
URL: http://www.freedesktop.org/wiki/Software/libcdr
f87524d
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
310b760
Patch0: 0001-coverity-do-not-let-CDRDocument-parse-throw.patch
310b760
Patch1: 0001-coverity-do-not-let-CMXDocument-isSupported-throw.patch
f87524d
f87524d
BuildRequires: doxygen
f87524d
BuildRequires: lcms2-devel
f87524d
BuildRequires: libwpd-devel
f87524d
BuildRequires: libwpg-devel
f87524d
BuildRequires: zlib-devel
f87524d
f87524d
%description
f87524d
Libcdr is library providing ability to interpret and import Corel Draw
f87524d
drawings into various applications. You can find it being used in
f87524d
libreoffice.
f87524d
f87524d
%package devel
f87524d
Summary: Development files for %{name}
f87524d
Group: Development/Libraries
f87524d
Requires: %{name}%{?_isa} = %{version}-%{release}
f87524d
f87524d
%description devel
f87524d
The %{name}-devel package contains libraries and header files for
f87524d
developing applications that use %{name}.
f87524d
f87524d
%package doc
f87524d
Summary: Documentation of %{name} API
f87524d
Group: Documentation
f87524d
BuildArch: noarch
f87524d
f87524d
%description doc
f87524d
The %{name}-doc package contains documentation files for %{name}.
f87524d
f87524d
%package tools
f87524d
Summary: Tools to transform Corel Draw drawings into other formats
f87524d
Group: Applications/Publishing
f87524d
Requires: %{name}%{?_isa} = %{version}-%{release}
f87524d
f87524d
%description tools
f87524d
Tools to transform Corel Draw drawings into other formats.
f87524d
Currently supported: XHTML, raw.
f87524d
f87524d
f87524d
%prep
f87524d
%setup -q
310b760
%patch0 -p1
310b760
%patch1 -p1
f87524d
f87524d
f87524d
%build
f87524d
%configure --disable-static --disable-werror
f87524d
sed -i \
f87524d
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
f87524d
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
f87524d
    libtool
708cbdf
make %{?_smp_mflags} V=1
f87524d
f87524d
f87524d
%install
f87524d
make install DESTDIR=%{buildroot}
f87524d
rm -f %{buildroot}/%{_libdir}/*.la
f87524d
# these binaries do nothing currently
f87524d
rm -f %{buildroot}/%{_bindir}/cmx2*
f87524d
f87524d
f87524d
%post -p /sbin/ldconfig
f87524d
f87524d
f87524d
%postun -p /sbin/ldconfig
f87524d
f87524d
f87524d
%files
f87524d
%doc AUTHORS ChangeLog COPYING.*
f87524d
%{_libdir}/%{name}-0.0.so.*
f87524d
f87524d
f87524d
%files devel
f87524d
%{_includedir}/%{name}-0.0
f87524d
%{_libdir}/%{name}-0.0.so
f87524d
%{_libdir}/pkgconfig/%{name}-0.0.pc
f87524d
f87524d
f87524d
%files doc
f87524d
%doc COPYING.*
f87524d
%dir %{_docdir}/%{name}
f87524d
%{_docdir}/%{name}/html
f87524d
f87524d
f87524d
%files tools
f87524d
%{_bindir}/cdr2raw
f87524d
%{_bindir}/cdr2xhtml
f87524d
f87524d
f87524d
%changelog
310b760
* Tue Jan 08 2013 David Tardon <dtardon@redhat.com> - 0.0.9-2
310b760
- Resolves: rhbz#891082 libreoffice Impress constantly crashes
310b760
193c494
* Mon Oct 08 2012 David Tardon <dtardon@redhat.com> - 0.0.9-1
193c494
- new upstream release
193c494
97d31a0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-2
97d31a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
97d31a0
31240c0
* Mon Jun 11 2012 David Tardon <dtardon@redhat.com> 0.0.8-1
31240c0
- new upstream release
31240c0
- adds basic initial primitive uncomplete text support
31240c0
1fb3398
* Thu Apr 26 2012 David Tardon <dtardon@redhat.com> 0.0.7-1
1fb3398
- new upstream release
1fb3398
2fb66eb
* Tue Apr 03 2012 David Tardon <dtardon@redhat.com> 0.0.6-1
2fb66eb
- new upstream release
2fb66eb
4296f0f
* Mon Mar 19 2012 David Tardon <dtardon@redhat.com> 0.0.5-1
f87524d
- new upstream release
f87524d
- fix license
f87524d
4296f0f
* Sat Mar 10 2012 David Tardon <dtardon@redhat.com> 0.0.3-2
f87524d
- remove Requires: of main package from -doc subpackage
f87524d
4296f0f
* Thu Mar 01 2012 David Tardon <dtardon@redhat.com> 0.0.3-1
f87524d
- initial import