forked from pool/python-cppclean
Accepting request 677181 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/677181 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppclean?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
92da83559a
commit
c36719058a
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 17:19:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 06:01:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cppclean
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,17 +12,18 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cppclean
|
||||
Version: 0.12
|
||||
Release: 0
|
||||
Summary: Program to find problems in C++ source that slow development of large code bases
|
||||
License: Apache-2.0
|
||||
Summary: Find problems in C++ source that slow development of large code bases
|
||||
Url: https://github.com/myint/cppclean
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/myint/cppclean
|
||||
Source: https://github.com/myint/cppclean/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: bash
|
||||
|
||||
Reference in New Issue
Block a user