]> git.pld-linux.org Git - packages/gaspell.git/blobdiff - gaspell.spec
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/gaspell.git] / gaspell.spec
index 75e64a86feb0040fc881e6c2317a12b814c2c244..359c5a990af4320117a316d92b4e3072dc97dd6b 100644 (file)
@@ -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 <kevinatk@home.com>
 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
This page took 0.095854 seconds and 4 git commands to generate.