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/4898 Thank You, wonko [This message was auto-generated] --- Request # 4898: Messages from BOSS: State: review at 2012-05-23T21:52:28 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 / qca2 -> CE:MW:Shared / qca2 changes files: -------------- ++++++ new changes file: --- qca2.changes +++ qca2.changes @@ -0,0 +1,36 @@ +* Wed May 23 2012 Ruediger Gad <[email protected]> - 2.0.3 +- Use latest upstream version. + +* Sun May 20 2012 Ruediger Gad <[email protected]> - 2.0.2 +- Use *.yaml and *.spec files to package Harmattan version qca2_2.0.2-3+0m6. + +* Tue Jul 27 2010 Fathi Boudra <[email protected]> - 2.0.2 +- Cleanup the spec file +- Add spectacle support + +* Sun Jan 24 2010 Anas Nashif <[email protected]> - 2.0.2 +- Update to 2.0.2 + +* Wed Aug 19 2009 Xu Li <[email protected]> - 2.0.0-3 +- Initial import to Moblin + +* Fri May 30 2008 Dennis Gilmore <[email protected]> - 2.0.0-3 +- crypto.prf is in libdir not datadir + +* Mon Feb 18 2008 Fedora Release Engineering <[email protected]> - 2.0.0-2 +- Autorebuild for GCC 4.3 + +* Sun Oct 21 2007 Aurelien Bompard <[email protected]> - 2.0.0-1 +- version 2.0.0 final + +* Sun Oct 21 2007 Aurelien Bompard <[email protected]> - 2.0.0-0.4.beta7 +- fix build on x86_64 + +* Sun Oct 21 2007 Aurelien Bompard <[email protected]> - 2.0.0-0.3.beta7 +- missing BR: openssl + +* Thu Sep 13 2007 Aurelien Bompard <[email protected]> - 2.0.0-0.2.beta7 +- review from bug 289681 (thanks Rex) + +* Sun Sep 09 2007 Aurelien Bompard <[email protected]> - 2.0.0-0.1.beta7 +- initial package new: ---- qca-2.0.3.tar.bz2 qca2.changes qca2.spec qca2.yaml spec files: ----------- ++++++ new spec file: --- qca2.spec +++ qca2.spec @@ -0,0 +1,107 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: qca2 +Summary: Qt Cryptographic Architecture +Version: 2.0.3 +Release: 1 +Group: System/Libraries +License: LGPLv2+ +URL: http://delta.affinix.com/qca +Source0: qca-%{version}.tar.bz2 +Source100: qca2.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) < 5 + + +%description +The Qt Cryptographic Architecture (QCA) provides a straightforward and cross- +platform API for a range of cryptographic features, including SSL/TLS, +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- +platform API for a range of cryptographic features, including SSL/TLS, +X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards. + +This package contains development files for building software that uses the +Qt Cryptographic Architecture. + + + +%prep +%setup -q -n qca-%{version} + +# >> setup +# << setup + +%build +# >> build pre +./configure \ +--prefix=%{_prefix} \ +--qtdir=%{_datadir}/qt4 \ +--disable-tests \ +--no-separate-debug-info \ +--verbose +sed -i -e /strip/d Makefile +make %{?_smp_mflags} +# << build pre + + + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre + +# >> install post +make install INSTALL_ROOT=%{buildroot} +# << install post + + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + + + + +%files +%defattr(-,root,root,-) +# >> files +%doc COPYING README TODO +%{_bindir}/qcatool2 +%{_libdir}/libqca.so.* +%{_mandir}/*/* +%{_datadir}/qca/certs/README +%{_datadir}/qca/certs/rootcerts.pem +# << files + + +%files devel +%defattr(-,root,root,-) +# >> files devel +%{_includedir}/QtCrypto +%{_libdir}/libqca.prl +%{_libdir}/libqca.so +%{_libdir}/pkgconfig/qca2.pc +%{_datadir}/qt4/mkspecs/features/crypto.prf +# << files devel + other changes: -------------- ++++++ qca-2.0.3.tar.bz2 (new) ++++++ qca2.yaml (new) --- qca2.yaml +++ qca2.yaml @@ -0,0 +1,30 @@ +Name: qca2 +Summary: Qt Cryptographic Architecture +Version: 2.0.3 +Release: 1 +Group: System/Libraries +License: LGPLv2+ +URL: http://delta.affinix.com/qca +Sources: + - "qca-%{version}.tar.bz2" +Description: | + The Qt Cryptographic Architecture (QCA) provides a straightforward and cross- + platform API for a range of cryptographic features, including SSL/TLS, + X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards. +PkgConfigBR: + - QtCore < 5 +Configure: none +Builder: none +SubPackages: + - Name: devel + Summary: Qt Cryptographic Architecture - development files + Group: Development/Libraries + Description: | + The Qt Cryptographic Architecture (QCA) provides a straightforward and cross- + platform API for a range of cryptographic features, including SSL/TLS, + X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards. + + This package contains development files for building software that uses the + Qt Cryptographic Architecture. + Requires: + - pkgconfig
