Ai
8 Star 0 Fork 4

src-openEuler/symlinks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
symlinks.spec 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
sjxur 提交于 2023-04-23 15:19 +08:00 . Compatible with peripheral specified compilers
Name: symlinks
Version: 1.4
Release: 24
Summary: Scan or change symbolic links
License: Copyright only
URL: http://ibiblio.org/pub/Linux/utils/file/
Source0: http://ibiblio.org/pub/Linux/utils/file/%{name}-%{version}.tar.gz
Source1: symlinks-LICENSE.txt
BuildRequires: gcc
Patch1: symlinks-coverity-readlink.patch
Patch2: symlinks-coverity-overrun-dynamic.patch
Patch3: 10000-Compatible-with-peripheral-specified-compilers.patch
%description
Scans directories for symbolic links, and identifies dangling,
relative, absolute, messy, and other_fs links. Can optionally
change absolute links to relative within a given filesystem.
%prep
%autosetup -p1 -n %{name}-%{version}
cp %{SOURCE1} .
%build
%make_build CFLAGS="%{optflags} %{build_ldflags}"
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
install -m 755 symlinks $RPM_BUILD_ROOT%{_bindir}
install -m 644 symlinks.8 $RPM_BUILD_ROOT%{_mandir}/man8
%check
%pre
%preun
%post
%postun
%files
%doc symlinks-LICENSE.txt
%{_bindir}/symlinks
%{_mandir}/man8/symlinks.8*
%changelog
* Sun Apr 23 2023 sjxur <sjxur@isoftstone.com> - 1.4-24
- fix Compatible with peripheral specified compilers
* Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.4-23
- Modify spec error information
Sat Sep 07 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.4-22
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/symlinks.git
git@gitee.com:src-openeuler/symlinks.git
src-openeuler
symlinks
symlinks
openEuler-24.09

搜索帮助