new upstream release 0.1.3

This commit is contained in:
David Tardon 2016-07-21 15:44:52 +02:00
parent 1cba2e7448
commit ca74acda34
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/libcdr-0.1.0.tar.xz /libcdr-0.1.0.tar.xz
/libcdr-0.1.1.tar.xz /libcdr-0.1.1.tar.xz
/libcdr-0.1.2.tar.xz /libcdr-0.1.2.tar.xz
/libcdr-0.1.3.tar.xz

View File

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

View File

@ -1 +1 @@
c8f6c5e3b5769c9814e07ce5b9d07fba libcdr-0.1.2.tar.xz 74589ce5bb944974f4308906d9e9dc5c libcdr-0.1.3.tar.xz