forked from pool/aspell
Accepting request 103162 from devel:libraries:c_c++
- Remove redundant tags/sections per specfile guideline suggestions OBS-URL: https://build.opensuse.org/request/show/103162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aspell?expand=0&rev=25
This commit is contained in:
commit
fb32dd8800
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 28 21:01:20 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections per specfile guideline suggestions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 22 14:03:06 UTC 2011 - pgajdos@suse.com
|
Tue Nov 22 14:03:06 UTC 2011 - pgajdos@suse.com
|
||||||
|
|
||||||
|
10
aspell.spec
10
aspell.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aspell
|
# spec file for package aspell
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,6 @@ memory for dictionaries and intelligently handling personal
|
|||||||
dictionaries when more than one Aspell process is open at once.
|
dictionaries when more than one Aspell process is open at once.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Include Files and Libraries Mandatory for Development with aspell
|
Summary: Include Files and Libraries Mandatory for Development with aspell
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
@ -77,7 +76,6 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require aspell.
|
to develop applications that require aspell.
|
||||||
|
|
||||||
%package ispell
|
%package ispell
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: GNU Aspell - Ispell compatibility
|
Summary: GNU Aspell - Ispell compatibility
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -91,7 +89,6 @@ This package contains an ispell script for compatibility reasons so that
|
|||||||
programs that expect the "ispell" command will work correctly.
|
programs that expect the "ispell" command will work correctly.
|
||||||
|
|
||||||
%package spell
|
%package spell
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: GNU Aspell - Spell compatibility
|
Summary: GNU Aspell - Spell compatibility
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -105,7 +102,6 @@ This package contains a spell script for compatibility reasons so that programs
|
|||||||
that expect the "spell" command will work correctly.
|
that expect the "spell" command will work correctly.
|
||||||
|
|
||||||
%package -n libaspell15
|
%package -n libaspell15
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: GNU Aspell Library
|
Summary: GNU Aspell Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -116,7 +112,6 @@ can be used as a library or as an independent spell checker.
|
|||||||
This package contains the aspell library.
|
This package contains the aspell library.
|
||||||
|
|
||||||
%package -n libpspell15
|
%package -n libpspell15
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: GNU Aspell - Pspell Compatibility Library
|
Summary: GNU Aspell - Pspell Compatibility Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -159,9 +154,6 @@ ln -s %{_libdir}/aspell-0.60/spell %{buildroot}%{_bindir}
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user