diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 19:50:42 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 19:50:42 +0300 |
commit | f80495726b502d2bd4423443aa645f86c7083690 (patch) | |
tree | 1a677b47c55b8e449a2c6720812e747b6a0c8fad | |
parent | f1c1fbb6101ed83358c86ee0ea5336d7648d78a0 (diff) | |
download | libtheora-f80495726b502d2bd4423443aa645f86c7083690.tar.gz libtheora-f80495726b502d2bd4423443aa645f86c7083690.tar.bz2 libtheora-f80495726b502d2bd4423443aa645f86c7083690.zip |
resetting manifest requested domain to floortizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_genivi/20140131.023348submit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20130912.090345submit/tizen/20130912.080037submit/tizen/20130710.132740ivi_oct_m2accepted/tizen/ivi/genivi/20140131.023617accepted/tizen/20130912.200016accepted/tizen/20130912.191919accepted/tizen/20130912.143806accepted/tizen/20130912.102024accepted/tizen/20130912.101409accepted/tizen/20130710.215722tizen_ivi_genivitizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_genericaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
-rw-r--r-- | packaging/libtheora.manifest | 5 | ||||
-rw-r--r-- | packaging/libtheora.spec | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libtheora.manifest b/packaging/libtheora.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libtheora.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libtheora.spec b/packaging/libtheora.spec index cb0eef3..788782d 100644 --- a/packaging/libtheora.spec +++ b/packaging/libtheora.spec @@ -8,6 +8,7 @@ Group: Multimedia/Video %define pkg_version %{version} Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf +Source1001: libtheora.manifest BuildRequires: gcc-c++ BuildRequires: libogg-devel BuildRequires: libtool @@ -34,6 +35,7 @@ to playback VP3 streams. %prep %setup -q -n %{name}-%{pkg_version} +cp %{SOURCE1001} . %build ACLOCAL="aclocal -I m4" autoreconf -f -i @@ -56,6 +58,7 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}/* %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING LICENSE %{_libdir}/libtheora.so.0* @@ -63,6 +66,7 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}/* %{_libdir}/libtheoraenc.so.1* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/theora %{_libdir}/*.so |