From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:12:12 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215304^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.2015.q2_common;p=platform%2Fupstream%2Fpattern-tools.git resetting manifest requested domain to floor --- diff --git a/packaging/pattern-tools.manifest b/packaging/pattern-tools.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/pattern-tools.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/pattern-tools.spec b/packaging/pattern-tools.spec index a287bd7..37fbe04 100644 --- a/packaging/pattern-tools.spec +++ b/packaging/pattern-tools.spec @@ -6,6 +6,7 @@ License: GPLv2 Group: System/Base URL: http://www.tizen.org Source: %{name}-%{version}.tar.bz2 +Source1001: pattern-tools.manifest Requires: libxslt Requires: python-yaml Requires: python-lxml @@ -15,6 +16,7 @@ Tools for managing package groups and patterns. %prep %setup -q +cp %{SOURCE1001} . %build make @@ -24,5 +26,6 @@ make %files +%manifest %{name}.manifest %{_bindir}/merge-patterns %{_datadir}/package-groups/stylesheets/*.xsl