File sle11-sp3-cloud-aggregates.spec of Package sle11-sp3-cloud-aggregates
#
# spec file for package sle11-sp3-cloud-aggregates
#
# Copyright (c) 2014 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-sp3-cloud-aggregates
Version: 0.0
Release: 0.0
Summary: Allocate SDK packages for a selfcontained repo
License: Other
Group: Development/Tools/Building
BuildRequires: gcc-fortran
BuildRequires: gcc43-fortran
BuildRequires: git-core
BuildRequires: graphviz-python
BuildRequires: libgfortran3
BuildRequires: liblcms2-2
BuildRequires: libquadmath0
BuildRequires: mozilla-nspr
BuildRequires: mozilla-nspr-devel
BuildRequires: perl-Error
BuildRequires: python-dateutil
BuildRequires: python-devel
BuildRequires: python-logilab-astng
BuildRequires: python-logilab-common
BuildRequires: python-m2crypto
BuildRequires: python-ply
BuildRequires: python-pyOpenSSL
BuildRequires: python-serial
BuildRequires: python-twisted
BuildRequires: python-wxGTK
BuildRequires: python-zopeinterface
BuildRequires: wxGTK
BuildRequires: wxGTK-compat
BuildRequires: wxGTK-gl
#!BuildIgnore: post-build-checks rpmlint-Factory
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
%prep
%build
%install
for m in dateutil devel m2crypto logilab-astng logilab-common ply serial twisted zopeinterface wxGTK; do
install /.build.binaries/python-${m}.rpm %{_rpmdir}/%{_arch}/python-${m}.rpm
done
for m in libgfortran3 libquadmath0 gcc-fortran gcc43-fortran wxGTK wxGTK-gl wxGTK-compat git-core \
mozilla-nspr-devel mozilla-nspr perl-Error graphviz-python \
liblcms2-2; do
install /.build.binaries/${m}.rpm %{_rpmdir}/%{_arch}/${m}.rpm
done
%changelog