From 71eb2d025274f48c75e644d8c289a34d5e7ce9b618a5e6f3b962db33c75655af Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 30 Jan 2012 12:56:44 +0000 Subject: [PATCH 1/2] Remove redundant tags/sections OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvoikko?expand=0&rev=13 --- libvoikko.changes | 5 +++++ libvoikko.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libvoikko.changes b/libvoikko.changes index 6d91bde..f750840 100644 --- a/libvoikko.changes +++ b/libvoikko.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 30 12:56:36 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions + ------------------------------------------------------------------- Tue Dec 27 13:10:08 UTC 2011 - idonmez@suse.com diff --git a/libvoikko.spec b/libvoikko.spec index 57000a6..01b7555 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,7 +1,7 @@ # # spec file for package libvoikko # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libvoikko Version: 2.1 Release: 0 @@ -35,7 +36,6 @@ BuildRequires: libtool BuildRequires: python BuildRequires: python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libvoikko1 = %{version}-%{release} %description Voikko is a Finnish spellchecker and hyphenator based on Malaga and From 1b6f2a6494b61e3f4ea139120240ecb3ee568eb156457775cd79fa040af594a6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 30 Jan 2012 13:08:41 +0000 Subject: [PATCH 2/2] Ensure presence of pkgconfig symbols OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvoikko?expand=0&rev=14 --- libvoikko.changes | 5 +++++ libvoikko.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libvoikko.changes b/libvoikko.changes index f750840..1a99436 100644 --- a/libvoikko.changes +++ b/libvoikko.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 30 13:08:16 UTC 2012 - jengelh@medozas.de + +- Ensure pkgconfig symbols are present + ------------------------------------------------------------------- Mon Jan 30 12:56:36 UTC 2012 - jengelh@medozas.de diff --git a/libvoikko.spec b/libvoikko.spec index 01b7555..d5fca00 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: libvoikko Version: 2.1 Release: 0 @@ -33,6 +32,7 @@ BuildRequires: gcc-c++ BuildRequires: glib2-devel BuildRequires: libmalaga-devel BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: python BuildRequires: python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build