Fix manifests 23/5823/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/20130912.081747 accepted/tizen/20130912.085019 accepted/tizen/20130912.093632 accepted/tizen/ivi/genivi/20140131.062300 accepted/tizen_ivi_stable/20131116.105051 ivi_oct_m2 submit/tizen/20130912.075605 submit/tizen_ivi_genivi/20140131.061518 submit/tizen_ivi_stable/20131116.100411
authorMichael Leibowitz <michael.leibowitz@intel.com>
Wed, 17 Jul 2013 16:18:31 +0000 (09:18 -0700)
committerMichael Leibowitz <michael.leibowitz@intel.com>
Wed, 17 Jul 2013 16:18:31 +0000 (09:18 -0700)
put manifests in packaging/
consistent use of %{name} macros

Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
bluetooth-share.manifest [deleted file]
packaging/bluetooth-share.manifest [new file with mode: 0644]
packaging/bluetooth-share.spec
packaging/libbluetooth-share-devel.manifest [new file with mode: 0644]
packaging/libbluetooth-share.manifest [new file with mode: 0644]

diff --git a/bluetooth-share.manifest b/bluetooth-share.manifest
deleted file mode 100644 (file)
index 75b0fa5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_"/>
-    </request>
-</manifest>
diff --git a/packaging/bluetooth-share.manifest b/packaging/bluetooth-share.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>
index d4a3a3d..67c4c1d 100644 (file)
@@ -7,6 +7,9 @@ Release:    2
 Group:      Connectivity/Bluetooth
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    %{name}.manifest
+Source1002:    libbluetooth-share.manifest
+Source1003:    libbluetooth-share-devel.manifest
 Requires(post): vconf
 Requires(post): coreutils
 Requires(post): sqlite
@@ -51,6 +54,7 @@ Development package for libbluetooth-share
 
 %prep
 %setup -q
+cp %{SOURCE1001} %{SOURCE1002} %{SOURCE1003} .
 
 %build
 export CFLAGS+=" -fpie -fvisibility=hidden"
@@ -128,7 +132,7 @@ fi
 %postun -n libbluetooth-share -p /sbin/ldconfig
 
 %files
-%manifest bluetooth-share.manifest
+%manifest %{name}.manifest
 /opt/etc/smack/accesses.d/bluetooth-share.rule
 %defattr(-,root,root,-)
 %{_bindir}/bluetooth-share
@@ -136,10 +140,12 @@ fi
 %{_optdir}/share/bt-ftp
 
 %files -n libbluetooth-share
+%manifest libbluetooth-share.manifest
 %defattr(-, root, root)
 %{_libdir}/libbluetooth-share-api.so.0.*
 
 %files -n libbluetooth-share-devel
+%manifest libbluetooth-share-devel.manifest
 %defattr(-, root, root)
 /usr/include/bluetooth-share-api/bluetooth-share-api.h
 %{_libdir}/libbluetooth-share-api.so
diff --git a/packaging/libbluetooth-share-devel.manifest b/packaging/libbluetooth-share-devel.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>
diff --git a/packaging/libbluetooth-share.manifest b/packaging/libbluetooth-share.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>