From c96de458dd3b5727b815ad6af4f850975e3ccab7ba54923ce6df75b10f4c1f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Jul 2014 14:09:01 +0000 Subject: [PATCH 1/3] - Add group OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=5 --- librevenge.changes | 5 +++++ librevenge.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/librevenge.changes b/librevenge.changes index d04bc8f..9c69466 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com + +- Add group + ------------------------------------------------------------------- Tue Jun 3 07:07:46 UTC 2014 - fstrba@suse.com diff --git a/librevenge.spec b/librevenge.spec index feac64a..ecfcfc1 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -23,6 +23,7 @@ Version: 0.0.1 Release: 0 Summary: A base library for writing document import filters License: LGPL-2.1+ or MPL-2.0+ +Group: System/Libraries Url: http://sourceforge.net/p/libwpd/wiki/librevenge/ Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz BuildRequires: boost-devel @@ -42,6 +43,7 @@ presentations. %package -n %{name}-%{pkgextension} Summary: A base library for writing document import filters +License: LGPL-2.1+ or MPL-2.0+ Group: System/Libraries %description -n %{name}-%{pkgextension} @@ -51,9 +53,9 @@ presentations. %package -n %{name}-stream-%{pkgextension} Summary: A base library for writing document import filters (stream implementations) -# src/lib/RVNGOLEStream.{h,cpp} are BSD3c License: (LGPL-2.1+ or MPL-2.0+) and BSD-3-Clause Group: System/Libraries +# src/lib/RVNGOLEStream.{h,cpp} are BSD3c %description -n %{name}-stream-%{pkgextension} %{name} is a base library for writing document import filters. It has @@ -63,6 +65,7 @@ This package contains the different stream implementations. %package -n %{name}-generators-%{pkgextension} Summary: A base library for writing document import filters +License: LGPL-2.1+ or MPL-2.0+ Group: System/Libraries %description -n %{name}-generators-%{pkgextension} @@ -74,6 +77,7 @@ documents using %{name}'s APIs. %package devel Summary: Development files for %{name} +License: LGPL-2.1+ or MPL-2.0+ Group: Development/Libraries/C and C++ Requires: %{name}-%{pkgextension} = %{version}-%{release} Requires: %{name}-generators-%{pkgextension} = %{version}-%{release} @@ -85,6 +89,7 @@ developing applications that use %{name}. %package doc Summary: Documentation of %{name} API +License: LGPL-2.1+ or MPL-2.0+ Group: Documentation/Other %if 0%{?suse_version} > 1200 BuildArch: noarch @@ -96,7 +101,6 @@ The %{name}-doc package contains documentation files for %{name}. %prep %setup -q - %build %configure \ --disable-static \ From 5ad99a4fea2511c4586e7b078666e1c5c9de9ed016d0ddb69ba1ce4b6e7195f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Jul 2014 14:12:16 +0000 Subject: [PATCH 2/3] - Disable silent rules OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=6 --- librevenge.changes | 5 +++++ librevenge.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/librevenge.changes b/librevenge.changes index 9c69466..9fbf3cd 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 1 14:12:01 UTC 2014 - tchvatal@suse.com + +- Disable silent rules + ------------------------------------------------------------------- Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com diff --git a/librevenge.spec b/librevenge.spec index ecfcfc1..5fbe61e 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -73,7 +73,7 @@ Group: System/Libraries interfaces for text documents, vector graphics, spreadsheets and presentations. This package contains classes to be used by converters that generate -documents using %{name}'s APIs. +documents using %{name}s APIs. %package devel Summary: Development files for %{name} @@ -106,6 +106,7 @@ The %{name}-doc package contains documentation files for %{name}. --disable-static \ --disable-werror \ --enable-pretty-printers \ + --disable-silent-rules \ --docdir=%{_docdir}/%{name} make %{?_smp_mflags} @@ -127,7 +128,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n %{name}-generators-%{pkgextension} -p /sbin/ldconfig %if 0%{?suse_version} > 1300 - %check export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} make %{?_smp_mflags} check From 8d76eea5bf39e376221173b820a08f991f618dae7a637a20871e60ac41eb2483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Jul 2014 14:17:24 +0000 Subject: [PATCH 3/3] - Add gdb dep to provide /usr/share/gdb directory OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=7 --- librevenge.changes | 5 +++++ librevenge.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/librevenge.changes b/librevenge.changes index 9fbf3cd..62a6686 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 1 14:16:51 UTC 2014 - tchvatal@suse.com + +- Add gdb dep to provide /usr/share/gdb directory + ------------------------------------------------------------------- Tue Jul 1 14:12:01 UTC 2014 - tchvatal@suse.com diff --git a/librevenge.spec b/librevenge.spec index 5fbe61e..1b5c654 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -30,6 +30,7 @@ BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gdb BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(cppunit)