I have made the following changes intended for : CE:MW:Shared / qca2 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/6073 Thank You, Marko Saukko [This message was auto-generated] --- Request # 6073: Messages from BOSS: State: review at 2012-08-24T18:23:19 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: Project:MTF:MW / qca2 -> CE:MW:Shared / qca2 changes files: -------------- --- qca2.changes +++ qca2.changes @@ -0,0 +1,3 @@ +* Fri Aug 24 2012 Marko Saukko <[email protected]> - 2.0.3 +- Use rootcerts.pem from ca-certificates. + spec files: ----------- --- qca2.spec +++ qca2.spec @@ -1,11 +1,13 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 +# Generated by: spectacle version 0.25 # + +Name: qca2 + # >> macros # << macros -Name: qca2 Summary: Qt Cryptographic Architecture Version: 2.0.3 Release: 1 @@ -14,10 +16,11 @@ URL: http://delta.affinix.com/qca Source0: qca-%{version}.tar.bz2 Source100: qca2.yaml +Requires: ca-certificates Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(QtCore) < 5 - +BuildRequires: ca-certificates %description The Qt Cryptographic Architecture (QCA) provides a straightforward and cross- @@ -25,12 +28,10 @@ X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards. - %package devel Summary: Qt Cryptographic Architecture - development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: pkgconfig %description devel The Qt Cryptographic Architecture (QCA) provides a straightforward and cross- @@ -64,6 +65,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -74,15 +76,10 @@ # << install post - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - - - - %files %defattr(-,root,root,-) # >> files @@ -90,11 +87,8 @@ %{_bindir}/qcatool2 %{_libdir}/libqca.so.* %{_mandir}/*/* -%{_datadir}/qca/certs/README -%{_datadir}/qca/certs/rootcerts.pem # << files - %files devel %defattr(-,root,root,-) # >> files devel @@ -104,4 +98,3 @@ %{_libdir}/pkgconfig/qca2.pc %{_datadir}/qt4/mkspecs/features/crypto.prf # << files devel - other changes: -------------- ++++++ qca2.yaml --- qca2.yaml +++ qca2.yaml @@ -13,6 +13,10 @@ X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards. PkgConfigBR: - QtCore < 5 +PkgBR: + - ca-certificates +Requires: + - ca-certificates Configure: none Builder: none SubPackages: @@ -26,5 +30,3 @@ This package contains development files for building software that uses the Qt Cryptographic Architecture. - Requires: - - pkgconfig
