From 5e7a08ab59c9c1f97eb4fa7e05c4c8dd30ed1753 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 19:48:41 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/anthy.manifest | 5 +++++ packaging/anthy.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/anthy.manifest diff --git a/packaging/anthy.manifest b/packaging/anthy.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/anthy.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/anthy.spec b/packaging/anthy.spec index e1d6f6b..e3688a0 100644 --- a/packaging/anthy.spec +++ b/packaging/anthy.spec @@ -7,6 +7,7 @@ Version: 9100h Release: 1 URL: http://www.sourceforge.jp/projects/anthy/ Source0: %{name}-%{version}.tar.gz +Source1001: anthy.manifest # # URL: http://cannadic.oucrc.org # Source1: cannadic-0.93.tar.gz @@ -18,6 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-root %prep %setup -q +cp %{SOURCE1001} . #tar zxf %{_sourcedir}/cannadic-0.93.tar.gz #ln -s ../cannadic-0.93/gcanna.t mkanthydic #ln -s ../cannadic-0.93/gcannaf.t mkanthydic @@ -40,6 +42,7 @@ rm -rf ${RPM_BUILD_ROOT} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %{_bindir}/* %{_sysconfdir}/* -- 2.7.4