1
0

Accepting request 491514 from home:simotek:branches:devel:libraries:c_c++

This shouldn't have had openSUSE in the name

OBS-URL: https://build.opensuse.org/request/show/491514
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/patterns-devel-C-C++?expand=0&rev=1
This commit is contained in:
Ismail Dönmez
2017-04-27 11:27:21 +00:00
committed by Git OBS Bridge
commit 863fc62903
5 changed files with 111 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,3 @@
addFilter("W: no-binary");

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Mar 16 06:15:40 UTC 2017 - sflees@suse.de
- Create new package from old unified patterns package

80
patterns-devel-C-C++.spec Normal file
View File

@@ -0,0 +1,80 @@
#
# spec file for package patterns-openSUSE
#
# Copyright (c) 2017 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
# 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/
#
%bcond_with betatest
Name: patterns-devel-C-C++
Version: 20170319
Release: 0
Summary: Patterns for Installation (C/C++ devel pattern)
License: MIT
Group: Metapackages
Url: https://github.com/openSUSE/patterns
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
not make sense.
This particular package contains the C and C++ development patterns.
################################################################################
%package devel_C_C++
%pattern_development
Summary: C/C++ Development
Group: Metapackages
Provides: pattern() = devel_C_C++
Provides: pattern-icon() = pattern-basis-devel
Provides: pattern-order() = 3240
Provides: pattern-visible()
Requires: pattern() = devel_basis
Recommends: glibc-info
Recommends: boost-devel
Recommends: boost-jam
Recommends: posix_cc
Recommends: swig
Recommends: valgrind
Recommends: ltrace
Suggests: ddd
# 403368
Suggests: dejagnu
Suggests: expect
%description devel_C_C++
Tools and libraries for software development using C/C++ and other derivative of the C programming language.
%files devel_C_C++
%dir /usr/share/doc/packages/patterns
/usr/share/doc/packages/patterns/devel_C_C++.txt
################################################################################
%prep
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns
echo 'This file marks the pattern devel_C_C++ to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_C_C++.txt