SHA256
1
0
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:
Cédric Bosdonnat 2011-10-06 08:44:56 +00:00 committed by Git OBS Bridge
parent fa3e41db8c
commit 4882ec9faa

View File

@ -32,7 +32,6 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: boost-devel
BuildRequires: pkgconfig(cppunit)
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{_name}-%{soname} = %{version}
@ -48,11 +47,9 @@ Group: Development/Libraries/C and C++
%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.
%debug_package
%package -n %{_name}-devel
License: LGPLv2+
Summary: libcmis development files
Summary: Libcmis development files
Group: Development/Libraries/C and C++
Requires: %{_name}-%{soname} = %{version}
@ -80,9 +77,6 @@ make check
%postun -n %{_name}-%{soname} -p /sbin/ldconfig
%clean
%{?buildroot:rm -rf %{buildroot}}
%files
%defattr(-, root, root)
%{_bindir}/cmis-client