do not strip binary package, create a useful debuginfo
This commit is contained in:
parent
33478ecf19
commit
d18a2923c8
@ -1,7 +1,7 @@
|
||||
Summary: A Hebrew spell checker
|
||||
Name: hspell
|
||||
Version: 1.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: http://ivrix.org.il/projects/spell-checker/
|
||||
Source: http://ivrix.org.il/projects/spell-checker/hspell-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -46,6 +46,7 @@ Library and include files for applications that want to use Hspell.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i -e '/^\s\+strip\s/d' Makefile.in
|
||||
|
||||
%build
|
||||
%configure --enable-fatverb --enable-linginfo
|
||||
@ -74,6 +75,8 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/hspell.3*
|
||||
|
||||
%changelog
|
||||
* Sat May 20 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-3
|
||||
- do not strip the binary, create useful defuginfo package (Bug #192437).
|
||||
* Sun May 15 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-2
|
||||
- new upstream release.
|
||||
- Hebrew description converted to utf8.
|
||||
|
Loading…
Reference in New Issue
Block a user