!6 update nfs4-acl-tools version to 0.3.7

Merge pull request !6 from wguanghao/develop
This commit is contained in:
openeuler-ci-bot 2020-07-17 09:10:04 +08:00 committed by Gitee
commit 0bea27c4a9
3 changed files with 9 additions and 24 deletions

Binary file not shown.

BIN
nfs4-acl-tools-0.3.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,23 +1,15 @@
Name: nfs4-acl-tools Name: nfs4-acl-tools
Version: 0.3.4 Version: 0.3.7
Release: 5 Release: 1
Summary: The nfs4 ACL tools Summary: The nfs4 ACL tools
License: BSD License: BSD
URL: http://www.citi.umich.edu/projects/nfsv4/linux/ URL: http://www.citi.umich.edu/projects/nfsv4/linux/
Source0: http://linux-nfs.org/~bfields/nfs4-acl-tools/%{name}-%{version}.tar.gz Source0: http://linux-nfs.org/~bfields/nfs4-acl-tools/%{name}-%{version}.tar.gz
BuildRequires: libtool libattr-devel qt-devel git BuildRequires: libtool git libattr-devel
%description %description
It contains commandline and GUI NFSv4 ACL tools, which deal directly with NFSv4 ACLs. It contains commandline NFSv4 ACL tools, which deal directly with NFSv4 ACLs.
It also contains GUI ACL utilities for the Linux NFSv4 client.
%package gui
Summary: nfs4 ACL tools qt gui
%description gui
It contains GUI for the nfs4-acl-tools.
%package help %package help
Summary: Including man files for nfs4-acl-tools Summary: Including man files for nfs4-acl-tools
@ -29,21 +21,15 @@ This contains man files for the using of nfs4-acl-tools.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1 -S git
%build %build
%configure %configure
CFLAGS="`echo $RPM_OPT_FLAGS -fpie`" CFLAGS="`echo $RPM_OPT_FLAGS -fpie`"
export LDFLAGS="-pie" export LDFLAGS="-pie"
%make_build %make_build
pushd GUI/nfs4-acl-editor
%{qmake_qt4} nfs4-acl-editor.pro
%make_build
popd
%install %install
%make_install rm -rf %{buildroot}
install -m 0755 GUI/nfs4-acl-editor/nfs4-acl-editor %{buildroot}/usr/bin/nfs4-acl-editor make DESTDIR=%{buildroot} install
%files %files
%license COPYING %license COPYING
@ -52,14 +38,13 @@ install -m 0755 GUI/nfs4-acl-editor/nfs4-acl-editor %{buildroot}/usr/bin/nfs4-ac
%{_bindir}/nfs4_getfacl %{_bindir}/nfs4_getfacl
%{_bindir}/nfs4_setfacl %{_bindir}/nfs4_setfacl
%files gui
%{_bindir}/nfs4-acl-editor
%files help %files help
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Thu Jul 16 2020 wuguanghao <wuguanghao3@huawei.com> - 0.3.7-1
- update nfs4-acl-tools version to 0.3.7-1
* Sat Jan 11 2020 renxudong <renxudong1@huawei.com> - 0.3.4-5 * Sat Jan 11 2020 renxudong <renxudong1@huawei.com> - 0.3.4-5
- Type:enhancemnet - Type:enhancemnet
- ID:NA - ID:NA