Accepting request 157673 from LibreOffice:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmspub?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2013-04-26 11:27:16 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e27c3021006080298357101a724563c23835c89757527217fb7f9357549ab15f
size 339552

3
libmspub-0.0.5.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ba71b640787d6b71337e2955d6fd10a11d8ca869359e03623193bf4f56e91ab
size 349232

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 21 09:17:36 UTC 2013 - tchvatal@suse.com
- Version bump to 0.0.5 - bugfix release.
-------------------------------------------------------------------
Tue Feb 5 14:11:09 UTC 2013 - tchvatal@suse.com
- Update to 0.0.4
* now uses icu
-------------------------------------------------------------------
Thu Nov 29 20:38:55 UTC 2012 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libmspub
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
Name: libmspub
# note: the main package is empty, it only sets a sane name for the source rpm
%if 0%{?suse_version} > 1020
@@ -25,14 +24,20 @@ BuildRequires: doxygen
%else
%define build_doc 0
%endif
BuildRequires: boost-devel gcc-c++ pkgconfig xz zlib-devel
BuildRequires: libwpd-devel >= 0.9.0 libwpg-devel >= 0.2.0
BuildRequires: boost-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libicu-devel
BuildRequires: libwpd-devel >= 0.9.0
BuildRequires: libwpg-devel >= 0.2.0
BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: zlib-devel
Summary: Microsoft Publisher file format parser library
Version: 0.0.3
Release: 0
License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
Group: Productivity/Publishing/Word
Version: 0.0.5
Release: 0
Url: http://www.freedesktop.org/wiki/Software/libmspub
Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +60,9 @@ cross-platform, at the moment it can be build on Microsoft Windows and Linux.
%package devel
Summary: Files for Developing with libmspub
Group: Development/Libraries/C and C++
Requires: %libname = %version libwpd-devel libwpg-devel
Requires: %libname = %version
Requires: libwpd-devel
Requires: libwpg-devel
%description devel
libmspub is a library for parsing the Microsoft Publisher file format structure.