File sle11-sp2-cloud-aggregates.spec of Package sle11-sp2-cloud-aggregates
#
# spec file for package sle11-sp2-cloud-aggregates
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needsbinariesforbuild
Name: sle11-sp2-cloud-aggregates
Version: 0.0
Release: 0.0
Summary: Allocate SDK packages for a selfcontained repo
License: Other
Group: Development/Tools/Building
BuildRequires: git-core
BuildRequires: mozilla-nspr
BuildRequires: mozilla-nspr-devel
BuildRequires: perl-Error
BuildRequires: python-logilab-astng
BuildRequires: python-logilab-common
BuildRequires: python-m2crypto
BuildRequires: python-pyOpenSSL
BuildRequires: python-serial
BuildRequires: python-twisted
BuildRequires: python-zopeinterface
BuildRequires: wxGTK
BuildRequires: wxGTK-compat
BuildRequires: wxGTK-gl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
%prep
%build
%install
for m in m2crypto logilab-astng logilab-common serial twisted zopeinterface; do
install /.build.binaries/python-${m}.rpm %{_rpmdir}/%{_arch}/python-${m}.rpm
done
for m in wxGTK wxGTK-gl wxGTK-compat git-core mozilla-nspr-devel mozilla-nspr perl-Error; do
install /.build.binaries/${m}.rpm %{_rpmdir}/%{_arch}/${m}.rpm
done
%changelog