arj.spec

来自「open arj source」· SPEC 代码 · 共 54 行

SPEC
54
字号
Summary: Free and portable clone of the ARJ archiverName: arjVersion: 3.10gRelease: 1Copyright: GPLGroup: Applications/ArchivingSource: http://unc.dl.sourceforge.net/sourceforge/arj/%{name}-%{version}.tar.gzBuildRoot: %{_tmppath}/%{name}-%{version}-rootBuildRequires: autoconf%descriptionThe arj program is a free clone of the ARJ archiver for DOS and Windows.It can be used to create and extract archives and uses the save formatas the proprietary version.Install the arj package if you need to uncompress and create .arj formatarchives.%prep%setup -q -n arj%buildcd gnuautoconf./configurecd ..make prepare RPM_OPT_FLAGS="$RPM_OPT_FLAGS"make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"%installrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT/usr/bininstall -m 755 linux-gnu/en/rs/arj/arj $RPM_BUILD_ROOT/usr/bin/arjinstall -m 755 linux-gnu/en/rs/arjdisp/arjdisp $RPM_BUILD_ROOT/usr/bin/arjdispinstall -m 755 linux-gnu/en/rs/rearj/rearj $RPM_BUILD_ROOT/usr/bin/rearj%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc doc/*/usr/bin/*%changelog* Sun Dec 15 2002 Andrew Belov <andrew_belov@newmail.ru>- Adapted for the previous naming changes* Sat Dec 14 2002 Pavel Roskin <proski@gnu.org>- Initial version

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?