Author: arekm Date: Sat Mar 7 18:02:51 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; define some HAVE_ things
---- Files affected: SPECS: pinentry-qt4.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/pinentry-qt4.spec diff -u SPECS/pinentry-qt4.spec:1.2 SPECS/pinentry-qt4.spec:1.3 --- SPECS/pinentry-qt4.spec:1.2 Sat Mar 7 18:53:07 2009 +++ SPECS/pinentry-qt4.spec Sat Mar 7 19:02:45 2009 @@ -6,7 +6,7 @@ Summary: Simple PIN or passphrase entry dialog for Qt Name: pinentry-qt4 Version: 0.1 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: ftp://ftp.kde.org/pub/kde/unstable/snapshots/kdeplayground-pim-934819.tar.bz2 @@ -14,6 +14,8 @@ BuildRequires: QtGui-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -DHAVE_MLOCK=1 -DHAVE_MMAP=1 -DCAPABILITIES=1 -DHAVE_SETEUID=1 -DHAVE_GETPAGESIZE=1 + %description Simple PIN or passphrase entry dialog for Qt. @@ -29,15 +31,15 @@ install -d build cd build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DLIB_INSTALL_DIR=%{_libdir} \ - -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \ - -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \ - -DKDE_DISTRIBUTION_TEXT="PLD-Linux" \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DLIB_INSTALL_DIR=%{_libdir} \ + -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \ + -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \ + -DKDE_DISTRIBUTION_TEXT="PLD-Linux" \ %if "%{_lib}" == "lib64" - -DLIB_SUFFIX=64 \ + -DLIB_SUFFIX=64 \ %endif - ../ + ../ %{__make} @@ -60,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/03/07 18:02:45 arekm +- rel 2; define some HAVE_ things + Revision 1.2 2009/03/07 17:53:07 arekm - todo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pinentry-qt4.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
