Author: jajcus Date: Mon Apr 7 08:19:26 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix $datadir processing in the autoconf script - Release: 2
---- Files affected: SPECS: mcabber.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/mcabber.spec diff -u SPECS/mcabber.spec:1.16 SPECS/mcabber.spec:1.17 --- SPECS/mcabber.spec:1.16 Wed Jun 20 14:08:44 2007 +++ SPECS/mcabber.spec Mon Apr 7 10:19:21 2008 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): mcabber - mały konsolowy klient protokołu Jabber Name: mcabber Version: 0.9.3 -Release: 1 +Release: 2 License: GPL Group: Applications/Console Source0: http://www.lilotux.net/%7emikael/mcabber/files/%{name}-%{version}.tar.bz2 # Source0-md5: 26bc2d698c1311e1ef4eec5109a45c39 +Patch0: %{name}-datadir.patch URL: http://www.lilotux.net/~mikael/mcabber/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} --automake @@ -65,6 +67,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2008-04-07 08:19:21 jajcus +- fix $datadir processing in the autoconf script +- Release: 2 + Revision 1.16 2007-06-20 12:08:44 rotom - up to 0.9.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mcabber.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
