resetting manifest requested domain to floor 07/4607/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.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen_4.0_unified accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable protex_M14.3 protex_M14.4 tizen_3.0 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.m2 tizen_3.0_ivi tizen_3.0_tv tizen_4.0 tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_ivi_genivi accepted/tizen/20130710.221118 accepted/tizen/20130912.141210 accepted/tizen/20130912.192303 accepted/tizen/20130912.200405 accepted/tizen/3.0.m2/mobile/20170105.023840 accepted/tizen/3.0.m2/tv/20170105.024207 accepted/tizen/3.0.m2/wearable/20170105.024510 accepted/tizen/3.0/common/20161114.110415 accepted/tizen/3.0/ivi/20161011.053521 accepted/tizen/3.0/mobile/20161015.032306 accepted/tizen/3.0/tv/20161016.003432 accepted/tizen/3.0/wearable/20161015.080249 accepted/tizen/4.0/unified/20170816.010823 accepted/tizen/4.0/unified/20170828.222436 accepted/tizen/5.0/unified/20181102.023215 accepted/tizen/5.5/unified/20191031.005720 accepted/tizen/5.5/unified/mobile/hotfix/20201027.062746 accepted/tizen/5.5/unified/wearable/hotfix/20201027.102822 accepted/tizen/ivi/20160218.024348 accepted/tizen/ivi/genivi/20140131.010947 accepted/tizen/unified/20170309.034946 ivi_oct_m2 submit/tizen/20130710.125502 submit/tizen/20130912.085605 submit/tizen_3.0.m2/20170104.093752 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000000 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100005 submit/tizen_5.0/20181101.000005 submit/tizen_5.5/20191031.000006 submit/tizen_5.5_mobile_hotfix/20201026.185106 submit/tizen_5.5_wearable_hotfix/20201026.184306 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000004 submit/tizen_ivi_genivi/20140131.004740 submit/tizen_mobile/20141120.000000 submit/tizen_unified/20170308.100411 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 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release tizen_5.5.m2_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:54:11 +0000 (20:54 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:54:11 +0000 (20:54 +0300)
packaging/aspell.manifest [new file with mode: 0644]
packaging/aspell.spec

diff --git a/packaging/aspell.manifest b/packaging/aspell.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 5cea9dc..1ac7100 100644 (file)
@@ -17,6 +17,7 @@ Summary:        A Free and Open Source Spell Checker
 Url:            http://aspell.net/
 Group:          System/Libraries
 Source0:        ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
+Source1001:    aspell.manifest
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-tools
@@ -91,6 +92,7 @@ This package contains the pspell compatibility library.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fiv
@@ -125,6 +127,7 @@ ln -s %{_libdir}/aspell-0.60/spell %{buildroot}%{_bindir}
 
 
 %files -f %{name}.lang
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING 
 %{_bindir}/aspell
@@ -134,6 +137,7 @@ ln -s %{_libdir}/aspell-0.60/spell %{buildroot}%{_bindir}
 %{_bindir}/word-list-compress
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %doc manual/aspell-dev.html/
 %{_bindir}/pspell-config
@@ -145,18 +149,22 @@ ln -s %{_libdir}/aspell-0.60/spell %{buildroot}%{_bindir}
 %doc %{_mandir}/man1/pspell-config.1%{ext_man}
 
 %files ispell
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_bindir}/ispell
 
 %files spell
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_bindir}/spell
 
 %files -n libaspell
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/aspell-0.60/
 %{_libdir}/libaspell.so.15*
 
 %files -n libpspell
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libpspell.so.15*