Author: arekm                        Date: Wed Oct 17 20:25:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   qt4-plugin-qca-gnupg.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qt4-plugin-qca-gnupg.spec
diff -u /dev/null SPECS/qt4-plugin-qca-gnupg.spec:1.1
--- /dev/null   Wed Oct 17 22:25:10 2007
+++ SPECS/qt4-plugin-qca-gnupg.spec     Wed Oct 17 22:25:05 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+%define                rname qca-gnupg
+#
+%define        snap    20070904
+# chrpath stripping fails
+%define no_install_post_chrpath 1
+Summary:       Qt Cryptographic Architecture (QCA) GNU Privacy Guard plugin
+Summary(pl.UTF-8):     Wtyczka GNU Privacy Guard dla Qt Cryptographic 
Architecture (QCA)
+Name:          qt4-plugin-%{rname}
+Version:       0.1
+Release:       0.%{snap}.1
+Epoch:         1
+License:       LGPL v2.1
+Group:         Libraries
+Source0:       
http://delta.affinix.com/download/qca/2.0/test4/qca-gnupg-%{version}-%{snap}.tar.bz2
+# Source0-md5: 8a2ba2a8ac51363d2933c05a100c530e
+URL:           http://delta.affinix.com/qca/
+BuildRequires: libstdc++-devel
+BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: qca-devel >= 2.0.0
+BuildRequires: qt4-qmake
+Requires:      gnupg
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _plugindir %{_libdir}/qt4/plugins/crypto
+
+%description
+A plugin to provide GNU Privacy Guard capability to programs that utilize the 
Qt
+Cryptographic Architecture (QCA).
+
+%description -l pl.UTF-8
+Wtyczka pozwalająca wykorzystać możliwościGNU Privacy Guard w programach
+korzystających z Qt Cryptographic Architecture (QCA).
+
+%prep
+%setup -qn %{rname}-%{version}-%{snap}
+
+%build
+export QTDIR=%{_libdir}/qt4
+./configure
+
+%{_libdir}/qt4/bin/qmake %{rname}.pro \
+       QMAKE_CXX="%{__cxx}" \
+       QMAKE_LINK="%{__cxx}" \
+       QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
+       QMAKE_RPATH=
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_plugindir}/*.so
+
+%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  2007/10/17 20:25:05  arekm
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to