forked from pool/cmis-client
Fixed the package spec file
* Removed the %clean section * Removed the %package debugsource * Fixed typo in libcmis-devel summary OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=2
This commit is contained in:
parent
fa3e41db8c
commit
4882ec9faa
@ -32,7 +32,6 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: pkgconfig(cppunit)
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: %{_name}-%{soname} = %{version}
|
Requires: %{_name}-%{soname} = %{version}
|
||||||
@ -48,11 +47,9 @@ Group: Development/Libraries/C and C++
|
|||||||
%description -n %{_name}-%{soname}
|
%description -n %{_name}-%{soname}
|
||||||
LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any CMIS-enabled repositories.
|
LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any CMIS-enabled repositories.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%package -n %{_name}-devel
|
%package -n %{_name}-devel
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: libcmis development files
|
Summary: Libcmis development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{_name}-%{soname} = %{version}
|
Requires: %{_name}-%{soname} = %{version}
|
||||||
|
|
||||||
@ -80,9 +77,6 @@ make check
|
|||||||
|
|
||||||
%postun -n %{_name}-%{soname} -p /sbin/ldconfig
|
%postun -n %{_name}-%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:rm -rf %{buildroot}}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/cmis-client
|
%{_bindir}/cmis-client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user