From 9db9f5309080316251b66298d17c45cc9c24a566 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:54:11 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/aspell.manifest | 5 +++++ packaging/aspell.spec | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 packaging/aspell.manifest diff --git a/packaging/aspell.manifest b/packaging/aspell.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/aspell.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/aspell.spec b/packaging/aspell.spec index 5cea9dc..1ac7100 100644 --- a/packaging/aspell.spec +++ b/packaging/aspell.spec @@ -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* -- 2.7.4