[Tizen-submit] 21034: Changes to Tizen:Generic/xsetroot
noreply at tizen.org
noreply at tizen.org
Wed Feb 12 17:50:24 GMT 2014
Hi,
Ronan Le Martret have made the following changes to xsetroot in project Tizen:Generic. Please review and accept ASAP.
Thank You,
[This message was auto-generated]
---
Request: #21034
submit: Tizen:Generic:build/xsetroot(cleanup) -> Tizen:Generic
Message:
Submitter: Ronan Le Martret <ronan at fridu.net>
Comments: xsetroot should not try to build into a pure wayland platform.
Git project: platform/upstream/xsetroot
Tag: submit/tizen/20140212.175300
Commit: 1d121e1e013bc32732e0e0365b999d2503a2b10b xsetroot should not try to build into a pure wayland platform.
State: new 2014-02-12T17:52:13 tizenrobot
Comment: <no comment>
old:
----
_service
_service:gbs:xsetroot-1.1.0.tar.bz2
_service:gbs:xsetroot.manifest
_service:gbs:xsetroot.spec
new:
----
xsetroot-1.1.0.tar.bz2
xsetroot.manifest
xsetroot.spec
spec files:
-----------
++++++ new spec file:
--- xsetroot.spec
+++ xsetroot.spec
@@ -0,0 +1,47 @@
+%bcond_with x
+
+Name: xsetroot
+VCS: platform/upstream/xsetroot#1d121e1e013bc32732e0e0365b999d2503a2b10b
+Version: 1.1.0
+Release: 0
+License: MIT
+Summary: Utility to set X root window parameter
+Url: http://xorg.freedesktop.org/
+Group: System/X11/Utilities
+Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Source1001: xsetroot.manifest
+BuildRequires: pkg-config
+BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xbitmaps)
+BuildRequires: pkgconfig(xcursor)
+BuildRequires: pkgconfig(xmuu)
+BuildRequires: pkgconfig(xorg-macros) >= 1.8
+# This was part of the xorg-x11 package up to version 7.6
+
+%if !%{with x}
+ExclusiveArch:
+%endif
+
+%description
+The xsetroot program allows you to tailor the appearance of the
+background ("root") window on a workstation display running X.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%doc COPYING README
+%{_bindir}/xsetroot
+%{_mandir}/man1/xsetroot.1%{?ext_man}
+
+%changelog
++++++ deleted spec files:
--- _service:gbs:xsetroot.spec
other changes:
--------------
++++++ xsetroot-1.1.0.tar.bz2 (new)
++++++ xsetroot.manifest (new)
--- xsetroot.manifest
+++ xsetroot.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list