Author: patrys Date: Sun Mar 15 15:55:46 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - use autotools to regenerate build env - patch for codegen path - rel 4 - patch provided by Lukasz Kies <kiesiu at kiesiu com>
---- Files affected: SPECS: python-pynotify.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/python-pynotify.spec diff -u SPECS/python-pynotify.spec:1.9 SPECS/python-pynotify.spec:1.10 --- SPECS/python-pynotify.spec:1.9 Fri Oct 3 19:58:04 2008 +++ SPECS/python-pynotify.spec Sun Mar 15 16:55:41 2009 @@ -3,13 +3,17 @@ Summary(pl.UTF-8): Wiązania Pythona do libnotify Name: python-pynotify Version: 0.1.1 -Release: 3 +Release: 4 License: LGPL v2.1 Group: Libraries/Python Source0: http://galago-project.org/files/releases/source/notify-python/notify-python-%{version}.tar.gz # Source0-md5: 8f0ef0939cc8edd2efd896ce5ba80cf4 +Patch0: python-pynotify-codegen.patch URL: http://galago-project.org/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake BuildRequires: libnotify-devel >= 0.4.3 +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-devel >= 1:2.5 BuildRequires: python-pygtk-devel >= 2:2.4.0 @@ -41,9 +45,14 @@ %prep %setup -q -n notify-python-%{version} +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} %configure +%{__make} clean %{__make} \ PYTHON="%{__python}" @@ -78,6 +87,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2009/03/15 15:55:41 patrys +- use autotools to regenerate build env +- patch for codegen path +- rel 4 +- patch provided by Lukasz Kies <kiesiu at kiesiu com> + Revision 1.9 2008/10/03 17:58:04 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pynotify.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
