resetting manifest requested domain to floor 85/4985/1 accepted/tizen/20130710.214355 submit/tizen/20130710.135721
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:22:21 +0000 (05:22 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:22:21 +0000 (05:22 +0300)
packaging/xbitmaps.manifest [new file with mode: 0644]
packaging/xbitmaps.spec

diff --git a/packaging/xbitmaps.manifest b/packaging/xbitmaps.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 73f6f2b..c6b6827 100644 (file)
@@ -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