From 0489c3ebdd9b3501928110dc6549bfe26efd3b99 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:25:42 +0300 Subject: resetting manifest requested domain to floor --- packaging/xmlcharent.manifest | 5 +++++ packaging/xmlcharent.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xmlcharent.manifest diff --git a/packaging/xmlcharent.manifest b/packaging/xmlcharent.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xmlcharent.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xmlcharent.spec b/packaging/xmlcharent.spec index 18149ba..4665a6c 100644 --- a/packaging/xmlcharent.spec +++ b/packaging/xmlcharent.spec @@ -8,6 +8,7 @@ Group: Productivity/Publishing/XML Source0: http://www.oasis-open.org/committees/docbook/%{name}/%{version}/%{name}-%{version}.zip Source1: catalog.xml Source2: CATALOG.xmlcharent +Source1001: xmlcharent.manifest BuildRequires: sgml-skel BuildRequires: unzip %define regcat /usr/bin/sgml-register-catalog @@ -42,6 +43,7 @@ non-normative Annex D of [ISO 8879:1986]. %prep %setup -q +cp %{SOURCE1001} . sed 's|@VERSION@|%{version}| s|@DIR@|%{xml_mod_dir}|' %{SOURCE1} >catalog.xml sed 's|@VERSION@|%{version}| @@ -128,6 +130,7 @@ if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] ; fi %files +%manifest %{name}.manifest %defattr(-, root, root) # %doc entities-*.html %{xml_mod_dir} -- cgit v1.2.3