Author: shadzik Date: Wed Nov 5 18:45:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add Brs - fixes - rel 1
---- Files affected: SPECS: kpackagekit.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/kpackagekit.spec diff -u SPECS/kpackagekit.spec:1.1 SPECS/kpackagekit.spec:1.2 --- SPECS/kpackagekit.spec:1.1 Fri Oct 17 20:38:39 2008 +++ SPECS/kpackagekit.spec Wed Nov 5 19:45:36 2008 @@ -1,15 +1,22 @@ # $Revision$, $Date$ + +%define qtver 4.4.1 + Summary: the KDE interface for PackageKit Summary(pl.UTF-8): Interface KDE4 dla PackageKit Name: kpackagekit Version: 0.3.1 -Release: 0.1 +Release: 1 License: GPL v2 Group: X11/Applications Source0: http://www.kde-apps.org/CONTENT/content-files/84745-%{name}-%{version}.tar.bz2 # Source0-md5: eb4db65cf2b252dc39eb844ccc174a4d -URL: http:// +BuildRequires: QtCore-devel >= %{qtver} +BuildRequires: QtGui-devel >= %{qtver} +BuildRequires: cmake >= 2.6.1-2 BuildRequires: qpackagekit-devel +BuildRequires: qt4-build >= %{qtver} +BuildRequires: qt4-qmake >= %{qtver} BuildRequires: rpmbuild(macros) >= 1.129 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,12 +30,11 @@ %setup -q -n KPackageKit %build -export QTDIR=%{_prefix} -mkdir build +install -d build cd build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - ../ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + ../ %{__make} %install @@ -63,6 +69,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/11/05 18:45:36 shadzik +- add Brs +- fixes +- rel 1 + Revision 1.1 2008/10/17 18:38:39 rotom - initial ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kpackagekit.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
