Author: arekm                        Date: Sat Mar  7 17:48:58 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   pinentry-qt4.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pinentry-qt4.spec
diff -u /dev/null SPECS/pinentry-qt4.spec:1.1
--- /dev/null   Sat Mar  7 18:48:58 2009
+++ SPECS/pinentry-qt4.spec     Sat Mar  7 18:48:53 2009
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:       Simple PIN or passphrase entry dialog for Qt
+Name:          pinentry-qt4
+Version:       0.1
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications
+Source0:       
ftp://ftp.kde.org/pub/kde/unstable/snapshots/kdeplayground-pim-934819.tar.bz2
+# Source0-md5: 56cfb1b7a391001ae2e0c59501e1070f
+BuildRequires: QtGui-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple PIN or passphrase entry dialog for Qt.
+
+%description -l pl.UTF-8
+Prosta kontrolka dialogowa do wpisywania PIN-ów lub haseł dla Qt.
+
+%prep
+%setup -q -n kdeplayground-pim-934819
+
+%build
+cd pinentry-qt4
+
+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" \
+%if "%{_lib}" == "lib64"
+               -DLIB_SUFFIX=64 \
+%endif
+               ../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C pinentry-qt4/build install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pinentry-qt4
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/03/07 17:48:53  arekm
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to