Accepting request 172402 from LibreOffice:Factory

- Upgrade to upstream 0.2.1
  - Add MPL 2.0+ as license under which libwpg is distributed
  - Numerous coverity fixes
- Remove integrated patch (forwarded request 172400 from fstrba)

OBS-URL: https://build.opensuse.org/request/show/172402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwpg?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2013-04-19 13:44:32 +00:00 committed by Git OBS Bridge
commit 44a49a94dd
5 changed files with 16 additions and 26 deletions

View File

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

3
libwpg-0.2.2.tar.xz Normal file
View File

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

View File

@ -1,17 +0,0 @@
--- docs/doxygen/doxygen.cfg.orig
+++ docs/doxygen/doxygen.cfg
@@ -674,7 +674,7 @@ HTML_HEADER = header.html.in
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER = footer.html.in
+#HTML_FOOTER = footer.html.in
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
@@ -1256,3 +1256,5 @@ DOT_CLEANUP = YES
# used. If set to NO the values of all tags below this one will be ignored.
SEARCHENGINE = NO
+
+HTML_TIMESTAMP = NO

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 19 07:07:14 UTC 2013 - fridrich.strba@suse.com
- Upgrade to upstream 0.2.1
- Add MPL 2.0+ as license under which libwpg is distributed
- Numerous coverity fixes
- Remove integrated patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 16 07:00:09 UTC 2013 - mmeister@suse.com Tue Apr 16 07:00:09 UTC 2013 - mmeister@suse.com

View File

@ -27,15 +27,15 @@ BuildRequires: doxygen
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libwpd-devel >= 0.9.0 BuildRequires: libwpd-devel >= 0.9.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xz
Summary: Library to read and parse graphics in WordPerfect Graphics format Summary: Library to read and parse graphics in WordPerfect Graphics format
License: LGPL-2.1+ License: LGPL-2.1+ and MPL-2.0+
Group: Productivity/Publishing/Word Group: Productivity/Publishing/Word
Version: 0.2.1 Version: 0.2.2
Release: 0 Release: 0
Url: http://libwpg.sourceforge.net/ Url: http://libwpg.sourceforge.net/
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2 Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: libwpg-nodatetime.patch
%description %description
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
@ -88,7 +88,6 @@ Tools to work with graphics in WPG (WordPerfect Graphics) format.
%prep %prep
%setup -q %setup -q
%patch0
%build %build
export CXXFLAGS="%optflags -fvisibility-inlines-hidden" export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
@ -100,7 +99,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT%_libdir/*.la rm $RPM_BUILD_ROOT%_libdir/*.la
# documentation # documentation
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -p AUTHORS COPYING ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name} cp -p AUTHORS COPYING.LGPL COPYING.MPL ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
%post -n %libname -p /sbin/ldconfig %post -n %libname -p /sbin/ldconfig