Accepting request 46176 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/enchant via accept of submit request 46176 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/46176 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=11
This commit is contained in:
parent
0c159d627b
commit
2c17d9185f
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libenchant1
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- add baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 2 19:11:59 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
40
enchant.spec
40
enchant.spec
@ -20,12 +20,13 @@
|
||||
|
||||
Name: enchant
|
||||
Version: 1.6.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPLv2.1+
|
||||
Summary: Generic Spell Checking Library
|
||||
Group: Productivity/Text/Spell
|
||||
Url: http://www.abisource.com/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: aspell-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -38,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
|
||||
@ -69,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
|
||||
@ -107,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)
|
||||
@ -130,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…
Reference in New Issue
Block a user