SHA256
1
0
forked from pool/cmis-client

Accepting request 149921 from home:scarabeus_iv

- Fix libcmis-c-devel dependency over itself.

OBS-URL: https://build.opensuse.org/request/show/149921
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=11
This commit is contained in:
Cédric Bosdonnat 2013-01-25 14:53:43 +00:00 committed by Git OBS Bridge
parent c9206bb141
commit 68d759517c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 25 12:36:49 UTC 2013 - tchvatal@suse.com
- Fix libcmis-c-devel dependency over itself.
-------------------------------------------------------------------
Thu Sep 13 12:38:54 UTC 2012 - cbosdonnat@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cmis-client
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -70,7 +70,7 @@ It is only a wrapper for its C++ sister libcmis.
%package -n %{_name}-c-devel
Summary: Libcmis-c development files
Group: Development/Libraries/C and C++
Requires: %{_name}-c-devel = %{version}
Requires: %{_name}-c-%{soname} = %{version}
%description -n %{_name}-c-devel
Development files for libcmis-c. Libcmis-c is a C client library for the CMIS interface.
@ -94,9 +94,11 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
make check
%post -n %{_name}-%{soname} -p /sbin/ldconfig
%post -n %{_name}-c-%{soname} -p /sbin/ldconfig
%postun -n %{_name}-%{soname} -p /sbin/ldconfig
%postun -n %{_name}-c-%{soname} -p /sbin/ldconfig
%files