resetting manifest requested domain to floor 16/4416/1 accepted/tizen/20130710.221311 submit/tizen/20130710.124655
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 08:33:31 +0000 (11:33 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 08:33:31 +0000 (11:33 +0300)
packaging/sensor.spec

index d8bf29e..39affd9 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      System/Sensor Framework
 License:    Apache-2.0
 Source0:    sensor-%{version}.tar.gz
+Source1001:    sensor.manifest
 BuildRequires:  cmake
 BuildRequires:  vconf-keys-devel
 BuildRequires:  pkgconfig(sf_common)
@@ -25,6 +26,7 @@ Sensor framework client library (devel)
 
 %prep
 %setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -41,12 +43,14 @@ 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
 %defattr(-,root,root,-)
 %{_includedir}/sensor/*.h
 %{_libdir}/libsensor.so