update to 1.3.4 [release 1.3.4-1mamba;Wed Feb 03 2016]
This commit is contained in:
parent
733a5f0c28
commit
ba1a6eab1e
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version| cut -d. -f1-2)
|
||||
Name: hunspell
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 1mamba
|
||||
Summary: The default spell checker of OpenOffice.org office suite
|
||||
Group: System/Tools
|
||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://hunspell.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz
|
||||
Source: https://github.com/hunspell/hunspell.git/v%{version}/hunspell-%{version}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz
|
||||
Patch0: %{name}-1.1.11-lib_noversion.patch
|
||||
Patch1: %{name}-1.2.8-defaultlanguage.patch
|
||||
License: GPL, LGPL, MPL 1.1
|
||||
@ -63,7 +64,7 @@ Main features:
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
@ -77,7 +78,7 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
#%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -102,7 +103,8 @@ This package contains static libraries and header files need for development.
|
||||
%{_mandir}/man5/hunspell.5*
|
||||
%{_mandir}/hu/man1/hunspell.1*
|
||||
|
||||
%files -n libhunspell -f %{name}.lang
|
||||
%files -n libhunspell
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libhunspell-%{majver}.so.*
|
||||
%doc AUTHORS COPYING
|
||||
@ -122,6 +124,9 @@ This package contains static libraries and header files need for development.
|
||||
%doc THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Wed Feb 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.4-1mamba
|
||||
- update to 1.3.4
|
||||
|
||||
* Mon Jun 09 2014 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user