forked from pool/enchant
Accepting request 46438 from GNOME:Factory
Copy from GNOME:Factory/enchant based on submit request 46438 from user vuntz OBS-URL: https://build.opensuse.org/request/show/46438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enchant?expand=0&rev=15
This commit is contained in:
commit
4571935ca8
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 10:50:53 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Move the files needed by the library to the libenchant1
|
||||
subpackage, and create a tools subpackage. The enchant package is
|
||||
provided/obsoleted by libenchant1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 12:50:32 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
39
enchant.spec
39
enchant.spec
@ -20,7 +20,7 @@
|
||||
|
||||
Name: enchant
|
||||
Version: 1.6.0
|
||||
Release: 2
|
||||
Release: 5
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library
|
||||
Group: Productivity/Text/Spell
|
||||
@ -39,6 +39,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
A library providing an efficient extensible abstraction for dealing
|
||||
with different spell checking libraries.
|
||||
|
||||
%package tools
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library - Command Line Tools
|
||||
Group: Productivity/Text/Spell
|
||||
|
||||
%description tools
|
||||
A library providing an efficient extensible abstraction for dealing
|
||||
with different spell checking libraries.
|
||||
|
||||
This package provides command-line tools to interact with enchant.
|
||||
|
||||
%package voikko
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library - Voikko Plugin
|
||||
@ -70,7 +81,8 @@ different spell checking libraries.
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
|
||||
%description -n libenchant1
|
||||
A library providing an efficient extensible abstraction for dealing
|
||||
@ -108,18 +120,11 @@ rm -rf %{buildroot}
|
||||
|
||||
%postun -n libenchant1 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
# AUTHORS == MAINTAINERS in 1.3.0, TODO is 1 byte, BUGS has nothing interesting
|
||||
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
||||
%defattr (-, root, root)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/enchant
|
||||
%dir %{_libdir}/enchant
|
||||
%{_libdir}/enchant/libenchant_aspell.so
|
||||
%{_libdir}/enchant/libenchant_ispell.so
|
||||
%{_libdir}/enchant/libenchant_myspell.so
|
||||
%doc %{_mandir}/man?/*.*
|
||||
%{_bindir}/enchant
|
||||
%{_bindir}/enchant-lsmod
|
||||
%doc %{_mandir}/man1/enchant.1*
|
||||
|
||||
%files voikko
|
||||
%defattr(-,root,root)
|
||||
@ -131,7 +136,15 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libenchant1
|
||||
%defattr(-,root,root)
|
||||
# AUTHORS == MAINTAINERS in 1.3.0, TODO is 1 byte, BUGS has nothing interesting
|
||||
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
# The directories are not versioned, unfortunately. Not good for the SLPP.
|
||||
%{_datadir}/enchant
|
||||
%dir %{_libdir}/enchant
|
||||
%{_libdir}/enchant/libenchant_aspell.so
|
||||
%{_libdir}/enchant/libenchant_ispell.so
|
||||
%{_libdir}/enchant/libenchant_myspell.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user