summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 01:08:08 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 01:08:08 +0300
commit219225ef368b16d2bf9341c8fe56b2adf2a44fec (patch)
tree56a7dee4fc3d8f8f85992f88f4f15652c1284459
parent26427a8fd4fefd666ac640a71b985316cab49135 (diff)
downloadlibXres-219225ef368b16d2bf9341c8fe56b2adf2a44fec.tar.gz
libXres-219225ef368b16d2bf9341c8fe56b2adf2a44fec.tar.bz2
libXres-219225ef368b16d2bf9341c8fe56b2adf2a44fec.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.132136accepted/tizen/20130710.220017
-rw-r--r--packaging/libXres.manifest5
-rw-r--r--packaging/libXres.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libXres.manifest b/packaging/libXres.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libXres.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libXres.spec b/packaging/libXres.spec
index f591932..f949343 100644
--- a/packaging/libXres.spec
+++ b/packaging/libXres.spec
@@ -6,6 +6,7 @@ Summary: X-Resource extension client library
Url: http://www.x.org
Group: Graphics/X Window System
Source0: %{name}-%{version}.tar.bz2
+Source1001: libXres.manifest
BuildRequires: pkgconfig(resourceproto)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xorg-macros)
@@ -25,6 +26,7 @@ X.Org X11 libXres development package
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -40,12 +42,14 @@ make %{?_smp_mflags}
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%license COPYING
%{_libdir}/libXRes.so.1
%{_libdir}/libXRes.so.1.0.0
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/X11/extensions/XRes.h
%{_libdir}/libXRes.so