summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Leibowitz <michael.leibowitz@intel.com>2013-07-17 14:26:27 -0700
committerMichael Leibowitz <michael.leibowitz@intel.com>2013-07-17 14:26:27 -0700
commit014a6c5edc61aca99164393dc669c026ee20cb5f (patch)
tree9d1a3cef88ff47800258c448edf59d9720329792
parent7c999544f3313186dbbb857e697b0d36fc9facdf (diff)
downloadbluetooth-accepted/tizen/ivi/genivi.tar.gz
bluetooth-accepted/tizen/ivi/genivi.tar.bz2
bluetooth-accepted/tizen/ivi/genivi.zip
put manifests in packaging/ consistent use of %{name} macros Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
-rw-r--r--bluetooth.manifest5
-rw-r--r--packaging/capi-network-bluetooth-devel.manifest5
-rw-r--r--packaging/capi-network-bluetooth.manifest6
-rw-r--r--packaging/capi-network-bluetooth.spec8
4 files changed, 12 insertions, 12 deletions
diff --git a/bluetooth.manifest b/bluetooth.manifest
deleted file mode 100644
index 75b0fa5..0000000
--- a/bluetooth.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/capi-network-bluetooth-devel.manifest b/packaging/capi-network-bluetooth-devel.manifest
new file mode 100644
index 0000000..c00c25b
--- /dev/null
+++ b/packaging/capi-network-bluetooth-devel.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_" />
+ </request>
+</manifest>
diff --git a/packaging/capi-network-bluetooth.manifest b/packaging/capi-network-bluetooth.manifest
index 017d22d..c00c25b 100644
--- a/packaging/capi-network-bluetooth.manifest
+++ b/packaging/capi-network-bluetooth.manifest
@@ -1,5 +1,5 @@
<manifest>
- <request>
- <domain name="_"/>
- </request>
+ <request>
+ <domain name="_" />
+ </request>
</manifest>
diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec
index 8482154..2103acc 100644
--- a/packaging/capi-network-bluetooth.spec
+++ b/packaging/capi-network-bluetooth.spec
@@ -5,7 +5,8 @@ Release: 1
Group: Connectivity/API
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
-Source1001: capi-network-bluetooth.manifest
+Source1001: %{name}.manifest
+Source1002: %{name}-devel.manifest
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(glib-2.0)
@@ -31,7 +32,7 @@ Network Bluetooth Framework.
%prep
%setup -q
-cp %{SOURCE1001} .
+cp %{SOURCE1001} %{SOURCE1002} .
%build
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -50,11 +51,10 @@ make %{?jobs:-j%jobs}
%files
%manifest %{name}.manifest
%license LICENSE.APLv2 LICENSE
-%manifest bluetooth.manifest
%{_libdir}/libcapi-network-bluetooth.so.*
%files devel
-%manifest %{name}.manifest
+%manifest %{name}-devel.manifest
%{_includedir}/network/bluetooth.h
%{_libdir}/pkgconfig/capi-network-bluetooth.pc
%{_libdir}/libcapi-network-bluetooth.so