update to 2.2.0 [release 2.2.0-1mamba;Sat Dec 23 2017]
This commit is contained in:
parent
e3507b1c29
commit
1866f33057
44
enchant.spec
44
enchant.spec
@ -1,15 +1,15 @@
|
||||
%define libname libenchant
|
||||
|
||||
Name: enchant
|
||||
Version: 1.6.0
|
||||
Release: 2mamba
|
||||
Version: 2.2.0
|
||||
Release: 1mamba
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
Group: Applications/Spelling Checker
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.abisource.com/projects/enchant/
|
||||
Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
|
||||
Source: https://github.com/AbiWord/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz
|
||||
License: LGPL
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRequires: pkgconfig
|
||||
@ -107,44 +107,42 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/enchant.*
|
||||
%{_bindir}/enchant-2
|
||||
%{_bindir}/enchant-lsmod-2
|
||||
%{_mandir}/man1/enchant-2.*
|
||||
%{_mandir}/man1/enchant-lsmod-2.*
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/enchant
|
||||
%{_libdir}/enchant/lib*_ispell.so
|
||||
%{_libdir}/enchant/lib*myspell.so*
|
||||
%{_libdir}/enchant/lib*_ispell.la
|
||||
%{_libdir}/enchant/lib*myspell.la
|
||||
%{_libdir}/libenchant-2.so.*
|
||||
%dir %{_libdir}/enchant-2
|
||||
%{_libdir}/enchant-2/enchant_hspell.*
|
||||
%{_libdir}/enchant-2/enchant_hunspell.*
|
||||
%dir %{_datadir}/enchant
|
||||
%{_datadir}/enchant/*
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/enchant/
|
||||
%{_includedir}/enchant/*.h
|
||||
%{_libdir}/libenchant.so
|
||||
%{_libdir}/libenchant.la
|
||||
#%{_libdir}/enchantlib*.la
|
||||
%dir %{_includedir}/enchant-2/
|
||||
%{_includedir}/enchant-2/*.h
|
||||
%{_libdir}/libenchant-2.so
|
||||
%{_libdir}/libenchant-2.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc BUGS ChangeLog NEWS README TODO
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files aspell
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/enchant
|
||||
%{_libdir}/enchant/libenchant_aspell.so*
|
||||
%{_libdir}/enchant/libenchant_aspell.la
|
||||
%{_libdir}/enchant-2/enchant_aspell.*
|
||||
|
||||
%files voikko
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/enchant
|
||||
%{_libdir}/enchant/libenchant_voikko.so*
|
||||
%{_libdir}/enchant/libenchant_voikko.la
|
||||
%{_libdir}/enchant-2/enchant_voikko.*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||
- update to 2.2.0
|
||||
|
||||
* Mon Aug 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-2mamba
|
||||
- remove package libenchant-static which only contained .la files (moved to -devel)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user