- Update to 0.6.1
* new configure option --enable-static-cxx - Make building more verbose OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=9
This commit is contained in:
parent
e5ba4ac186
commit
ebb9e8702d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 6 09:04:44 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 0.6.1
|
||||||
|
* new configure option --enable-static-cxx
|
||||||
|
- Make building more verbose
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 29 09:55:49 UTC 2016 - mpluskal@suse.com
|
Fri Jan 29 09:55:49 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: thin-provisioning-tools
|
Name: thin-provisioning-tools
|
||||||
Version: 0.6.0
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin Provisioning Tools
|
Summary: Thin Provisioning Tools
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@ -42,13 +42,13 @@ A suite of tools for thin provisioning on Linux.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
|
||||||
export CXXFLAGS="%{optflags}"
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--bindir=%{_sbindir} \
|
--bindir=%{_sbindir} \
|
||||||
--with-optimisation=""
|
--with-optimisation="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
# In generated Makefile V=@ is used, in order to achieve verbose build ve
|
||||||
|
# must override it as V=""
|
||||||
|
make %{?_smp_mflags} V=""
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make STRIP="/bin/true" DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make STRIP="/bin/true" DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59734d94e282c5514b6099f124fea7d4d7ff1e3b9ad8478bfba1a4fa43937465
|
|
||||||
size 197025
|
|
3
v0.6.1.tar.gz
Normal file
3
v0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d3ef47ef6af5c8323920c86c22494df59384ef47b8510bec9b21689aacedeaa
|
||||||
|
size 197163
|
Loading…
Reference in New Issue
Block a user