# # spec file for package mc # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: mc Summary: Midnight Commander Group: Productivity/File utilities License: GPL v2 or later Url: http://www.ibiblio.org/mc/ Version: 4.6.2 Release: 6 Source: mc-%{version}.tar.bz2 Source1: x11_browser Source2: %{name}.desktop Source3: %{name}.png Patch0: mc-utf8.patch Patch1: 00-70-utf8-common.patch Patch2: 00-73-utf8-bottom-buttons-width.patch Patch3: 00-75-utf8-cmdline-help.patch Patch4: 00-76-utf8-hotlist-highlight.patch Patch5: 00-77-utf8-filename-search-highlight.patch Patch6: mc-apps.patch Patch7: mc-palmsupport.patch Patch8: mc-word_docs.patch Patch9: mc-x11browser.diff Patch10: mc-no-nb.diff Patch12: mc-wrapper.patch Patch14: mc-syntax-hpp.patch Patch15: mc-utf8-nlink.patch Patch16: mc-esc-seq.patch Patch17: mc-rpm.patch Patch18: mc-cursor-appearance.patch Patch20: mc-f-keys.patch #debian fixes for utf8 Patch22: mc-utf8-look-and-feel.patch #debian fixes for vfs Patch23: 01_ftpfs_symlink.patch Patch24: 02_ignore_ftp_chmod_error.patch Patch28: 05_add_lzma_xz_support.patch Patch30: 06_remove_obsolete_rpm_tags.patch Patch32: 08_improved_u7z_support.patch Patch33: 09_choose_correct_urar.patch #other debian fixes Patch38: 99b_fix-regex-pattern-lengths.patch Patch40: 99_regexp-replace-fixed.patch # PATCH-FIX-UPSTREAM mc-multi-press-f-keys.patch mc287 sbrabec@suse.cz - Fixed Esc + Numeral F-key emulation. Patch41: mc-multi-press-f-keys.patch # PATCH-FIX-OPENSUSE mc-utf8-slang-codeset.patch sbrabec@suse.cz - Guess UTF-8 locale from codeset, not from locale variables (not needed for openSUSE, valuable for upstream). Patch42: mc-utf8-slang-codeset.patch # PATCH-FIX-OPENSUSE mc-crash-bnc500516.patch nadvornik@suse.cz - fixes a bug in utf-8 patch Patch43: mc-crash-bnc500516.patch # PATCH-FIX-UPSTREAM mc-port-number-bnc483249.patch nadvornik@suse.cz - port number in shell link - midnight-commander.org/ticket/118 Patch44: mc-port-number-bnc483249.patch # PATCH-FIX-UPSTREAM mc-mkdir_mc_home.patch mseben@suse.cz - create .mc home dir at startup (bnc#533262) Patch45: mc-mkdir_mc_home.patch # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: audiofile-devel BuildRequires: docbook-toys BuildRequires: e2fsprogs-devel BuildRequires: fdupes BuildRequires: glib2-devel BuildRequires: gpm BuildRequires: indent BuildRequires: jpeg BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: readline-devel BuildRequires: recode BuildRequires: slang-devel BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel Requires(pre): permissions Recommends: %{name}-lang = %{version} %description Midnight Commander is a Norton Commander clone, a program that manipulates and manages files and directories. It is useful, fast, and has color display on the Linux console. It also has mouse support if you run the gpm mouse server. This program requires the terminal description files in /usr/lib/terminfo, which are found in ncurses.rpm (the essential ones) or terminfo.rpm (the rest). You can also use Midnight Commander under the X Window System with your mouse. If you enter 'mc -c', colors are used. In Midnight Commander, the screen is divided into four sections: The majority of the screen is covered by two directory panels. The second to last line on the screen is the shell command line. The last line displays the function key assignments. At the very top, the menu list is shown. One of the directories displayed is the current working directory. This is where most of the commands are found. For certain commands, like copy and move, the second directory is used as the target directory. %lang_package %prep %setup -q %patch0 -p 1 %patch1 -p 1 %patch2 -p 1 %patch3 -p 1 %patch4 -p 1 %patch5 -p 1 %patch6 %patch7 -p 1 %patch8 %patch9 %patch10 %patch12 %patch14 %patch15 %patch16 %patch17 %patch18 %patch20 %patch22 -p1 %patch23 -p1 %patch24 -p1 %patch28 -p1 %patch30 -p1 %patch32 -p1 %patch33 -p1 %patch38 -p1 %patch40 -p1 %patch41 -p1 %patch42 -p1 %patch43 %patch44 -p1 %patch45 pushd po rename no nb no.* popd pushd lib iconv -f iso8859-1 -t utf-8 -o mc.hint.tmp mc.hint && mv mc.hint.tmp mc.hint iconv -f iso8859-1 -t utf-8 -o mc.hint.es.tmp mc.hint.es && mv mc.hint.es.tmp mc.hint.es iconv -f iso8859-1 -t utf-8 -o mc.hint.it.tmp mc.hint.it && mv mc.hint.it.tmp mc.hint.it iconv -f iso8859-1 -t utf-8 -o mc.hint.nl.tmp mc.hint.nl && mv mc.hint.nl.tmp mc.hint.nl iconv -f iso8859-2 -t utf-8 -o mc.hint.cs.tmp mc.hint.cs && mv mc.hint.cs.tmp mc.hint.cs iconv -f iso8859-2 -t utf-8 -o mc.hint.hu.tmp mc.hint.hu && mv mc.hint.hu.tmp mc.hint.hu iconv -f iso8859-2 -t utf-8 -o mc.hint.pl.tmp mc.hint.pl && mv mc.hint.pl.tmp mc.hint.pl iconv -f iso8859-5 -t utf-8 -o mc.hint.sr.tmp mc.hint.sr && mv mc.hint.sr.tmp mc.hint.sr iconv -f koi8-r -t utf8 -o mc.hint.ru.tmp mc.hint.ru && mv mc.hint.ru.tmp mc.hint.ru iconv -f koi8-u -t utf8 -o mc.hint.uk.tmp mc.hint.uk && mv mc.hint.uk.tmp mc.hint.uk iconv -f big5 -t utf8 -o mc.hint.zh.tmp mc.hint.zh && mv mc.hint.zh.tmp mc.hint.zh iconv -f iso8859-5 -t utf-8 -o mc.menu.sr.tmp mc.menu.sr && mv mc.menu.sr.tmp mc.menu.sr popd # convert docs to utf-8 pushd doc pushd es iconv -f iso8859-1 -t utf-8 -o mc.1.in.tmp mc.1.in && mv mc.1.in.tmp mc.1.in iconv -f iso8859-1 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp popd pushd hu iconv -f iso8859-2 -t utf-8 -o mc.1.in.tmp mc.1.in && mv mc.1.in.tmp mc.1.in iconv -f iso8859-2 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp popd pushd it iconv -f iso8859-1 -t utf-8 -o mc.1.in.tmp mc.1.in && mv mc.1.in.tmp mc.1.in iconv -f iso8859-1 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp popd pushd pl iconv -f iso8859-2 -t utf-8 -o mc.1.in.tmp mc.1.in && mv mc.1.in.tmp mc.1.in iconv -f iso8859-2 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp popd pushd ru iconv -f koi8-r -t utf-8 -o mc.1.in.tmp mc.1.in && mv mc.1.in.tmp mc.1.in iconv -f koi8-r -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp popd pushd sr iconv -f iso8859-5 -t utf-8 -o mc.1.in.tmp mc.1.in && mv mc.1.in.tmp mc.1.in iconv -f iso8859-5 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp iconv -f iso8859-5 -t utf-8 -o mcserv.8.in.tmp mcserv.8.in && mv mcserv.8.in.tmp mcserv.8.in popd popd %build autoreconf --force --install %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security -Wno-unused-parameter export CFLAGS="$RPM_OPT_FLAGS %{warn_flags}" %configure \ --localstatedir=/var/lib \ --enable-charset \ --with-samba make %{?jobs:-j%{jobs}} %install make DESTDIR=%{buildroot} install # clean up this setuid problem for now chmod 755 %{buildroot}/%{_libexecdir}/mc/cons.saver # copy Korean mc hint message, # install -m 0644 %{SOURCE3} %{datadir}/mc/ #install the shell functions for bourne shell and csh mkdir -p %{buildroot}%{_sysconfdir}/profile.d install -m 0644 lib/mc.sh lib/mc.csh %{buildroot}%{_sysconfdir}/profile.d #support script for calling available GUI webbrosers install -m 755 %{SOURCE1} %{buildroot}%{_datadir}/mc/bin install -D -m 644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{name}.png %suse_update_desktop_file -i %name System FileManager %{find_lang} %{name} %fdupes -s %{buildroot}%{_prefix} %clean rm -rf %{buildroot} %post %run_permissions %verifyscript %verify_permissions -e %{_libexecdir}/mc/cons.saver %files %defattr(-, root, root) %doc ABOUT-NLS COPYING NEWS README %config %{_sysconfdir}/profile.d/* %{_bindir}/mc* %dir %{_libexecdir}/mc %verify(not mode) %{_libexecdir}/mc/cons.saver %{_mandir}/man1/* #%{_mandir}/man3/* %{_datadir}/mc %exclude %{_datadir}/mc/mc.hint.* %exclude %{_datadir}/mc/mc.hlp.* %exclude %{_datadir}/mc/mc.menu.* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %lang(es) %doc %{_mandir}/es %lang(hu) %doc %{_mandir}/hu %lang(it) %doc %{_mandir}/it %lang(pl) %doc %{_mandir}/pl %lang(ru) %doc %{_mandir}/ru %lang(sr) %doc %{_mandir}/sr %lang(cs) %doc %{_datadir}/mc/mc.*.cs %lang(es) %doc %{_datadir}/mc/mc.*.es %lang(hu) %doc %{_datadir}/mc/mc.*.hu %lang(it) %doc %{_datadir}/mc/mc.*.it %lang(nl) %doc %{_datadir}/mc/mc.*.nl %lang(pl) %doc %{_datadir}/mc/mc.*.pl %lang(sr) %doc %{_datadir}/mc/mc.*.sr %files lang -f %{name}.lang %changelog