- Fix spacing in description (boo#1040006).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/patterns-devel-python?expand=0&rev=3
This commit is contained in:
2017-05-23 11:23:28 +00:00
committed by Git OBS Bridge
parent 55a4824612
commit ab04e5e270
2 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package patterns-openSUSE
# spec file for package patterns-devel-python
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -29,7 +29,6 @@ Source0: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
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
@@ -86,7 +85,7 @@ Tools and libraries for software development using the Python programming langua
%package devel_python3
%pattern_development
Summary: Python3 Developement
Summary: Python 3 Developement
Group: Metapackages
Provides: pattern() = devel_python3
Provides: pattern-icon() = pattern-basis-devel
@@ -125,3 +124,5 @@ Suggests: python3-nose
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
echo 'This file marks the pattern devel_python to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_python.txt
echo 'This file marks the pattern devel_python3 to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_python3.txt
%changelog