resetting manifest requested domain to floor 96/4496/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:25:02 +0000 (17:25 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:25:02 +0000 (17:25 +0300)
packaging/xdgmime.manifest [new file with mode: 0644]
packaging/xdgmime.spec
xdgmime.manifest [deleted file]

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