diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 05:22:21 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 05:22:21 +0300 |
commit | 5d65f5f7eb7b39d9e2638a7bb32bafb7e7de6050 (patch) | |
tree | 1e2506c763a38f8e5c0a41cdf3c38a72e3c623bf | |
parent | 940d38fe2a5aaf49491b6485db9904e42a453bf7 (diff) | |
download | xbitmaps-5d65f5f7eb7b39d9e2638a7bb32bafb7e7de6050.tar.gz xbitmaps-5d65f5f7eb7b39d9e2638a7bb32bafb7e7de6050.tar.bz2 xbitmaps-5d65f5f7eb7b39d9e2638a7bb32bafb7e7de6050.zip |
resetting manifest requested domain to floorsubmit/tizen/20130710.135721accepted/tizen/20130710.214355
-rw-r--r-- | packaging/xbitmaps.manifest | 5 | ||||
-rw-r--r-- | packaging/xbitmaps.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xbitmaps.manifest b/packaging/xbitmaps.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xbitmaps.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/xbitmaps.spec b/packaging/xbitmaps.spec index 73f6f2b..c6b6827 100644 --- a/packaging/xbitmaps.spec +++ b/packaging/xbitmaps.spec @@ -7,6 +7,7 @@ Url: http://xorg.freedesktop.org/releases/individual/data/ Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 +Source1001: xbitmaps.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.3 BuildArch: noarch @@ -25,6 +26,7 @@ legacy X clients. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -34,6 +36,7 @@ make %{?_smp_mflags} %make_install %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/X11/bitmaps %{_datadir}/pkgconfig/xbitmaps.pc |