]> git.pld-linux.org Git - packages/gaspell.git/commitdiff
- adapter(ized) and partialy rewrited.
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Nov 1999 14:24:09 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaspell.spec -> 1.2

gaspell.spec

index 19ccc169a2f33013ab9226d7389dd4e73bfa20d2..8d5c59f312f5b3d2d15f85167578635edf684124 100644 (file)
@@ -1,28 +1,19 @@
-%define        name    gaspell
-%define        version .28.5
-%define        release 1
-%define        serial  1
-
 Summary:       Gnome frontend to the Aspell library.
-Name:          %{name}
-Version:       %{version}
-Release:       %{release}
-Serial:                %{serial}
-Copyright:     GPL
+Name:          gaspell
+Version:       .28.5
+Release:       1
+License:       GPL
 Group:         Applications/Text
-URL:           http://metalab.unc.edu/kevina/aspell
 Vendor:                Kevin Atkinson <kevinatk@home.com>
 Source:                %{name}-%{version}.tar.gz
-BuildRoot:     /var/tmp/%{name}-%{version}
+URL:           http://metalab.unc.edu/kevina/aspell
+BuildRoot:     /tmp/%{name}-%{version}-root
 Requires:      aspell
 
-Distribution:  Freshmeat RPMs
-Packager:      Ryan Weaver <ryanw@infohwy.com>
-
 %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
-up with suggestions.
+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 up with
+suggestions.
 
 %prep
 %setup -q
@@ -32,47 +23,13 @@ make CXXFLAGS=$RPM_OPT_FLAGS ASPELL_PREFIX=/usr
 
 %install
 if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
-mkdir -p $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT/usr/bin
 install -s -m 755 gaspell $RPM_BUILD_ROOT/usr/bin
 
 %clean
 if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %doc ChangeLog README TODO
 /usr/bin/gaspell
-
-%changelog
-* Mon Sep 27 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gaspell-.28.5-1]
-- Added the ability to lookup the definition of a suggestion using
-  the WordNet definitions form a DICT server.
-
-* Thu Jul 29 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gaspell-.28.2-1]
-- Reverted to Gaspell .28 code as my bug fixed now causes Gaspell to
-  randomly crash when the text is unhighlighted. I then fixed the bug
-  in .28 by a cheap hack. I hope eventually find out what is really going on.
-- Changed the text window to use word wrap.
-
-* Wed Jul 28 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gaspell-.28.1-1]
-- Fixed a bug that caused gaspell to dump core when clearing a
-  file that has a word highlighted in red.
-
-* Mon Jul 26 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gaspell-.28-1]
-- Fixed the code so that it would word with aspell .28
-- Fixed the code so that it will provide an nice error message
-  if there is a problem duren startup rather than just
-  dumping core.
-- Re did the command line options a bit
-
-  [gaspell-.27-1]
-- Fixed code so that it would work with aspell .27
-- Added support for Aspell URL skip mode.
-- Added an option to not save personal dictionaries on exit.
-
-  [gaspell-.26-1]
-- First real release
This page took 0.082676 seconds and 4 git commands to generate.