I have made the following changes intended for : CE:MW:Shared / qca-ossl Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/4899 Thank You, wonko [This message was auto-generated] --- Request # 4899: Messages from BOSS: State: review at 2012-05-23T21:53:31 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:wonko:CE:MW:Shared / qca-ossl -> CE:MW:Shared / qca-ossl changes files: -------------- ++++++ new changes file: --- qca-ossl.changes +++ qca-ossl.changes @@ -0,0 +1,6 @@ +* Wed May 23 2012 Ruediger Gad <[email protected]> - 2.0.0-beta3 +- Update to latest upstream version. + +* Sun May 20 2012 Ruediger Gad <[email protected]> - 0.1 +- Initial version for packaging libqca2-plugin-ossl for Mer/Nemo based on the + source of the Harmattan version qca2-plugin-ossl_0.1~20070904-5+0m6. new: ---- qca-ossl-2.0.0-beta3.tar.bz2 qca-ossl.changes qca-ossl.spec qca-ossl.yaml spec files: ----------- ++++++ new spec file: --- qca-ossl.spec +++ qca-ossl.spec @@ -0,0 +1,63 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: qca-ossl +Summary: OpenSSL plugin for the Qt Cryptographic Architecture v2 +Version: 2.0.0 +Release: beta3 +Group: System/Libraries +License: LGPLv2 +URL: http://delta.affinix.com/qca/ +Source0: %{name}-%{version}-beta3.tar.bz2 +Source100: qca-ossl.yaml +BuildRequires: pkgconfig(QtCore) < 5 +BuildRequires: pkgconfig(qca2) +BuildRequires: pkgconfig(openssl) + + +%description +This plugin provides support for TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0, SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160, Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5, RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1). + + + +%prep +%setup -q -n %{name}-%{version}-beta3 + +# >> setup +# << setup + +%build +# >> build pre +./configure +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + + + + + +%files +%defattr(-,root,root,-) +/usr/lib/qt4/plugins/crypto/libqca-ossl.so +# >> files +# << files + + other changes: -------------- ++++++ qca-ossl-2.0.0-beta3.tar.bz2 (new) ++++++ qca-ossl.yaml (new) --- qca-ossl.yaml +++ qca-ossl.yaml @@ -0,0 +1,20 @@ +Name: qca-ossl +Summary: OpenSSL plugin for the Qt Cryptographic Architecture v2 +Version: 2.0.0 +Release: beta3 +Group: System/Libraries +License: LGPLv2 +URL: http://delta.affinix.com/qca/ +Sources: + - "%{name}-%{version}-beta3.tar.bz2" +Description: + This plugin provides support for TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0, SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160, Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5, RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1). + +PkgConfigBR: + - QtCore < 5 + - qca2 + - openssl +Configure: none +Builder: make +Files: + - "/usr/lib/qt4/plugins/crypto/libqca-ossl.so"
