I have made the following changes intended for : nemo:devel:hw:ti:omap4:pandaboard / pvr-omap4
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/249 Thank You, Simonas L. [This message was auto-generated] --- Request # 249: Messages from BOSS: State: review at 2013-04-23T17:27:16 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:hw:ti:omap4:pandaboard : 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:sledge:branches:nemo:devel:hw:ti:omap4:pandaboard / pvr-omap4 -> nemo:devel:hw:ti:omap4:pandaboard / pvr-omap4 changes files: -------------- --- pvr-omap4.changes +++ pvr-omap4.changes @@ -0,0 +1,4 @@ +* Tue Apr 23 2013 Simonas Leleiva <[email protected]> - 1.9.0.7.1.5 +- add devel package, because gst-ducati deps need it +- add Conflicts for mesa packages, because they started to pull themselves in + spec files: ----------- --- pvr-omap4.spec +++ pvr-omap4.spec @@ -27,6 +27,10 @@ Requires(post): systemd Requires(postun): /sbin/ldconfig Requires(postun): systemd +Conflicts: mesa-llvmpipe +Conflicts: mesa-llvmpipe-libEGL +Conflicts: mesa-llvmpipe-libglapi +Conflicts: mesa-llvmpipe-libGLESv2 %description PowerVR SGX540 Linux libraries for OMAP4. @@ -39,6 +43,16 @@ %description debuginfo This package.. + +%package devel +Summary: PowerVR SGX540 support development files +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package provides common development files for PowerVR SGX. + + %package libEGL Summary: EGL for SGX Group: Development/Libraries @@ -222,6 +236,16 @@ %{_libdir}/libpvrws_OMAPDRI2.so* # << files +%files devel +%defattr(-,root,root,-) +# >> files devel +%doc license.txt +#%{_libdir}/pkgconfig/*.pc +#%{_includedir}/VG/openvg.h +#%{_includedir}/VG/vgu.h +#%{_libdir}/pkgconfig/vg.pc +# << files devel + %files debuginfo %defattr(-,root,root,-) # >> debuginfo other changes: --------------
