2017-04-07 17:03:23 +00:00
|
|
|
#
|
2017-05-23 11:23:28 +00:00
|
|
|
# spec file for package patterns-devel-python
|
2017-04-07 17:03:23 +00:00
|
|
|
#
|
2018-01-25 13:58:08 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-04-07 17:03:23 +00:00
|
|
|
#
|
|
|
|
|
# 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/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: patterns-devel-python
|
2018-01-25 13:58:08 +00:00
|
|
|
Version: 20180125
|
2017-04-07 17:03:23 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Patterns for Installation (Python devel)
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Metapackages
|
|
|
|
|
Url: https://github.com/openSUSE/patterns
|
|
|
|
|
Source0: %{name}-rpmlintrc
|
|
|
|
|
BuildRequires: patterns-rpm-macros
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is an internal package that is used to create the patterns as part
|
|
|
|
|
of the installation source setup. Installation of this package does
|
|
|
|
|
not make sense.
|
|
|
|
|
|
|
|
|
|
This particular package contains all the python patterns.
|
|
|
|
|
|
|
|
|
|
%package devel_python3
|
|
|
|
|
%pattern_development
|
|
|
|
|
Provides: pattern() = devel_python3
|
|
|
|
|
Provides: pattern-icon() = pattern-basis-devel
|
|
|
|
|
Provides: pattern-order() = 3359
|
|
|
|
|
Provides: pattern-visible()
|
2018-01-25 13:58:08 +00:00
|
|
|
Summary: Python 3 Developement
|
|
|
|
|
Group: Metapackages
|
2017-04-07 17:03:23 +00:00
|
|
|
Recommends: python3
|
|
|
|
|
Recommends: python3-devel
|
2018-01-25 13:58:08 +00:00
|
|
|
Recommends: python3-flake8
|
|
|
|
|
Recommends: python3-pip
|
|
|
|
|
Recommends: python3-pytest
|
|
|
|
|
Recommends: python3-requests
|
|
|
|
|
Recommends: python3-setuptools
|
|
|
|
|
Recommends: python3-tox
|
|
|
|
|
Recommends: python3-virtualenv
|
2017-04-07 17:03:23 +00:00
|
|
|
|
|
|
|
|
%description devel_python3
|
|
|
|
|
|
|
|
|
|
%files devel_python3
|
2018-01-25 13:58:08 +00:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
|
%{_docdir}/patterns/devel_python3.txt
|
2017-04-07 17:03:23 +00:00
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
2018-01-25 13:58:08 +00:00
|
|
|
mkdir -p %{buildroot}%{_docdir}/patterns/
|
|
|
|
|
echo 'This file marks the pattern devel_python3 to be installed.' > %{buildroot}%{_docdir}/patterns/devel_python3.txt
|
2017-05-23 11:23:28 +00:00
|
|
|
|
|
|
|
|
%changelog
|