]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- snapshot 20020123 STBR ekg-0_9_0_20020123-1
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 23 Jan 2002 12:28:06 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl manpage now in ekg tarball
- man-bugfix patch removed

Changed files:
    ekg.spec -> 1.23

ekg.spec

index 63933d8850750b875ac05a723e475ee1f9b07c71..1cd97084d66c8c290e90cc121976f0775af385f4 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -1,4 +1,4 @@
-%define                snapshot        20020102
+%define                snapshot        20020123
 Summary:       A client compatible with Gadu-Gadu
 Summary(pl):   Eksperymentalny Klient Gadu-Gadu
 Name:          ekg
@@ -11,8 +11,6 @@ Group(es):    Red/Utilitarios
 Group(pl):     Sieciowe/Narzêdzia
 Group(pt_BR):  Rede/Utilitários
 Source0:       http://dev.null.pl/ekg/%{name}-%{snapshot}.tar.gz
-Source1:       ekg.1.man
-Patch0:                ekg-man_bug.patch
 URL:           http://dev.null.pl/ekg/
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
@@ -68,10 +66,9 @@ Statyczna biblioteka libgg.
 
 %prep
 %setup -q -n %{name}-%{snapshot}
-%patch0 -p0
 
 %build
-%configure \
+%configure2_13 \
        %{?!debug:--without-debug}
 %{__make}
 
@@ -87,8 +84,8 @@ install lib/libgg.so.* $RPM_BUILD_ROOT%{_libdir}
 
 install themes/*.theme $RPM_BUILD_ROOT%{_datadir}/ekg
 
-install docs/ekg.man $RPM_BUILD_ROOT%{_mandir}/pl/man1/ekg.1
-install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/ekg.1
+install docs/ekg.man.pl $RPM_BUILD_ROOT%{_mandir}/pl/man1/ekg.1
+install docs/ekg.man.en $RPM_BUILD_ROOT%{_mandir}/man1/ekg.1
 
 gzip -9nf ChangeLog docs/*
 
This page took 0.051298 seconds and 4 git commands to generate.