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

aspell.spec

index 6c2af6509e070161d74a0f8a37a22763834346f9..2f3ebe5b6e103c2ac3f5a68d9f3a6ed53894192d 100644 (file)
@@ -1,7 +1,9 @@
+%define                ver     .33.7.1
+
 Summary:       Aspell is an Open Source spell checker
 Summary(pl):   Aspell jest kontrolerem pisowni
 Name:          aspell
-Version:       .33.7.1
+Version:       0%{ver}
 Release:       1
 Epoch:         1
 License:       LGPL
@@ -10,7 +12,7 @@ Group(de):    Applikationen/Text
 Group(fr):     Utilitaires/Texte
 Group(pl):     Aplikacje/Tekst
 Vendor:                Kevin Atkinson <kevinatk@home.com>
-Source0:       http://metalab.unc.edu/kevina/aspell/%{name}-%{version}.tar.gz
+Source0:       http://metalab.unc.edu/kevina/aspell/%{name}-%{ver}.tar.gz
 URL:           http://metalab.unc.edu/kevina/aspell/
 BuildRequires: libstdc++-devel
 BuildRequires: pspell-devel
@@ -70,7 +72,7 @@ Aspell jest kontrolerem pisowni. Pakiet ten zawiera biblioteki
 statyczne dla developerów aspella.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{ver}
 
 %build
 CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
This page took 0.076002 seconds and 4 git commands to generate.