summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 15:16:58 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 15:16:58 +0300
commit6754c8bf1914014dbf42b08a616bfea77774d3b0 (patch)
tree7b02ae06baa5578c62eeeb69ce07a7edc2e6b74b
parent127491688f5e93215cd65b4d858e27f9651324a4 (diff)
downloadxdgmime-6754c8bf1914014dbf42b08a616bfea77774d3b0.tar.gz
xdgmime-6754c8bf1914014dbf42b08a616bfea77774d3b0.tar.bz2
xdgmime-6754c8bf1914014dbf42b08a616bfea77774d3b0.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/xdgmime.manifest5
-rw-r--r--packaging/xdgmime.spec4
-rw-r--r--xdgmime.manifest5
3 files changed, 9 insertions, 5 deletions
diff --git a/packaging/xdgmime.manifest b/packaging/xdgmime.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/xdgmime.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xdgmime.spec b/packaging/xdgmime.spec
index 9b45d4d..da2cddd 100644
--- a/packaging/xdgmime.spec
+++ b/packaging/xdgmime.spec
@@ -5,6 +5,7 @@ License: LGPLv2, AFLv2
Summary: Pkg xdgmime
Group: TO_BE/FILLED_IN
Source0: xdgmime-%{version}.tar.gz
+Source1001: xdgmime.manifest
BuildRequires: cmake
%description
@@ -20,6 +21,7 @@ Package xdgmime (devel)
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%cmake .
@@ -34,11 +36,13 @@ make %{?_smp_mflags}
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libxdgmime.so.*
%manifest xdgmime.manifest
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/xdgmime.h
%{_libdir}/libxdgmime.so
diff --git a/xdgmime.manifest b/xdgmime.manifest
deleted file mode 100644
index 75b0fa5..0000000
--- a/xdgmime.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>