]> git.pld-linux.org Git - packages/gaspell.git/commitdiff
- update to 0.30,
authorMariusz Witkowski <maryush@gmail.com>
Sun, 5 May 2002 21:31:45 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix path,
- fix missing files.

Changed files:
    gaspell.spec -> 1.17

gaspell.spec

index 019336a650f16243183fa152be8a6f0a0ae79052..fc2ac8abedd1465f16e6fc25ffb918bf8aeb9ce8 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,8 @@ BuildRequires:        aspell-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      aspell
 
+%define                _prefix         /usr/X11R6
+
 %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,8 +36,10 @@ 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}
+install gaspell.desktop $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 gzip -9nf ChangeLog README TODO
 
@@ -46,3 +50,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog.gz README.gz TODO.gz
 %attr(755,root,root) %{_bindir}/gaspell
+%{_applnkdir}/Utilities/gaspell.desktop
This page took 0.060591 seconds and 4 git commands to generate.