Author: qboosh Date: Fri May 25 21:59:40 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - more deps, cleanup
---- Files affected: SPECS: python-pynotify.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/python-pynotify.spec diff -u SPECS/python-pynotify.spec:1.4 SPECS/python-pynotify.spec:1.5 --- SPECS/python-pynotify.spec:1.4 Fri May 25 09:14:02 2007 +++ SPECS/python-pynotify.spec Fri May 25 23:59:34 2007 @@ -8,11 +8,13 @@ Group: Libraries/Python Source0: http://galago-project.org/files/releases/source/notify-python/notify-python-%{version}.tar.gz # Source0-md5: 8f0ef0939cc8edd2efd896ce5ba80cf4 -BuildRequires: libnotify-devel +BuildRequires: libnotify-devel >= 0.4.3 +BuildRequires: pkgconfig BuildRequires: python-devel >= 1:2.5 -BuildRequires: python-pygtk-devel +BuildRequires: python-pygtk-devel >= 2:2.4.0 BuildRequires: rpm-pythonprov %pyrequires_eq python-libs +Requires: libnotify >= 0.4.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,19 +27,15 @@ %setup -q -n notify-python-%{version} %build -%{configure} +%configure %{__make} \ - PYTHON="%{__python}" \ - PYTHONINCLUDE="%{py_incdir}" \ - CC="%{__cc}" \ - RPM_OPT_FLAGS="%{rpmcflags}" + PYTHON="%{__python}" %install rm -rf $RPM_BUILD_ROOT %{__make} install \ PYTHON="%{__python}" \ - PYTHONLIBDIR="%{py_sitedir}" \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -56,6 +54,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/05/25 21:59:34 qboosh +- more deps, cleanup + Revision 1.4 2007/05/25 07:14:02 zboczuch - BR: libnotify ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-pynotify.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
