summaryrefslogtreecommitdiff
path: root/packaging/sensor.spec
diff options
context:
space:
mode:
authorMichael Leibowitz <michael.leibowitz@intel.com>2013-07-17 13:58:51 -0700
committerMichael Leibowitz <michael.leibowitz@intel.com>2013-07-17 13:58:51 -0700
commit0b466302afcb0ce0e23f0d8f1e1e9820e42326dc (patch)
tree6e5db1d2ad88ba0ae84e90e10bf6bc41dee6a185 /packaging/sensor.spec
parent35decce262811d55ce3fdd1097c0657212ee8be9 (diff)
downloadlibslp-sensor-accepted/tizen_3.0.2014.q3_common.tar.gz
libslp-sensor-accepted/tizen_3.0.2014.q3_common.tar.bz2
libslp-sensor-accepted/tizen_3.0.2014.q3_common.zip
put manifests in packaging/ consistent use of %{name} macros Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
Diffstat (limited to 'packaging/sensor.spec')
-rw-r--r--packaging/sensor.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/sensor.spec b/packaging/sensor.spec
index 39affd9..407225b 100644
--- a/packaging/sensor.spec
+++ b/packaging/sensor.spec
@@ -5,7 +5,8 @@ Release: 1
Group: System/Sensor Framework
License: Apache-2.0
Source0: sensor-%{version}.tar.gz
-Source1001: sensor.manifest
+Source1001: %{name}.manifest
+Source1002: %{name}-devel.manifest
BuildRequires: cmake
BuildRequires: vconf-keys-devel
BuildRequires: pkgconfig(sf_common)
@@ -26,7 +27,7 @@ Sensor framework client library (devel)
%prep
%setup -q -n %{name}-%{version}
-cp %{SOURCE1001} .
+cp %{SOURCE1001} %{SOURCE1002} .
%build
%cmake .
@@ -45,12 +46,11 @@ make %{?jobs:-j%jobs}
%files
%manifest %{name}.manifest
%license LICENSE
-%manifest libslp-sensor.manifest
%defattr(-,root,root,-)
%{_libdir}/libsensor.so.*
%files devel
-%manifest %{name}.manifest
+%manifest %{name}-devel.manifest
%defattr(-,root,root,-)
%{_includedir}/sensor/*.h
%{_libdir}/libsensor.so