Hello community, here is the log from the commit of package libabw for openSUSE:Factory checked in at 2014-02-11 19:36:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libabw (Old) and /work/SRC/openSUSE:Factory/.libabw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libabw" Changes: -------- New Changes file: --- /dev/null 2013-11-25 01:44:08.036031256 +0100 +++ /work/SRC/openSUSE:Factory/.libabw.new/libabw.changes 2014-02-11 19:36:50.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Jan 17 19:00:13 UTC 2014 - [email protected] + +- Initial commit, package will be required with libreoffice 4.2 + New: ---- libabw-0.0.1.tar.xz libabw.changes libabw.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libabw.spec ++++++ # # spec file for package libabw # # Copyright (c) 2014 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/ # %define libname libabw-0_0-0 Name: libabw Version: 0.0.1 Release: 0 Summary: Library for parsing the Abiword file format structure License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: Productivity/Publishing/Word Url: http://www.freedesktop.org/wiki/Software/libabw Source0: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: libwpd-devel >= 0.9.5 BuildRequires: libxml2-devel BuildRequires: pkgconfig BuildRequires: xz BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libabw is library providing ability to interpret and import AbiWord documents into various applications. %package -n %{libname} Summary: Library for parsing the MS Visio file format structure Group: System/Libraries %description -n %{libname} Libabw is library providing ability to interpret and import AbiWord documents into various applications. %package devel Summary: Files for Developing with libabw Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: libwpd-devel Requires: libwpg-devel %description devel Libabw is library providing ability to interpret and import AbiWord documents into various applications. This package contains the libabw development files. %package devel-doc Summary: Documentation for the libabw API Group: Documentation/HTML BuildArch: noarch %description devel-doc This package contains documentation for the libabw API. %package tools Summary: Tools to work with documents in MS Visio file-format Group: Productivity/Publishing/Word %description tools This package contains tools to work with documents in MS Visio file-format. %prep %setup -q %build %configure \ --disable-werror \ --disable-static \ --docdir=%{_docdir}/%{name}-devel/html make %{?_smp_mflags} V=1 %install make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print cp -p COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/ %fdupes -s %{buildroot} %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %defattr(-,root,root) %{_libdir}/*.so.0* %files devel %defattr(-,root,root) %doc %dir %{_docdir}/%{name}-devel/ %doc %{_docdir}/%{name}-devel/[A-Z]* %{_libdir}/*.so %{_libdir}/pkgconfig/libabw*.pc %{_includedir}/libabw-* %files devel-doc %defattr(-,root,root,-) %doc %{_docdir}/%{name}-devel/html/ %files tools %defattr(-,root,root) %doc COPYING.* ChangeLog %{_bindir}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
