diff --git a/cmis-client.changes b/cmis-client.changes index ba55d77..03cedfb 100644 --- a/cmis-client.changes +++ b/cmis-client.changes @@ -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 diff --git a/cmis-client.spec b/cmis-client.spec index 4b9dc92..cdaf355 100644 --- a/cmis-client.spec +++ b/cmis-client.spec @@ -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