]> git.pld-linux.org Git - packages/gaspell.git/blobdiff - gaspell.spec
- removed two lines with define
[packages/gaspell.git] / gaspell.spec
index 019336a650f16243183fa152be8a6f0a0ae79052..99e29e1aa8c49017641de5235a532f07d18793cc 100644 (file)
@@ -1,5 +1,5 @@
 
-%define                ver     .28.5
+%define                ver     .30
 
 Summary:       Gnome frontend to the Aspell library
 Summary(pl):   Frontend Gnome do biblioteki aspell
@@ -15,6 +15,7 @@ BuildRequires:        aspell-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      aspell
 
+
 %description
 Gnome frontend to the Aspell library. Or put another way a simple
 spell checker that does a way better job than ispell does with coming
@@ -34,15 +35,16 @@ ispell radzi sobie z propozycjami wymiennik
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 install gaspell $RPM_BUILD_ROOT%{_bindir}
-
-gzip -9nf ChangeLog README TODO
+install gaspell.desktop $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog.gz README.gz TODO.gz
+%doc ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/gaspell
+%{_applnkdir}/Utilities/gaspell.desktop
This page took 0.135999 seconds and 4 git commands to generate.