I have made the following changes intended for : CE:Adaptation:PandaBoard / xorg-x11-drv-omap
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/8438 Thank You, Simonas [This message was auto-generated] --- Request # 8438: Messages from BOSS: State: review at 2013-03-15T18:28: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:sage:branches:CE:Adaptation:PandaBoard / xorg-x11-drv-omap -> CE:Adaptation:PandaBoard / xorg-x11-drv-omap changes files: -------------- ++++++ new changes file: --- xorg-x11-drv-omap.changes +++ xorg-x11-drv-omap.changes @@ -0,0 +1,9 @@ +* Wed Mar 13 2013 Simonas Leleiva <[email protected]> - 0.4.3 +- clean-up packaging + +* Fri Jan 11 2013 Simonas Leleiva <[email protected]> - 0.4.3 +- Bump to address Xorg crash issues with Nemo + +* Tue Sep 04 2012 Marko Saukko <[email protected]> - 0.4.0 +- Initial packaging + new: ---- xf86-video-omap-xf86-video-omap-0.4.3.tar.gz xorg-x11-drv-omap.changes xorg-x11-drv-omap.spec xorg-x11-drv-omap.yaml spec files: ----------- ++++++ new spec file: --- xorg-x11-drv-omap.spec +++ xorg-x11-drv-omap.spec @@ -0,0 +1,66 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: xorg-x11-drv-omap + +# >> macros +# << macros + +Summary: Xorg omap video driver +Version: 0.4.3 +Release: 1 +Group: Xorg +License: MIT +URL: http://cgit.freedesktop.org/xorg/driver/xf86-video-omap/ +Source0: xf86-video-omap-xf86-video-omap-0.4.3.tar.gz +Source100: xorg-x11-drv-omap.yaml +BuildRequires: pkgconfig(xorg-macros) >= 1.4 +BuildRequires: pkgconfig(xorg-server) >= 1.3 +BuildRequires: pkgconfig(xproto) +BuildRequires: pkgconfig(fontsproto) +BuildRequires: pkgconfig(libdrm) >= 2.4.36 +BuildRequires: pkgconfig(libdrm_omap) +BuildRequires: pkgconfig(xf86driproto) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(udev) + +%description +%{summary}. + + + +%prep +%setup -q -n xf86-video-omap-xf86-video-omap-%{version} + +# >> setup +# << setup + +%build +# >> build pre +NOCONFIGURE=1 ./autogen.sh +# << build pre + +%configure --disable-static +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + +%files +%defattr(-,root,root,-) +%{_libdir}/xorg/modules/drivers/omap_drv.so +%{_datadir}/man/man4/omap.4.gz +# >> files +# << files other changes: -------------- ++++++ xf86-video-omap-xf86-video-omap-0.4.3.tar.gz (new) ++++++ xorg-x11-drv-omap.yaml (new) --- xorg-x11-drv-omap.yaml +++ xorg-x11-drv-omap.yaml @@ -0,0 +1,24 @@ +Name: xorg-x11-drv-omap +Summary: Xorg omap video driver +Description: | + %{summary}. +Version: 0.4.3 +Group: Xorg +License: MIT +URL: http://cgit.freedesktop.org/xorg/driver/xf86-video-omap/ +Sources: + - xf86-video-omap-xf86-video-omap-0.4.3.tar.gz +PkgConfigBR: + - xorg-macros >= 1.4 + - xorg-server >= 1.3 + - xproto + - fontsproto + - libdrm >= 2.4.36 + - libdrm_omap + - xf86driproto + - xext + - udev +SetupOptions: "-q -n xf86-video-omap-xf86-video-omap-%{version}" +Files: + - "%{_libdir}/xorg/modules/drivers/omap_drv.so" + - "%{_datadir}/man/man4/omap.4.gz"
