]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- updated to 20050621 (some fixes)
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Wed, 22 Jun 2005 21:13:47 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropeed Patch0 and Patch1 (included in this snap)
- added BR for building with python: python (python-devel not require python as well)

Changed files:
    ekg2.spec -> 1.52

ekg2.spec

index aaa5d2c5284928115d7d2f09be4a6b5921d65896..2558006f585a60eccf17435b54e0bd7316f4a35a 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -13,7 +13,7 @@
 %if %{with yesterday_snapshot}
 %define                _snap %(date +%%Y%%m%%d -d yesterday)
 %else
-%define                _snap 20050405
+%define                _snap 20050621
 %endif
 
 Summary:       Multi-protocol instant messaging and chat client
@@ -25,9 +25,7 @@ Epoch:                1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.ekg2.org/archive/%{name}-%{_snap}.tar.gz
-# Source0-md5: e89e8e40cb6c563efb918e808001cf50
-Patch0:                %{name}-pl-po.patch
-Patch1:                %{name}-gcc4.patch
+# Source0-md5: 71373f6347786f8f934a8cfa478a4426
 URL:           http://www.ekg2.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: autoconf
@@ -44,6 +42,7 @@ BuildRequires:        libtool
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 %{?with_python:BuildRequires:  python-devel}
+%{?with_python:BuildRequires:   python}
 BuildRequires: sed >= 4.0
 %{?with_sqlite:BuildRequires:  sqlite-devel}
 %{?with_xosd:BuildRequires:    xosd-devel}
@@ -165,8 +164,6 @@ Wtyczka xosd dla ekg2.
 
 %prep
 %setup -q -n %{name}-%{_snap}
-%patch0 -p1
-%patch1 -p1
 sed -i -e 's/AC_LIBLTDL_CONVENIENCE/AC_LIBLTDL_INSTALLABLE/' configure.ac
 
 %build
This page took 0.095742 seconds and 4 git commands to generate.