new upstream release 0.1.1

f41
David Tardon 10 years ago
parent 5f8c6074b7
commit ca5d7274c4

1
.gitignore vendored

@ -1,2 +1,3 @@
/libfreehand-0.0.0.tar.xz /libfreehand-0.0.0.tar.xz
/libfreehand-0.1.0.tar.xz /libfreehand-0.1.0.tar.xz
/libfreehand-0.1.1.tar.xz

@ -1,8 +1,8 @@
%global apiversion 0.1 %global apiversion 0.1
Name: libfreehand Name: libfreehand
Version: 0.1.0 Version: 0.1.1
Release: 4%{?dist} Release: 1%{?dist}
Summary: A library for import of Macromedia/Adobe FreeHand documents Summary: A library for import of Macromedia/Adobe FreeHand documents
License: MPLv2.0 License: MPLv2.0
@ -12,7 +12,9 @@ Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: gperf BuildRequires: gperf
BuildRequires: help2man BuildRequires: help2man
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(librevenge-0.0)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
%description %description
@ -40,7 +42,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description tools %description tools
Tools to transform Macromedia/Adobe FreeHand documents into other formats. Tools to transform Macromedia/Adobe FreeHand documents into other formats.
Currently supported: SVG, raw. Currently supported: SVG, raw, text.
%prep %prep
%autosetup -p1 %autosetup -p1
@ -56,6 +58,7 @@ make %{?_smp_mflags}
export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
help2man -N -n 'debug the conversion library' -o fh2raw.1 ./src/conv/raw/.libs/fh2raw help2man -N -n 'debug the conversion library' -o fh2raw.1 ./src/conv/raw/.libs/fh2raw
help2man -N -n 'convert FreeHand document into SVG' -o fh2svg.1 ./src/conv/svg/.libs/fh2svg help2man -N -n 'convert FreeHand document into SVG' -o fh2svg.1 ./src/conv/svg/.libs/fh2svg
help2man -N -n 'convert FreeHand document into plain text' -o fh2text.1 ./src/conv/text/.libs/fh2text
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
@ -87,10 +90,15 @@ install -m 0644 fh2*.1 %{buildroot}/%{_mandir}/man1
%files tools %files tools
%{_bindir}/fh2raw %{_bindir}/fh2raw
%{_bindir}/fh2svg %{_bindir}/fh2svg
%{_bindir}/fh2text
%{_mandir}/man1/fh2raw.1* %{_mandir}/man1/fh2raw.1*
%{_mandir}/man1/fh2svg.1* %{_mandir}/man1/fh2svg.1*
%{_mandir}/man1/fh2text.1*
%changelog %changelog
* Thu Jun 11 2015 David Tardon <dtardon@redhat.com> - 0.1.1-1
- new upstream release
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.0-4 * Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.0-4
- Rebuilt for GCC 5 C++11 ABI change - Rebuilt for GCC 5 C++11 ABI change

@ -1 +1 @@
f50cee10fd59d50f1f350f9e817a0ab3 libfreehand-0.1.0.tar.xz 97eb6a8607de3c101ad05ceacc122107 libfreehand-0.1.1.tar.xz

Loading…
Cancel
Save