]> git.pld-linux.org Git - packages/cjc.git/commitdiff
- added typos patch auto/th/cjc-1_0_0-5
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Dec 2006 23:48:31 +0000 (23:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- require pyxmpp working with recent M2Crypto
- release 5

Changed files:
    cjc.spec -> 1.27

cjc.spec

index 74e14b024aa87eb2db09a72277dc868ffccd2a26..f00dcd449a41f013b6d514d7d05e5cd9a9b82f08 100644 (file)
--- a/cjc.spec
+++ b/cjc.spec
@@ -2,16 +2,17 @@ Summary:      Console Jabber Client
 Summary(pl):   CJC - konsolowy klient Jabbera
 Name:          cjc
 Version:       1.0.0
-Release:       4
+Release:       5
 Epoch:         1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://files.jabberstudio.org/cjc/%{name}-%{version}.tar.gz
 # Source0-md5: a557fabab8ca2070f444a307cb18d66a
+Patch0:                %{name}-typos.patch
 URL:           http://cjc.jabberstudio.org/
-BuildRequires: python-modules >= 2.3.0
+BuildRequires: python-modules >= 1:2.3.0
 %pyrequires_eq python-modules
-Requires:      python-pyxmpp >= 0.5.s20051015
+Requires:      python-pyxmpp >= 1.0.0-3
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,6 +26,7 @@ podobnym do tego znanego z popularnych klient
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.05555 seconds and 4 git commands to generate.