[libmwaw] new upstream release 0.3.2

David Tardon dtardon at fedoraproject.org
Wed Aug 13 07:13:19 UTC 2014


commit 46f7730860d5450556c3fa64f76a0e1816b21b7b
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Aug 13 09:12:56 2014 +0200

    new upstream release 0.3.2

 .gitignore                                         |    1 +
 ...nge-stream-is-optional-don-t-depend-on-it.patch |  266 --------------------
 ...nge-stream-is-optional-don-t-depend-on-it.patch |   54 ----
 libmwaw.spec                                       |   13 +-
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 329 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 959ef72..4983641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libmwaw-0.1.11.tar.xz
 /libmwaw-0.2.0.tar.xz
 /libmwaw-0.3.1.tar.xz
+/libmwaw-0.3.2.tar.xz
diff --git a/libmwaw.spec b/libmwaw.spec
index 6620535..c5ca9bf 100644
--- a/libmwaw.spec
+++ b/libmwaw.spec
@@ -1,23 +1,19 @@
 %global apiversion 0.3
 
 Name: libmwaw
-Version: 0.3.1
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Summary: A library for import of many old Mac document formats
 
 License: LGPLv2+ or MPLv2.0
 URL: http://sourceforge.net/projects/libmwaw/
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 
-BuildRequires: automake
 BuildRequires: boost-devel
 BuildRequires: doxygen
 BuildRequires: help2man
 BuildRequires: pkgconfig(librevenge-0.0)
 
-Patch0: 0001-librevenge-stream-is-optional-don-t-depend-on-it.patch
-Patch1: 0002-librevenge-stream-is-optional-don-t-depend-on-it.patch
-
 %description
 {name} is a library for import of old Mac documents. It supports many
 kinds of text documents, spreadsheets, databases, vector and bitmap
@@ -53,8 +49,6 @@ Supported output formats are CSV, HTML, SVG, plain text and raw.
 %autosetup -p1
 
 %build
-aclocal
-automake --add-missing
 %configure --disable-static --disable-werror --disable-zip --enable-docs
 sed -i \
     -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
@@ -110,6 +104,9 @@ install -m 0644 mwaw2*.1 %{buildroot}/%{_mandir}/man1
 %{_mandir}/man1/mwaw2text.1*
 
 %changelog
+* Wed Aug 13 2014 David Tardon <dtardon at redhat.com> - 0.3.2-1
+- new upstream release
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index bb6ff6f..8e62a20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f5d08a835145c599c900b7b6cef1e3b  libmwaw-0.3.1.tar.xz
+b1847d4befd4e0e6a297101f0e28ad99  libmwaw-0.3.2.tar.xz


More information about the scm-commits mailing list