From 9842404c3c4599239984d716f4f77686efd2e0b3 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 2 May 2001 16:29:02 +0000 Subject: [PATCH] - adapterized and made spec %%debug ready or added using %%rpm*flags macros Changed files: gaspell.spec -> 1.8 --- gaspell.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gaspell.spec b/gaspell.spec index 75e64a8..359c5a9 100644 --- a/gaspell.spec +++ b/gaspell.spec @@ -1,11 +1,13 @@ Summary: Gnome frontend to the Aspell library +Summary(pl): Frontend Gnome do biblioteki aspell Name: gaspell Version: .28.5 Release: 1 License: GPL -Group: Utilities/Text +Group: Applications/Text +Group(de): Applikationen/Text Group(fr): Utilitaires/Texte -Group(pl): Narzêdzia/Tekst +Group(pl): Aplikacje/Tekst Vendor: Kevin Atkinson Source0: %{name}-%{version}.tar.gz URL: http://metalab.unc.edu/kevina/aspell @@ -26,18 +28,20 @@ ispell radzi sobie z propozycjami wymiennik %setup -q %build -%{__make} CXXFLAGS=$RPM_OPT_FLAGS ASPELL_PREFIX=%{_prefix} +%{__make} CXXFLAGS="%{rpmcflags}" ASPELL_PREFIX=%{_prefix} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} -install -s gaspell $RPM_BUILD_ROOT%{_bindir} +install gaspell $RPM_BUILD_ROOT%{_bindir} + +gzip -9nf ChangeLog README TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog README TODO +%doc ChangeLog.gz README.gz TODO.gz %attr(755,root,root) %{_bindir}/gaspell -- 2.44.0