new upstream release 0.0.1

f41
David Tardon 7 years ago
parent dc391e5f91
commit bb22f6ee74

1
.gitignore vendored

@ -1 +1,2 @@
/libqxp-0.0.0.tar.xz
/libqxp-0.0.1.tar.xz

@ -1,8 +1,8 @@
%global apiversion 0.0
Name: libqxp
Version: 0.0.0
Release: 2%{?dist}
Version: 0.0.1
Release: 1%{?dist}
Summary: Library for import of QuarkXPress documents
License: MPLv2.0
@ -13,8 +13,10 @@ BuildRequires: boost-devel
BuildRequires: doxygen
BuildRequires: help2man
BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(librevenge-0.0)
BuildRequires: pkgconfig(librevenge-generators-0.0)
BuildRequires: pkgconfig(librevenge-stream-0.0)
%description
libqxp is library providing ability to interpret and import QuarkXPress
@ -48,7 +50,7 @@ Currently supported: SVG, plain text, raw.
%autosetup -p1
%build
%configure --disable-silent-rules --disable-static --disable-werror
%configure --disable-silent-rules --disable-static
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' \
@ -100,6 +102,9 @@ make %{?_smp_mflags} check
%{_mandir}/man1/qxp2text.1*
%changelog
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.0.1-1
- new upstream release
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.0.0-2
- Rebuild for ICU 60.1

@ -1 +1 @@
SHA512 (libqxp-0.0.0.tar.xz) = c92cb6298ea4643e29145732ff3b6df806f2d30c86ab4967e445dcbc8c43b6d9fdd17c30a3e6131b4f0f2a42135caa0137b61aac2ab2722528a08e1fd6c02df9
SHA512 (libqxp-0.0.1.tar.xz) = a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607

Loading…
Cancel
Save