Hello community, here is the log from the commit of package libstaroffice for openSUSE:Factory checked in at 2016-04-12 19:31:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstaroffice (Old) and /work/SRC/openSUSE:Factory/.libstaroffice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstaroffice" Changes: -------- New Changes file: --- /dev/null 2016-04-07 01:36:33.300037506 +0200 +++ /work/SRC/openSUSE:Factory/.libstaroffice.new/libstaroffice.changes 2016-04-12 19:31:29.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Mar 24 13:54:37 UTC 2016 - [email protected] + +- Initial package used by writerperfect + New: ---- libstaroffice-0.0.1.tar.xz libstaroffice.changes libstaroffice.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstaroffice.spec ++++++ # # spec file for package libstaroffice # # Copyright (c) 2016 SUSE LINUX 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/ # %define libname libstaroffice-0_0-0 Name: libstaroffice Version: 0.0.1 Release: 0 Summary: A library for import of StarOffice documents License: LGPL-2.1+ and MPL-2.0+ Group: Productivity/Publishing/Word Url: https://github.com/fosnola/libstaroffice/wiki Source: https://github.com/fosnola/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description %{name} is a library for import of StarOffice documents. %package -n %{libname} Summary: A library for import of StarOffice documents Group: System/Libraries %description -n %{libname} %{name} is a library for import of StarOffice documents. %package devel Summary: A library for import of StarOffice documents Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: libstdc++-devel %description devel %{name} is a library for import of StarOffice documents. %package devel-doc Summary: Documentation for the libstaroffice API Group: Documentation/HTML BuildArch: noarch %description devel-doc This package contains documentation for the libstaroffice API. %package tools Summary: Tools to work with documents in StarOffice formats Group: Productivity/Publishing/Word %description tools This package contains tools to work with documents in StarOffice file-format. %prep %setup -q # fix date in documentation sed -i \ -e 's/on $datetime //g' \ docs/doxygen/footer.html.in %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-silent-rules \ --disable-werror \ --disable-static \ --docdir=%{_docdir}/%{name}-devel/html \ --with-sharedptr=c++11 make %{?_smp_mflags} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -delete -print %fdupes -s %{buildroot} %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %defattr(-,root,root) %{_libdir}/*.so.* %doc ChangeLog %doc COPYING.LGPL %doc COPYING.MPL %doc NEWS %files devel %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/pkgconfig/libstaroffice*.pc %{_includedir}/libstaroffice* %files devel-doc %defattr(-,root,root,-) %dir %{_docdir}/%{name}-devel %doc %{_docdir}/%{name}-devel/html/ %files tools %defattr(-,root,root) %{_bindir}/sd2raw %{_bindir}/sd2svg %{_bindir}/sd2text %{_bindir}/sdc2csv %{_bindir}/sdw2html %changelog
