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:
parent
c9206bb141
commit
68d759517c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user