diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-25 14:52:40 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-25 14:52:40 +0300 |
commit | e63c9372a1ef6db763ccc2f5e8210b6908fd8179 (patch) | |
tree | 16b96a11ea16de8222c7fc3adaf603b716c0eff7 | |
parent | a6ac09dd1cc5b7547ff75fbe993f878aeb8920b4 (diff) | |
download | weston-e63c9372a1ef6db763ccc2f5e8210b6908fd8179.tar.gz weston-e63c9372a1ef6db763ccc2f5e8210b6908fd8179.tar.bz2 weston-e63c9372a1ef6db763ccc2f5e8210b6908fd8179.zip |
packaging: remove unneeded spec filesubmit/tizen_ivi/20140625.121832accepted/tizen/ivi/20140625.122001tizen_ivi
In order to fix gbs full local build.
Change-Id: I16a0bc61e1b3b1da258ade121ae40d18f3a09211
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | packaging/weston-rdp.spec | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/packaging/weston-rdp.spec b/packaging/weston-rdp.spec deleted file mode 100644 index ad5993c7..00000000 --- a/packaging/weston-rdp.spec +++ /dev/null @@ -1,64 +0,0 @@ -%bcond_with wayland - -Name: weston-rdp -Version: 1.4.0 -Release: 0 -Summary: RDP compositor for Weston -License: MIT -Group: Graphics & UI Framework/Wayland Window System -Url: http://weston.freedesktop.org/ - -#Git-Clone: git://anongit.freedesktop.org/wayland/weston -#Git-Web: http://cgit.freedesktop.org/wayland/weston/ -Source0: %name-%version.tar.xz -Source1: weston-rdp.manifest -BuildRequires: autoconf >= 2.64, automake >= 1.11 -BuildRequires: expat-devel -BuildRequires: libjpeg-devel -BuildRequires: libtool >= 2.2 -BuildRequires: pkgconfig -BuildRequires: xz -BuildRequires: pkgconfig(cairo) -BuildRequires: pkgconfig(freerdp) -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(pixman-1) -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-server) -BuildRequires: pkgconfig(xkbcommon) >= 0.3.0 -Requires: weston - -%if !%{with wayland} -ExclusiveArch: -%endif - - -%description -This package provides a RDP compositor allowing to do remote rendering -through the network. - -%prep -%setup -q -cp %{SOURCE1} . - -%build -%autogen --disable-static --disable-setuid-install --disable-weston-launch --disable-simple-clients --with-cairo=image --disable-egl --disable-clients --disable-libunwind --disable-xwayland --disable-xwayland-test --disable-x11-compositor --disable-drm-compositor --disable-fbdev-compositor --disable-headless-compositor --disable-wayland-compositor --disable-rpi-compositor --enable-rdp-compositor %{?extra_config_options:%extra_config_options} -make %{?_smp_mflags} - -%install -%make_install - -%files -%manifest %{name}.manifest -%defattr(-,root,root) -%license COPYING -%_libdir/weston/rdp-backend.so -%exclude %_bindir -%exclude %_includedir -%exclude %_prefix/lib/debug -%exclude %_libdir/pkgconfig -%exclude %_libdir/weston/desktop-shell.so -%exclude %_datadir - -%changelog |