From 09162ef84e61b798fbd384610e5eb1ef51c27e28 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 9 Nov 2012 11:46:27 -0800 Subject: initial checkin 001 --- packaging/pattern-tools.spec | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packaging/pattern-tools.spec diff --git a/packaging/pattern-tools.spec b/packaging/pattern-tools.spec new file mode 100644 index 0000000..080ab05 --- /dev/null +++ b/packaging/pattern-tools.spec @@ -0,0 +1,32 @@ +Summary: Pattern Tools +Name: pattern-tools +Version: 001 +Release: 1 +License: GPLv2 +Group: System/Base +URL: http://www.tizen.org +Source: %{name}-%{version}.tar.bz2 +Requires: libxslt +Requires: python-yaml +Requires: python-lxml + +%description tools +Tools for managing package groups and patterns. + + +%description +Pattern Tools + +%prep +%setup -q + +%build +make + +%install +%make_install + + +%files tools +%{_bindir}/merge-patterns +%{_datadir}/package-groups/stylesheets/*.xsl -- cgit v1.2.3