I have made the following changes intended for : CE:MW:Shared / ssu 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/7416 Thank You, aard [This message was auto-generated] --- Request # 7416: Messages from BOSS: State: review at 2012-11-19T15:52:23 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:aard:branches:CE:MW:Shared / ssu -> CE:MW:Shared / ssu changes files: -------------- --- ssu.changes +++ ssu.changes @@ -0,0 +1,3 @@ +* Mon Nov 19 2012 Bernd Wachter <[email protected]> - 0.15 +- install ssu.h to allow out of tree development using libssu + old: ---- ssu-0.14.tar.gz new: ---- ssu-0.15.tar.gz spec files: ----------- --- ssu.spec +++ ssu.spec @@ -1,5 +1,5 @@ Name: ssu -Version: 0.14 +Version: 0.15 Release: 1 Summary: SSU enabler for RND Group: System/Base @@ -64,6 +64,7 @@ %files devel %defattr(-,root,root,-) %{_libdir}/*.so +%{_includedir}/ssu.h %package tests other changes: -------------- ++++++ ssu-0.14.tar.gz -> ssu-0.15.tar.gz --- .gitignore +++ .gitignore @@ -3,3 +3,4 @@ doc/html doc/latex *.pro.user +*.list --- libssu/libssu.pro +++ libssu/libssu.pro @@ -9,8 +9,11 @@ QT += network xml MOBILITY += systeminfo +headers.files = ssu.h +headers.path = /usr/include + unix:target.path = $${PREFIX}/usr/lib -INSTALLS += target +INSTALLS += target headers ssuconfhack { DEFINES += SSUCONFHACK
