Cleaned build section
STRIP variable is used in make install CFLAGS are picked up already by configure script fixed bogus dates in changelog
This commit is contained in:
parent
1e6fedb7a4
commit
5c0c829a23
22
hspell.spec
22
hspell.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A Hebrew spell checker
|
Summary: A Hebrew spell checker
|
||||||
Name: hspell
|
Name: hspell
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: AGPLv3
|
License: AGPLv3
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://hspell.ivrix.org.il/
|
URL: http://hspell.ivrix.org.il/
|
||||||
@ -46,11 +46,11 @@ Hebrew hunspell dictionaries.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-fatverb --enable-linginfo --enable-shared
|
%configure --enable-fatverb --enable-linginfo --enable-shared
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" STRIP=:
|
make
|
||||||
make hunspell
|
make hunspell
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT STRIP=: install
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libhspell.a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libhspell.a
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
@ -84,6 +84,12 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2014 Peter Schiffer <pschiffe@redhat.com> - 1.2-8
|
||||||
|
- cleaned build section:
|
||||||
|
STRIP variable is used in make install
|
||||||
|
CFLAGS are picked up already by configure script
|
||||||
|
fixed bogus dates in changelog
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
@ -140,13 +146,13 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff
|
|||||||
Mostly applying Caolan McNamara's patch #155078.
|
Mostly applying Caolan McNamara's patch #155078.
|
||||||
* Sun Feb 11 2007 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-6
|
* Sun Feb 11 2007 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-6
|
||||||
- Use gzip -n to exclude MTIME from compressed data and resolve bug #228171
|
- Use gzip -n to exclude MTIME from compressed data and resolve bug #228171
|
||||||
* Tue Sep 11 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-5
|
* Tue Sep 12 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-5
|
||||||
- Rebuild for Fedora Extras 6
|
- Rebuild for Fedora Extras 6
|
||||||
* Sun Jul 9 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-4
|
* Sun Jul 9 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-4
|
||||||
- bump version to mend upgrade path. Bug #197125
|
- bump version to mend upgrade path. Bug #197125
|
||||||
* Sat May 20 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-3
|
* 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).
|
- 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
|
* Mon May 15 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-2
|
||||||
- new upstream release.
|
- new upstream release.
|
||||||
- Hebrew description converted to utf8.
|
- Hebrew description converted to utf8.
|
||||||
* Tue Feb 28 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-7
|
* Tue Feb 28 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-7
|
||||||
@ -154,10 +160,10 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff
|
|||||||
* Mon Sep 26 2005 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-6
|
* Mon Sep 26 2005 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-6
|
||||||
- Add the text of the GPL to the binary package. It seems that I'll do anything
|
- Add the text of the GPL to the binary package. It seems that I'll do anything
|
||||||
to make my sponsor Tom happy.
|
to make my sponsor Tom happy.
|
||||||
* Thu Sep 23 2005 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-5
|
* Thu Sep 22 2005 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-5
|
||||||
- According to Tom's request, distribute the fat version.
|
- According to Tom's request, distribute the fat version.
|
||||||
- Add short Hebrew description to the devel package.
|
- Add short Hebrew description to the devel package.
|
||||||
* Thu Sep 20 2005 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-4
|
* Tue Sep 20 2005 Dan Kenigsberg <danken@cs.technion.ac.il> 0.9-4
|
||||||
- Distribute the "slim" flavor, as I suspect it is better suited for the casual
|
- Distribute the "slim" flavor, as I suspect it is better suited for the casual
|
||||||
user (even though I personally enjoy the chubby morphological analizer).
|
user (even though I personally enjoy the chubby morphological analizer).
|
||||||
* Mon Sep 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.9-3
|
* Mon Sep 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.9-3
|
||||||
@ -166,7 +172,7 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff
|
|||||||
- version 0.9, some magic to silence rpmlint
|
- version 0.9, some magic to silence rpmlint
|
||||||
* Fri Jun 4 2004 Dan Kenigsberg <danken@cs.technion.ac.il> 0.8-1
|
* Fri Jun 4 2004 Dan Kenigsberg <danken@cs.technion.ac.il> 0.8-1
|
||||||
- Some cleanups, and a devel package
|
- Some cleanups, and a devel package
|
||||||
* Fri Dec 20 2003 Dan Kenigsberg <danken@cs.technion.ac.il> 0.7-1
|
* Fri Dec 19 2003 Dan Kenigsberg <danken@cs.technion.ac.il> 0.7-1
|
||||||
- Changes for version 0.7
|
- Changes for version 0.7
|
||||||
* Tue Jul 29 2003 Dan Kenigsberg <danken@cs.technion.ac.il> 0.6-1
|
* Tue Jul 29 2003 Dan Kenigsberg <danken@cs.technion.ac.il> 0.6-1
|
||||||
- Tiny changes for the C frontend
|
- Tiny changes for the C frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user