summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 13:17:21 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 13:17:21 +0300
commit1766b71ebba67443ca88f489b78abaa016eee3b3 (patch)
treeb8b0dc31ec2f03911af1f2dbb04175252053721b /packaging
parent0e4b88dc06c52dab6b7cd92d1fa884748e450455 (diff)
downloadavsystem-accepted/tizen/20130912.093705.tar.gz
avsystem-accepted/tizen/20130912.093705.tar.bz2
avsystem-accepted/tizen/20130912.093705.zip
Diffstat (limited to 'packaging')
-rw-r--r--packaging/avsystem.manifest5
-rw-r--r--packaging/avsystem.spec6
2 files changed, 9 insertions, 2 deletions
diff --git a/packaging/avsystem.manifest b/packaging/avsystem.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/avsystem.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/avsystem.spec b/packaging/avsystem.spec
index 6937e51..cb437eb 100644
--- a/packaging/avsystem.spec
+++ b/packaging/avsystem.spec
@@ -6,6 +6,7 @@ Group: System/Libraries
License: Apache-2.0
Source0: avsystem-%{version}.tar.gz
Source101: packaging/avsystem.service
+Source1001: avsystem.manifest
Requires(post): /sbin/ldconfig
Requires(post): /usr/bin/systemctl
@@ -37,6 +38,7 @@ Audio Video System Development headers and libraries.
%prep
%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
%build
@@ -79,7 +81,7 @@ fi
systemctl daemon-reload
%files
-%manifest avsystem.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_sysconfdir}/rc.d/init.d/snd_init
%{_sysconfdir}/rc.d/rc3.d/S15snd_init
@@ -90,7 +92,7 @@ systemctl daemon-reload
/usr/lib/systemd/system/multi-user.target.wants/avsystem.service
%files devel
-%manifest avsystem.manifest
+%manifest %{name}.manifest
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/avsystem/*.h