1 Star 0 Fork 15

markeryang / thin-provisioning-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
thin-provisioning-tools.spec 2.55 KB
一键复制 编辑 原始数据 按行查看 历史
markeryang 提交于 2022-01-25 16:33 . Delete boost-devel BuildRequires
Name: thin-provisioning-tools
Version: 0.9.0
Release: 4
Summary: Tools for manipulating Device-mapper metadata
License: GPLv3+
URL: https://github.com/jthornber/thin-provisioning-tools
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
Patch1: 0001-device-mapper-persistent-data-avoid-strip.patch
Patch2: 0002-build-remove-lboost_iostreams-linker-flag.patch
BuildRequires: autoconf, expat-devel
BuildRequires: libaio-devel, libstdc++-devel
BuildRequires: gcc-c++
Requires: expat
Recommends: %{name}-help = %{version}-%{release}
Provides: device-mapper-persistent-data
Obsoletes: device-mapper-persistent-data
%description
A suite of tools for manipulating the metadata of the dm-thin, dm-cache and dm-era device-mapper targets.
%package help
Summary: Including man files for thin-provisioning-tools
Requires: man
BuildArch: noarch
Provides: device-mapper-persistent-data-help
Obsoletes: device-mapper-persistent-data-help
%description help
This contains man files for the using of thin-provisioning-tools
%prep
%autosetup -n thin-provisioning-tools-%{version} -p1
echo %{version}-%{release} > VERSION
%build
autoconf
%configure --with-optimisation=
%make_build V=
%install
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
%files
%doc README.md
%license COPYING
%{_sbindir}/*
%exclude %{_sbindir}/thin_show_duplicates
%files help
%{_mandir}/man*/*
%changelog
* Tue Jan 25 2022 yanglongkang <yanglongkang@huawei.com> - 0.9.0-4
- Delete boost-devel BuildRequires
* Wed Sep 15 2021 Liu Zixian <liuzixian4@huawei.com> - 0.9.0-3
- Remove redundant dependency
* Thu Dec 17 2020 yanglongkang <yanglongkang@huawei.com> - 0.9.0-2
- Set help package as install require
* Thu Aug 25 2020 lixiaokeng <lixiaokeng@huawei.com> - 0.9.0-1
- upgrade package to 0.9.0
* Thu July 30 2020 lixiaokeng <lixiaokeng@huawei.com> - 0.8.5-2
- remove thin-provisioning-tools.yaml
* Wed July 15 2020 Liu Bo <liubo254@huawei.com> - 0.8.5-1
- upgrade package to 0.8.5
* Sun Jul 5 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 0.7.6-7
- remove useless readme files.
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 0.7.6-6
- rebuild package
* Sat Jan 11 2020 wangjufeng<wangjufeng@huawei.com> - 0.7.6-5
- Type:enhancemnet
- ID:NA
- SUG:NA
- DESC:correct changelog date
* Fri Jan 10 2020 wangjufeng<wangjufeng@huawei.com> - 0.7.6-4
- Type:enhancemnet
- ID:NA
- SUG:NA
- DESC:rename the package
* Wed Sep 04 2019 wangjufeng<wangjufeng@huawei.com> - 0.7.6-3
- Type:enhancemnet
- ID:NA
- SUG:NA
- DESC:openEuler Debranding
1
https://gitee.com/markeryang/thin-provisioning-tools.git
git@gitee.com:markeryang/thin-provisioning-tools.git
markeryang
thin-provisioning-tools
thin-provisioning-tools
master

搜索帮助