From a3c551b81491f43c7e3540f3d3a893ffcf3a0cce Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:47:41 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/sgml-skel.manifest | 5 +++++ packaging/sgml-skel.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/sgml-skel.manifest diff --git a/packaging/sgml-skel.manifest b/packaging/sgml-skel.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sgml-skel.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/sgml-skel.spec b/packaging/sgml-skel.spec index a35479c..7fb03da 100644 --- a/packaging/sgml-skel.spec +++ b/packaging/sgml-skel.spec @@ -9,6 +9,7 @@ Source0: http://www.suse.de/~ke/%{name}/%{name}-%{version}.tar.bz2 # :pserver:anoncvs@sources.redhat.com:/cvs/docbook-tools Source1: docbook-tools/sgml-common/bin/install-catalog.in Source2: edit-xml-catalog.sh +Source1001: sgml-skel.manifest BuildRequires: automake BuildRequires: libxml2-tools Requires(pre): /usr/bin/awk @@ -28,6 +29,7 @@ These scripts will help prepare and maintain parts of an SGML system. %prep %setup -q +cp %{SOURCE1001} . cp %{SOURCE1} . cp %{SOURCE2} . @@ -55,6 +57,7 @@ xmlcatalog --noout --add "nextCatalog" "tizen-catalog.xml" "tizen-catalog.xml" %{buildroot}%{_sysconfdir}/xml/catalog %files +%manifest %{name}.manifest %defattr(-, root, root) %doc AUTHORS COPYING NEWS README* %ghost %{_sysconfdir}/sgml/catalog -- 2.7.4