package init
This commit is contained in:
parent
cf31c1268e
commit
0a866f1a52
@ -1,13 +1,11 @@
|
|||||||
|
|
||||||
Name: sblim-cmpi-devel
|
Name: sblim-cmpi-devel
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 18
|
Release: 19
|
||||||
Summary: SBLIM CMPI Provider Development Support
|
Summary: SBLIM CMPI Provider Development Support
|
||||||
|
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: https://sourceforge.net/projects/sblim/
|
URL: https://sourceforge.net/projects/sblim/
|
||||||
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
||||||
Source1: macros.sblim-cmpi-devel
|
|
||||||
|
|
||||||
Patch0: sblim-cmpi-devel-2.0.3-docdir.patch
|
Patch0: sblim-cmpi-devel-2.0.3-docdir.patch
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -39,19 +37,20 @@ CMPI C++ wrapper library
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
|
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
|
||||||
cp %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d
|
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libcmpiCppImpl0
|
%ldconfig_scriptlets -n libcmpiCppImpl0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_includedir}/cmpi
|
%{_includedir}/cmpi
|
||||||
%{_rpmconfigdir}/macros.d/macros.sblim-cmpi-devel
|
|
||||||
|
|
||||||
%files -n libcmpiCppImpl0
|
%files -n libcmpiCppImpl0
|
||||||
%exclude %{_libdir}/*a
|
%exclude %{_libdir}/*a
|
||||||
%{_libdir}/libcmpiCppImpl.so*
|
%{_libdir}/libcmpiCppImpl.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 19 2020 Senlin Xia <xiasenlin1@huawei.com> - 2.0.3-19
|
||||||
|
- remove macros.sblim-cmpi-devel
|
||||||
|
|
||||||
* Tue Nov 19 2019 mengxian <mengxian@huawei.com> - 2.0.3-18
|
* Tue Nov 19 2019 mengxian <mengxian@huawei.com> - 2.0.3-18
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user