]> git.pld-linux.org Git - packages/gaspell.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 16:29:02 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaspell.spec -> 1.8

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.071197 seconds and 4 git commands to generate.