SHA256
8
0
forked from pool/cppunit

- Avoid collisions with libcppunit.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2013-11-14 09:54:20 +00:00
committed by Git OBS Bridge
parent fa79f69073
commit b21e15c3cc
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14 09:51:33 UTC 2013 - tchvatal@suse.com
- Avoid collisions with libcppunit.
-------------------------------------------------------------------
Wed Nov 13 09:54:32 UTC 2013 - tchvatal@suse.com

View File

@@ -50,6 +50,9 @@ to develop applications that require these.
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Suggests: devel-doc = %{version}
Provides: libcppunit-devel = %{version}
Obsoletes: libcppunit-devel < %{version}
%description devel
This package contains all necessary include files and libraries needed
@@ -58,6 +61,7 @@ to develop applications that require these.
%package devel-doc
Summary: Documentation for the cppunit API
Group: Documentation/HTML
Conflicts: libcppunit-devel < 1.13.2
%if 0%{?suse_version} > 1200
BuildArch: noarch
%endif