From 9d964db3e098642f0df9f57977e0121c8dc46d4f Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 27 Dec 2015 16:28:26 +0100 Subject: [PATCH] new upstream release 0.1.2 --- .gitignore | 1 + libcdr.spec | 19 ++++++++----------- sources | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 5d300c3..a483532 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /libcdr-0.0.16.tar.xz /libcdr-0.1.0.tar.xz /libcdr-0.1.1.tar.xz +/libcdr-0.1.2.tar.xz diff --git a/libcdr.spec b/libcdr.spec index 9e7d7b1..003330c 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -1,8 +1,8 @@ %global apiversion 0.1 Name: libcdr -Version: 0.1.1 -Release: 9%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: A library for import of CorelDRAW drawings # the only Public Domain source is src/lib/CDRColorProfiles.h @@ -50,8 +50,6 @@ Currently supported: XHTML, text, raw. %setup -q %build -# rhbz#1258127 fix build with boost 1.59 -export CPPFLAGS=-DBOOST_ERROR_CODE_HEADER_ONLY %configure --disable-static --disable-werror sed -i \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ @@ -59,13 +57,9 @@ sed -i \ libtool make %{?_smp_mflags} V=1 -export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} -help2man -N -n 'debug the conversion library' -o cdr2raw.1 ./src/conv/raw/.libs/cdr2raw -help2man -N -n 'convert CorelDRAW document into HTML' -o cdr2xhtml.1 ./src/conv/svg/.libs/cdr2xhtml -help2man -N -n 'convert CorelDRAW document into plain text' -o cdr2text.1 ./src/conv/text/.libs/cdr2text -help2man -N -n 'debug the conversion library' -o cmx2raw.1 ./src/conv/raw/.libs/cmx2raw -help2man -N -n 'convert Corel Presentation Exchange file into HTML' -o cmx2xhtml.1 ./src/conv/svg/.libs/cmx2xhtml -help2man -N -n 'convert Corel Presentation Exchange file into plain text' -o cmx2text.1 ./src/conv/text/.libs/cmx2text +for tool in raw/cdr2raw raw/cmx2raw svg/cdr2xhtml svg/cmx2xhtml text/cdr2text text/cmx2text; do + help2man -N -o `basename $tool`.1 ./src/conv/$tool +done %install make install DESTDIR=%{buildroot} @@ -108,6 +102,9 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1 %{_mandir}/man1/cmx2xhtml.1* %changelog +* Sun Dec 27 2015 David Tardon - 0.1.2-1 +- new upstream release + * Wed Oct 28 2015 David Tardon - 0.1.1-9 - rebuild for ICU 56.1 diff --git a/sources b/sources index 7ac8f2d..d88204f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72ed4d2f900eac95061207d026d5324c libcdr-0.1.1.tar.xz +c8f6c5e3b5769c9814e07ce5b9d07fba libcdr-0.1.2.tar.xz