]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- version changed to current snapshot (sugested by wojtekka)
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Tue, 11 Jun 2002 19:18:47 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- up to 20020611
- cosmetics

Changed files:
    ekg.spec -> 1.67

ekg.spec

index 5bf2349799250f065c02aa57c097b82b87ec498f..5e7330ab02a56f424846bb72cbc68b2e7909576b 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -2,17 +2,17 @@
 # Conditional build:
 # _with_ioctl_daemon - with ioctl_daemon (suid-root!)
 #
-%define                snapshot        20020609
 Summary:       A client compatible with Gadu-Gadu
 Summary(de):   Einen client kompatibel zu Gadu-Gadu
 Summary(it):   Esperimentale cliente di Gadu-Gadu
 Summary(pl):   Eksperymentalny Klient Gadu-Gadu
 Name:          ekg
-Version:       0.9.0.%{snapshot}
-Release:       1       
+Version:       20020611
+Release:       1
+Epoch:         1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://dev.null.pl/ekg/%{name}-%{snapshot}.tar.gz
+Source0:       http://dev.null.pl/ekg/%{name}-%{version}.tar.gz
 URL:           http://dev.null.pl/ekg/
 BuildRequires: autoconf
 BuildRequires: ncurses-devel
@@ -89,14 +89,14 @@ Statisches libgadu Archiv.
 Statyczna biblioteka libgadu.
 
 %prep
-%setup -q -n %{name}-%{snapshot}
+%setup -q
 
 %build
 %{__autoconf}
 %configure \
        --with-shared \
        %{?!debug:--without-debug} \
-       %{?!_with_ioctl_daemon:--without-ioctl}
+       %{?!_with_ioctl_daemon:--without-ioctld}
 
 %{__make}
 
This page took 0.091342 seconds and 4 git commands to generate.