From 4da2785cfefb5db2c38fc83b75f581289690bab2 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:21:29 +0300 Subject: resetting manifest requested domain to floor --- packaging/hunspell.manifest | 5 +++++ packaging/hunspell.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/hunspell.manifest 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 @@ + + + + + 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} -- cgit v1.2.3