diff --git a/README.en.md b/README.en.md deleted file mode 100644 index b00365d..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# mc - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 9d0c09d..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# mc - -#### 介绍 -{**以下是码云平台说明,您可以替换此简介** -码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 码云特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/mc-4.8.21.tar.xz b/mc-4.8.21.tar.xz new file mode 100644 index 0000000..f1529af Binary files /dev/null and b/mc-4.8.21.tar.xz differ diff --git a/mc-tmpdir.patch b/mc-tmpdir.patch new file mode 100644 index 0000000..e6a2505 --- /dev/null +++ b/mc-tmpdir.patch @@ -0,0 +1,31 @@ +--- mc-4.8.21/lib/global.h~ ++++ mc-4.8.21/lib/global.h +@@ -131,7 +131,7 @@ + #define PATH_SEP_STR "/" + #define IS_PATH_SEP(c) ((c) == PATH_SEP) + #define PATH_ENV_SEP ':' +-#define TMPDIR_DEFAULT "/tmp" ++#define TMPDIR_DEFAULT "/var/tmp" + #define SCRIPT_SUFFIX "" + #define get_default_editor() "vi" + #define OS_SORT_CASE_SENSITIVE_DEFAULT TRUE +--- mc-4.8.22/contrib/mc-wrapper.csh.in~ ++++ mc-4.8.22/contrib/mc-wrapper.csh.in +@@ -3,7 +3,7 @@ + if ($?TMPDIR) then + setenv MC_PWD_FILE $TMPDIR/mc-$MC_USER/mc.pwd.$$ + else +- setenv MC_PWD_FILE /tmp/mc-$MC_USER/mc.pwd.$$ ++ setenv MC_PWD_FILE /var/tmp/mc-$MC_USER/mc.pwd.$$ + endif + + @bindir@/mc -P "$MC_PWD_FILE" $* +--- mc-4.8.22/contrib/mc-wrapper.sh.in~ ++++ mc-4.8.22/contrib/mc-wrapper.sh.in +@@ -1,5 +1,5 @@ + MC_USER=`id | sed 's/[^(]*(//;s/).*//'` +-MC_PWD_FILE="${TMPDIR-/tmp}/mc-$MC_USER/mc.pwd.$$" ++MC_PWD_FILE="${TMPDIR-/var/tmp}/mc-$MC_USER/mc.pwd.$$" + @bindir@/mc -P "$MC_PWD_FILE" "$@" + + if test -r "$MC_PWD_FILE"; then diff --git a/mc.spec b/mc.spec new file mode 100644 index 0000000..6735e25 --- /dev/null +++ b/mc.spec @@ -0,0 +1,78 @@ +Name: mc +Summary: a feature rich full-screen text mode application +Version: 4.8.21 +Release: 3 +Epoch: 1 +License: GPLv3+ +URL: http://www.midnight-commander.org/ +Source0: http://www.midnight-commander.org/downloads/mc-%{version}.tar.xz + +Patch0: mc-tmpdir.patch + +BuildRequires: gcc aspell-devel e2fsprogs-devel glib2-devel gpm-devel groff-base +BuildRequires: libssh2-devel >= 1.2.5 perl-generators pkgconfig slang-devel + +%description +GNU Midnight Commander is a visual file manager, licensed under GNU General Public +License and therefore qualifies as Free Software. It's a feature rich full-screen +text mode application that allows you to copy, move and delete files and whole +directory trees, search for files and run commands in the subshell. Internal viewer +and editor are included. + +Midnight Commander is based on versatile text interfaces, such as Ncurses or S-Lang, +which allows it to work on a regular console, inside an X Window terminal, over SSH +connections and all kinds of remote shells. + +%package_help + +%prep +%autosetup -p1 + +%build +%configure \ + CFLAGS="%{optflags} -Wno-strict-aliasing" \ + --enable-aspell \ + --enable-vfs-sfs \ + --enable-vfs-sftp \ + --enable-vfs-smb \ + --enable-vfs-ftp \ + --enable-charset \ + --enable-largefile \ + --enable-vfs-cpio \ + --enable-vfs-extfs \ + --enable-vfs-fish \ + --enable-vfs-tar \ + --disable-rpath \ + --with-x \ + --with-gpm-mouse \ + --with-screen=slang \ + %{nil} +%make_build + +%install +mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d + +%make_install + +install contrib/mc.{sh,csh} ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d + +%find_lang %{name} --with-man + +%files -f %{name}.lang +/etc/profile.d/* +%dir %{_sysconfdir}/%{name} +%config(noreplace) %{_sysconfdir}/%{name}/* +%{_bindir}/* +%dir %{_libexecdir}/%{name} +%attr(755,root,root) %{_libexecdir}/%{name}/cons.saver +%{_libexecdir}/%{name}/* +%{_datadir}/%{name} + +%files help +%{_mandir}/man1/* +%license doc/COPYING +%doc doc/FAQ doc/NEWS doc/README + +%changelog +* Tue Nov 19 2019 caomeng - 1:4.8.21-3 +- Package init