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
This commit is contained in:
Vincent Untz 2011-09-21 15:41:51 +00:00 committed by Git OBS Bridge
parent 693649a4fc
commit a95d57d199
3 changed files with 23 additions and 8 deletions

View File

@ -1 +1,6 @@
libenchant1
provides "enchant-<targettype> = <version>"
enchant-voikko
supplements "packageand(enchant-voikko:libenchant1-<targettype>)"
enchant-zemberek
supplements "packageand(enchant-zemberek:libenchant1-<targettype>)"

View File

@ -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

View File

@ -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