]> git.pld-linux.org Git - packages/gaspell.git/commitdiff
- corrected version, there was not first 0 in version string
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 29 Nov 2001 21:31:35 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaspell.spec -> 1.10

gaspell.spec

index 7711dc250775c06fe0478029014d1333fc8b4dc2..7b090b2e5fc52ba854cf5be3c88eb18974c63c44 100644 (file)
@@ -1,7 +1,10 @@
+
+%define                ver     .28.5
+
 Summary:       Gnome frontend to the Aspell library
 Summary(pl):   Frontend Gnome do biblioteki aspell
 Name:          gaspell
-Version:       .28.5
+Version:       0%{ver}
 Release:       1
 License:       GPL
 Group:         Applications/Text
@@ -9,7 +12,7 @@ Group(de):     Applikationen/Text
 Group(fr):     Utilitaires/Texte
 Group(pl):     Aplikacje/Tekst
 Vendor:                Kevin Atkinson <kevinatk@home.com>
-Source0:       http://aspell.sourceforge.net/%{name}-%{version}.tar.gz
+Source0:       http://aspell.sourceforge.net/%{name}-%{ver}.tar.gz
 URL:           http://aspell.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      aspell
@@ -25,7 +28,7 @@ jest to narzedzie do sprawdzania pisownie kt
 ispell radzi sobie z propozycjami wymienników.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{ver}
 
 %build
 %{__make} CXXFLAGS="%{rpmcflags}" ASPELL_PREFIX=%{_prefix}
This page took 0.084762 seconds and 4 git commands to generate.