I have made the following changes intended for : CE:MW:MTF / libcommhistory
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/5384 Thank You, tswindell [This message was auto-generated] --- Request # 5384: Messages from BOSS: State: review at 2012-08-02T13:46:33 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:tswindell:CE:Apps / libcommhistory -> CE:MW:MTF / libcommhistory changes files: -------------- ++++++ new changes file: --- libcommhistory.changes +++ libcommhistory.changes @@ -0,0 +1,3 @@ +* Tue Jul 31 2012 Tom Swindell <[email protected]> - 1.3.13.1~cb789bf +- Initial project packaging. + new: ---- libcommhistory-1.3.13.1~cb789bf-fix-shared-static-lib-build-order.patch libcommhistory-1.3.13.1~cb789bf.tar.bz2 libcommhistory.changes libcommhistory.spec spec files: ----------- ++++++ new spec file: --- libcommhistory.spec +++ libcommhistory.spec @@ -0,0 +1,93 @@ +Name: libcommhistory +Summary: Communications event history database API +Version: 1.3.13.1~cb789bf +Release: 1 +Group: System/Libraries +License: LGPL +URL: http://gitorious.org/commhistory/libcommhistory +Source0: %{name}-%{version}.tar.bz2 +Patch0: libcommhistory-1.3.13.1~cb789bf-fix-shared-static-lib-build-order.patch +BuildRequires: libqtcontacts-tracker-extensions-devel +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtContacts) +BuildRequires: pkgconfig(QtSparql) +BuildRequires: pkgconfig(tracker-sparql-0.10) + +%description +Library for accessing the communications (IM, SMS and call) history database. + +#package tests +#Summary: Unit Test files for libcommhistory +#Group: Development/Libraries + +#description tests +#Unit Test files for libcommhistory + +%package tools +Summary: Command line tools for libcommhistory +Group: Communications/Telephony and IM +Requires: %{name} = %{version}-%{release} + +%description tools +Command line tools for the commhistory library. + +%package devel +Summary: Development files for libcommhistory +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Headers and static libraries for the commhistory library. + + +%package doc +Summary: Documentation for libcommhistory +Group: Documentation + +%description doc +Documentation for libcommhistory + + +%prep +%setup -q -n %{name}-%{version} + +%patch0 -p1 + +%build +unset LD_AS_NEEDED +%qmake +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%qmake_install + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root,-) +%{_libdir}/lib*.so* + +%files tools +%defattr(-,root,root,-) +%{_bindir}/commhistory-tool + +#files tests +#defattr(-,root,root,-) +%exclude %{_datadir}/libcommhistory-performance-tests/* +%exclude %{_datadir}/libcommhistory-tests/* + +%files devel +%defattr(-,root,root,-) +%{_libdir}/libcommhistory.a +%{_libdir}/pkgconfig/commhistory.pc +%{_includedir}/CommHistory/* + +%files doc +%defattr(-,root,root,-) +%{_datadir}/doc/libcommhistory/* + other changes: -------------- ++++++ libcommhistory-1.3.13.1~cb789bf-fix-shared-static-lib-build-order.patch (new) --- libcommhistory-1.3.13.1~cb789bf-fix-shared-static-lib-build-order.patch +++ libcommhistory-1.3.13.1~cb789bf-fix-shared-static-lib-build-order.patch @@ -0,0 +1,9 @@ +diff -uNr libcommhistory-1.3.13.1/src/src.pro libcommhistory-1.3.13.1.p1/src/src.pro +--- libcommhistory-1.3.13.1/src/src.pro 2012-07-30 15:40:53.000000000 +0000 ++++ libcommhistory-1.3.13.1.p1/src/src.pro 2012-07-31 14:30:11.352421528 +0000 +@@ -21,4 +21,5 @@ + ############################################################################### + + TEMPLATE = subdirs ++CONFIG += ordered + SUBDIRS = shared.pro static.pro ++++++ libcommhistory-1.3.13.1~cb789bf.tar.bz2 (new)
