resetting manifest requested domain to floor 05/4705/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.220334 accepted/tizen/20130912.090434 accepted/tizen/20130912.092421 accepted/tizen/20130912.101000 accepted/tizen/20130912.144017 accepted/tizen/20130912.191947 accepted/tizen/20130912.200048 accepted/tizen/ivi/20160218.024742 accepted/tizen/ivi/genivi/20140131.025954 ivi_oct_m2 submit/tizen/20130710.131519 submit/tizen/20130912.075854 submit/tizen/20130912.090204 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000005 submit/tizen_ivi_genivi/20140131.025546 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:21:29 +0000 (23:21 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:21:29 +0000 (23:21 +0300)
packaging/hunspell.manifest [new file with mode: 0644]
packaging/hunspell.spec

diff --git a/packaging/hunspell.manifest b/packaging/hunspell.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 66c4877..364ab92 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Hunspell - a spell checker and morphological analyzer library
 Url:            http://hunspell.sourceforge.net/
 Group:          System/Libraries
 Source:         %{name}-%{version}.tar.bz2
+Source1001:    hunspell.manifest
 BuildRequires:  autoconf >= 2.59
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -50,6 +51,7 @@ Static hunspell library.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure \
@@ -75,6 +77,7 @@ rm -rf %{buildroot}%{_mandir}/hu
 %docs_package
 
 %files -f %{name}.lang
+%manifest %{name}.manifest
 %defattr(644,root,root,755)
 %doc COPYING license.hunspell license.myspell
 %attr(755,root,root) %{_bindir}/hunspell
@@ -82,6 +85,7 @@ rm -rf %{buildroot}%{_mandir}/hu
 %exclude %{_libdir}/libhunspell*.so
 
 %files tools
+%manifest %{name}.manifest
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/analyze
 %attr(755,root,root) %{_bindir}/chmorph
@@ -96,6 +100,7 @@ rm -rf %{buildroot}%{_mandir}/hu
 %attr(755,root,root) %{_bindir}/wordlist2hunspell
 
 %files devel
+%manifest %{name}.manifest
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libhunspell-*.so
 %{_includedir}/%{name}