new release

f41
David Tardon 11 years ago
parent 3d3a40fc8d
commit 3a3b5cc3f5

1
.gitignore vendored

@ -3,3 +3,4 @@
/libmwaw-0.1.9.tar.xz /libmwaw-0.1.9.tar.xz
/libmwaw-0.1.10.tar.xz /libmwaw-0.1.10.tar.xz
/libmwaw-0.1.11.tar.xz /libmwaw-0.1.11.tar.xz
/libmwaw-0.2.0.tar.xz

@ -1,9 +1,9 @@
%global apiversion 0.1 %global apiversion 0.2
Name: libmwaw Name: libmwaw
Version: 0.1.11 Version: 0.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Import library for some old mac text documents Summary: An import library for many old mac document formats
Group: System Environment/Libraries Group: System Environment/Libraries
# The entire source code is LGPLv2+/MPLv2.0 except # The entire source code is LGPLv2+/MPLv2.0 except
@ -17,11 +17,14 @@ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: libwpd-devel BuildRequires: libwpd-devel
BuildRequires: libwpg-devel
%description %description
libmwaw contains some import filters for old mac text documents libmwaw contains import filters for many old mac documents, mostly text
(MacWrite, ClarisWorks, ... ) based on top of the libwpd (which is formats like ClarisWorks, MacWrite or MS Word for Mac, but it has a
already used in three word processors). limited support for vector drawings and spreadsheets as well (limited in
the sense that it treats them as text documents). Full list of supported
formats is available at https://sourceforge.net/p/libmwaw/wiki/Home/ .
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
@ -48,7 +51,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description tools %description tools
Tools to transform the supported document formats into other formats. Tools to transform the supported document formats into other formats.
Supported output formats are XHTML, text and raw. Supported output formats are CSV, XHTML, text and raw.
%prep %prep
@ -85,6 +88,7 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
%files devel %files devel
%doc HACKING
%{_includedir}/%{name}-%{apiversion} %{_includedir}/%{name}-%{apiversion}
%{_libdir}/%{name}-%{apiversion}.so %{_libdir}/%{name}-%{apiversion}.so
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc %{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
@ -96,12 +100,16 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
%files tools %files tools
%{_bindir}/mwaw2csv
%{_bindir}/mwaw2html %{_bindir}/mwaw2html
%{_bindir}/mwaw2raw %{_bindir}/mwaw2raw
%{_bindir}/mwaw2text %{_bindir}/mwaw2text
%changelog %changelog
* Sat Nov 02 2013 David Tardon <dtardon@redhat.com> - 0.2.0-1
- new release
* Mon Sep 09 2013 David Tardon <dtardon@redhat.com> - 0.1.11-1 * Mon Sep 09 2013 David Tardon <dtardon@redhat.com> - 0.1.11-1
- new upstream release - new upstream release

@ -1 +1 @@
db861dedfd41d75dc23be149ec4dceba libmwaw-0.1.11.tar.xz bcec7fb6cda6d6d233f305d98acfc0cf libmwaw-0.2.0.tar.xz

Loading…
Cancel
Save