123 Star 0 Fork 3

src-openEuler / convmv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
convmv.spec 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
daidai_is_here 提交于 2020-02-18 09:16 . package init
Name: convmv
Version: 2.05
Release: 5
Summary: Converts filenames from one encoding to another
License: GPLv2 or GPLv3
URL: http://j3e.de/linux/%{name}
Source0: http://j3e.de/linux/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators perl(Getopt::Long)
%description
convmv converts filenames, directories, and even whole filesystems to a different encoding.
It just converts the filenames, not the content of the files.
A special feature of convmv is that it also takes care of symlinks,
also converts the symlink target pointer in case the symlink target is being converted.
%prep
%autosetup -n %{name}-%{version} -p1
tar -xf testsuite.tar
%build
%make_build
%check
make test
%install
make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
%files
%doc CREDITS Changes TODO
%license GPL2
%{_bindir}/convmv
%{_mandir}/man*/*
%changelog
* Thu Nov 28 2019 chenzhenyu <chenzhenyu13@huawei.com> - 2.05-5
- Package init
1
https://gitee.com/src-openeuler/convmv.git
git@gitee.com:src-openeuler/convmv.git
src-openeuler
convmv
convmv
openEuler-20.03-LTS

搜索帮助