forked from pool/libqb
Accepting request 459696 from home:jengelh:branches:network:ha-clustering:Factory
- RPM group fix; use find -delete over rm. OBS-URL: https://build.opensuse.org/request/show/459696 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=75
This commit is contained in:
parent
3684a612fe
commit
cf00651369
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 22 13:08:00 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- RPM group fix; use find -delete over rm.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 20 16:50:39 UTC 2017 - ygao@suse.com
|
Mon Feb 20 16:50:39 UTC 2017 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Version: 1.0.1+git20170131.afdff97
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/ClusterLabs/libqb
|
Url: https://github.com/ClusterLabs/libqb
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -89,7 +89,7 @@ fi
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -delete
|
||||||
rm -rf %{buildroot}%{_datadir}/doc
|
rm -rf %{buildroot}%{_datadir}/doc
|
||||||
|
|
||||||
%post -n libqb0 -p /sbin/ldconfig
|
%post -n libqb0 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user