summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 23:21:29 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 23:21:29 +0300
commit4da2785cfefb5db2c38fc83b75f581289690bab2 (patch)
treef222f654198561220c02df105f74147de1039eb1
parenta1ffa1ae9bd437870b73bf6ade8eae63b6c112f1 (diff)
downloadhunspell-tizen_3.0.m14.2_ivi.tar.gz
hunspell-tizen_3.0.m14.2_ivi.tar.bz2
hunspell-tizen_3.0.m14.2_ivi.zip
-rw-r--r--packaging/hunspell.manifest5
-rw-r--r--packaging/hunspell.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/hunspell.manifest b/packaging/hunspell.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/hunspell.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/hunspell.spec b/packaging/hunspell.spec
index 66c4877..364ab92 100644
--- a/packaging/hunspell.spec
+++ b/packaging/hunspell.spec
@@ -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}