use %qmake_qt4 macro to ensure proper build flags
This commit is contained in:
parent
4f11561323
commit
ebe6f7c10c
@ -1,6 +1,6 @@
|
||||
Name: nfs4-acl-tools
|
||||
Version: 0.3.3
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: The nfs4 ACL tools
|
||||
Group: Applications/System
|
||||
License: BSD
|
||||
@ -46,7 +46,7 @@ export LDFLAGS="-pie"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
pushd GUI/nfs4-acl-editor
|
||||
qmake-qt4 nfs4-acl-editor.pro
|
||||
%{qmake_qt4} nfs4-acl-editor.pro
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
@ -77,6 +77,9 @@ This package contains GUI ACL utilities for the Linux NFSv4 client.
|
||||
%{_bindir}/nfs4-acl-editor
|
||||
|
||||
%changelog
|
||||
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.3.3-18
|
||||
- use %%qmake_qt4 macro to ensure proper build flags
|
||||
|
||||
* Fri Jul 31 2015 Steve Dickson <steved@redhat.com> 0.3.3-17
|
||||
- Handle the setting of DENY ace for DELETE, WRITE_OWNER (bz 1249103)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user