From fdf26526d4d0661fb1afc6b3d18b91d926222aa1 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:06:22 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/ctags.manifest | 5 +++++ packaging/ctags.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/ctags.manifest diff --git a/packaging/ctags.manifest b/packaging/ctags.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/ctags.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/ctags.spec b/packaging/ctags.spec index 6cb2ebc..6f67b9e 100644 --- a/packaging/ctags.spec +++ b/packaging/ctags.spec @@ -6,6 +6,7 @@ Summary: Tool for generating indexes of source code definitions Url: http://ctags.sourceforge.net/ Group: Development/Tools Source: %{name}-%{version}.tar.gz +Source1001: ctags.manifest %description Exuberant Ctags is a multilanguage reimplementation of the much-underused @@ -18,6 +19,7 @@ because most were easily fooled by a number of preprocessor contructs. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -29,5 +31,6 @@ make %{?_smp_mflags} %docs_package %files +%manifest %{name}.manifest %license COPYING %{_bindir}/ctags -- 2.7.4