From c5daa3aaf170968d9e8d436998a0a13dfd7f0c15 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:12:12 +0300 Subject: resetting manifest requested domain to floor --- packaging/pattern-tools.manifest | 5 +++++ packaging/pattern-tools.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/pattern-tools.manifest (limited to 'packaging') 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 -- cgit v1.2.3