|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global apiversion 0.1
|
|
|
|
|
|
|
|
|
|
Name: libcdr
|
|
|
|
|
Version: 0.1.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.1.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for import of CorelDRAW drawings
|
|
|
|
|
|
|
|
|
|
# the only Public Domain source is src/lib/CDRColorProfiles.h
|
|
|
|
@ -51,12 +51,12 @@ Currently supported: XHTML, text, raw.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --disable-werror
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
|
|
|
|
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} V=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
@ -109,6 +109,9 @@ make %{?_smp_mflags} check
|
|
|
|
|
%{_mandir}/man1/cmx2xhtml.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 21 2016 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 0.1.2-4
|
|
|
|
|
- rebuild for ICU 57.1
|
|
|
|
|
|
|
|
|
|