SHA256
1
0
forked from pool/cmis-client

Accepting request 149937 from devel:libraries:c_c++

- Fix libcmis-c-devel dependency over itself. (forwarded request 149921 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/149937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmis-client?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-01-29 09:30:04 +00:00 committed by Git OBS Bridge
commit cad0d939bf
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