Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2012-12-28 22:44:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and      /work/SRC/openSUSE:Factory/.libmspub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmspub", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2012-12-28 
22:44:18.000000000 +0100
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Thu Nov 29 20:38:55 UTC 2012 - tchva...@suse.com
+
+- Update the whitespacing and order 
+
+-------------------------------------------------------------------
+Thu Nov 29 11:05:06 UTC 2012 - tchva...@suse.com
+
+- Version bump to 0.0.3
+  * cleanup the license string
+  * disable werror explicitely
+  * fdupe duped images
+
+-------------------------------------------------------------------
+Mon Aug  6 11:26:50 CEST 2012 - fridrich.st...@suse.com
+
+- Upgrade to upstream version 0.0.2
+  * support of MS Publisher versions 98 to 2002
+  * extended coverage of autoshapes for version 2003
+
+-------------------------------------------------------------------
+Mon Jun  4 14:52:32 CEST 2012 - fridrich.st...@suse.com
+
+- Initial package of libmspub
+

New:
----
  libmspub-0.0.3.tar.xz
  libmspub.changes
  libmspub.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmspub.spec ++++++
#
# spec file for package libmspub
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           libmspub
# note: the main package is empty, it only sets a sane name for the source rpm
%if 0%{?suse_version} > 1020
%define build_doc       1
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:  fdupes
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
Url:            http://www.freedesktop.org/wiki/Software/libmspub
Source:         http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
libmspub is a library for parsing the Microsoft Publisher file format structure.


%define libname libmspub-0_0-0

%package -n %libname
Summary:        Microsoft Publisher file format parser library
Group:          System/Libraries

%description -n %libname
libmspub is a library for parsing the Corel Draw file format structure. It is
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

%description devel
libmspub is a library for parsing the Microsoft Publisher file format structure.

This package contains the libmspub development files.


%if %build_doc

%package devel-doc
Summary:        Documentation for the libmspub API
Group:          Documentation/HTML

%description devel-doc
This package contains documentation for the libmspub API.

%endif

%package tools
Summary:        Tools to work with publications in Microsoft Publisher 
file-format
Group:          Productivity/Publishing/Word

%description tools
Command line tools to work with publications in Microsoft Publisher file-format.


%prep
%setup -q

%build
%configure \
        --disable-werror \
        --disable-static \
        --docdir=%_docdir/%name
make %{?_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT%_libdir/*.la
# documentation
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -p AUTHORS COPYING.* ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
# docs have duped pictures
%fdupes $RPM_BUILD_ROOT

%post -n %libname -p /sbin/ldconfig

%postun -n %libname -p /sbin/ldconfig

%files -n %libname
%defattr(-,root,root)
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmspub*.pc
%{_includedir}/libmspub-*
%if %build_doc != 0

%files devel-doc
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}/html
%endif

%files tools
%defattr(-,root,root)
%{_bindir}/*
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/[A-Z]*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to