From a95d57d1999d4f4da14ccc0876e8f7512e29b82a518560023a069d003bfe67a4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Sep 2011 15:41:51 +0000 Subject: [PATCH] Accepting request 83430 from home:jengelh:bl-e - Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83430 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=15 --- baselibs.conf | 5 +++++ enchant.changes | 14 ++++++++++++++ enchant.spec | 12 ++++-------- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index c557186..ef8ff95 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,6 @@ libenchant1 + provides "enchant- = " +enchant-voikko + supplements "packageand(enchant-voikko:libenchant1-)" +enchant-zemberek + supplements "packageand(enchant-zemberek:libenchant1-)" diff --git a/enchant.changes b/enchant.changes index 1e41d40..5268c84 100644 --- a/enchant.changes +++ b/enchant.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant/obsolete tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + +------------------------------------------------------------------- +Mon Oct 11 18:18:24 CEST 2010 - vuntz@opensuse.org + +- Add enchant-voikko and enchant-zemberek to baselibs.conf. +- Add a Provides for enchant to libenchant1 in baselibs.conf, like + in the .spec file. + ------------------------------------------------------------------- Wed Aug 25 10:50:53 CEST 2010 - vuntz@opensuse.org diff --git a/enchant.spec b/enchant.spec index e5b22a0..7c56df8 100644 --- a/enchant.spec +++ b/enchant.spec @@ -1,7 +1,7 @@ # -# spec file for package enchant (Version 1.6.0) +# spec file for package enchant # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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,12 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: enchant Version: 1.6.0 -Release: 5 +Release: 6 License: LGPLv2.1+ Summary: Generic Spell Checking Library Group: Productivity/Text/Spell @@ -105,7 +104,7 @@ to develop applications that require these. %configure --with-pic \ --disable-static \ --enable-zemberek -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall @@ -113,9 +112,6 @@ make %{?jobs:-j%jobs} find %{buildroot} -type f -name "*.la" -delete -print %endif -%clean -rm -rf %{buildroot} - %post -n libenchant1 -p /sbin/ldconfig %postun -n libenchant1 -p /sbin/ldconfig