|
|
|
@ -1,37 +1,27 @@
|
|
|
|
|
# NOTE: disabled sftp (needs to be ported to use libssh instead of libssh2)
|
|
|
|
|
%bcond gpm %[!(0%{?rhel} >= 10)]
|
|
|
|
|
%bcond slang 1
|
|
|
|
|
%bcond_without slang
|
|
|
|
|
|
|
|
|
|
Summary: User-friendly text console file manager and visual shell
|
|
|
|
|
Name: mc
|
|
|
|
|
Version: 4.8.19
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 4.8.31
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
|
URL: https://midnight-commander.org/
|
|
|
|
|
VCS: https://github.com/MidnightCommander/mc/
|
|
|
|
|
Source: %{VCS}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch: %{name}-spec.syntax.patch
|
|
|
|
|
Patch: %{name}-default_setup.patch
|
|
|
|
|
Patch: %{name}-tmpdir.patch
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
%if %{with gpm}
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: http://www.midnight-commander.org/
|
|
|
|
|
Source0: http://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
|
|
|
|
|
# Downstream-only patch to make mc use /var/tmp for large temporary
|
|
|
|
|
# files. See also: https://bugzilla.redhat.com/show_bug.cgi?id=895444
|
|
|
|
|
Patch0: %{name}-tmpdir.patch
|
|
|
|
|
Patch1: Extends-TMPDIR_DEFAULT-to-mc-wrapper-scripts.patch
|
|
|
|
|
BuildRequires: aspell-devel
|
|
|
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gpm-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: groff-base
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
#Disabled for rhel8 (need to be ported to use libssh instead of libssh2)
|
|
|
|
|
#BuildRequires: libssh2-devel >= 1.2.5
|
|
|
|
|
BuildRequires: %{?with_slang:slang-devel}%{!?with_slang:ncurses-devel}
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(ext2fs)
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.30
|
|
|
|
|
#BuildRequires: pkgconfig(libssh2) >= 1.2.8
|
|
|
|
|
BuildRequires: %[%{?with_slang}?"pkgconfig(slang) >= 2.0":"ncurses-devel"]
|
|
|
|
|
Suggests: mc-python
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Midnight Commander is a visual shell much like a file manager, only with
|
|
|
|
@ -39,43 +29,41 @@ many more features. It is a text mode application, but it also includes
|
|
|
|
|
mouse support. Midnight Commander's best features are its ability to FTP,
|
|
|
|
|
view tar and zip files, and to poke into RPMs for specific files.
|
|
|
|
|
|
|
|
|
|
%package python
|
|
|
|
|
Summary: Midnight Commander s3+ and UC1541 EXTFS backend scripts
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python3-boto
|
|
|
|
|
|
|
|
|
|
%description python
|
|
|
|
|
Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%autosetup -p0
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%__sed -i "s,PREV_MC_VERSION=\"unknown\",PREV_MC_VERSION=\"%{version}\"," version.sh
|
|
|
|
|
./autogen.sh
|
|
|
|
|
%configure \
|
|
|
|
|
PYTHON=%__python3 \
|
|
|
|
|
CFLAGS="%{optflags} -Wno-strict-aliasing" \
|
|
|
|
|
--disable-rpath \
|
|
|
|
|
--disable-vfs-sftp \
|
|
|
|
|
--enable-aspell \
|
|
|
|
|
--enable-charset \
|
|
|
|
|
--enable-largefile \
|
|
|
|
|
--enable-vfs-cpio \
|
|
|
|
|
--enable-vfs-extfs \
|
|
|
|
|
--enable-vfs-shell \
|
|
|
|
|
--enable-vfs-fish \
|
|
|
|
|
--enable-vfs-ftp \
|
|
|
|
|
--enable-vfs-sfs \
|
|
|
|
|
--disable-vfs-sftp \
|
|
|
|
|
--enable-vfs-smb \
|
|
|
|
|
--enable-vfs-tar \
|
|
|
|
|
--with%{!?with_gpm:out}-gpm-mouse \
|
|
|
|
|
--with-screen=%[%{?with_slang}?"slang":"ncurses"] \
|
|
|
|
|
--with-x \
|
|
|
|
|
--with-gpm-mouse \
|
|
|
|
|
--with-screen=%{?with_slang:slang}%{!?with_slang:ncurses} \
|
|
|
|
|
%{nil}
|
|
|
|
|
%make_build
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
install -d %{buildroot}%{_sysconfdir}/profile.d
|
|
|
|
|
|
|
|
|
|
%__install contrib/mc.{sh,csh} -Dt %{buildroot}%{_sysconfdir}/profile.d
|
|
|
|
|
%{make_install}
|
|
|
|
|
|
|
|
|
|
install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d
|
|
|
|
|
|
|
|
|
|
# These scripts do not support Python 3
|
|
|
|
|
%if 0%{?rhel} > 7
|
|
|
|
|
rm -f %{buildroot}%{_libexecdir}/mc/extfs.d/{s3+,uc1541}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --with-man
|
|
|
|
|
|
|
|
|
@ -84,8 +72,10 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
%doc doc/FAQ doc/NEWS doc/README
|
|
|
|
|
/etc/profile.d/*
|
|
|
|
|
%dir %{_sysconfdir}/mc
|
|
|
|
|
%{_sysconfdir}/mc/edit*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mc/mc*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mc/mc.ext
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mc/*edit*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mc/mc*.keymap
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mc/mc.menu*
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mc/*.ini
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%dir %{_libexecdir}/mc
|
|
|
|
@ -93,165 +83,17 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
%{_libexecdir}/mc/mc*
|
|
|
|
|
%{_libexecdir}/mc/extfs.d
|
|
|
|
|
%{_libexecdir}/mc/ext.d
|
|
|
|
|
%{_libexecdir}/mc/shell
|
|
|
|
|
%{_libexecdir}/mc/fish
|
|
|
|
|
%{_datadir}/mc
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%exclude %{_libexecdir}/mc/extfs.d/{s3+,uc1541}
|
|
|
|
|
|
|
|
|
|
%files python
|
|
|
|
|
%{_libexecdir}/mc/extfs.d/{s3+,uc1541}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:4.8.31-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
* Tue May 22 2018 Tomáš Mráz <tmraz@redhat.com> - 1:4.8.19-9
|
|
|
|
|
- Avoid shipping extfs scripts requiring Python 2
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:4.8.31-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Feb 12 2024 Jindrich Novy <jnovy@redhat.com> - 1:4.8.31-1
|
|
|
|
|
- update to 4.8.31
|
|
|
|
|
- drop upstreamed python3 patch
|
|
|
|
|
- rename fish -> shell
|
|
|
|
|
- drop obsolete smb option
|
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1:4.8.30-4
|
|
|
|
|
- Disable gpm on ELN
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.30-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.30-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 1:4.8.30-1
|
|
|
|
|
- update to 4.8.30
|
|
|
|
|
- remove upstreamed mc-configure-c99.patch
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.29-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 04 2023 Jindrich Novy <jnovy@redhat.com> - 1:4.8.29-1
|
|
|
|
|
- update to 4.8.29
|
|
|
|
|
|
|
|
|
|
* Sun Feb 05 2023 Florian Weimer <fweimer@redhat.com> - 1:4.8.28-5
|
|
|
|
|
- Port configure script to C99
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.28-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.28-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2022 Jindrich Novy <jnovy@redhat.com> - 1:4.8.28-2
|
|
|
|
|
- fix file sort by version
|
|
|
|
|
- Resolves: #2091504
|
|
|
|
|
|
|
|
|
|
* Fri Apr 29 2022 Jindrich Novy <jnovy@redhat.com> - 1:4.8.28-1
|
|
|
|
|
- update to https://github.com/MidnightCommander/mc/releases/tag/v4.8.28
|
|
|
|
|
- Related: #1993686
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.27-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 1:4.8.27-2
|
|
|
|
|
- disable samba VFS
|
|
|
|
|
- Related: #2002331
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Jindrich Novy <jnovy@redhat.com> - 1:4.8.27-1
|
|
|
|
|
- update to https://github.com/MidnightCommander/mc/releases/tag/v4.8.27
|
|
|
|
|
- fix mc --version (#1858573)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.26-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Denys Vlasenko <dvlasenk@redhat.com> - 1:4.8.26-3
|
|
|
|
|
* Thu Apr 05 2018 Denys Vlasenko <dvlasenk@redhat.com> - 1:4.8.19-8
|
|
|
|
|
- Avoid usage of libssh2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.26-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 21 2021 Jindrich Novy <jnovy@redhat.com> - 1:4.8.26-1
|
|
|
|
|
- update to 4.8.26
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.25-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 17 2020 Jindrich Novy <jnovy@redhat.com> - 1:4.8.25-2
|
|
|
|
|
- update BR
|
|
|
|
|
|
|
|
|
|
* Fri Jul 17 2020 Jindrich Novy <jnovy@redhat.com> - 1:4.8.25-1
|
|
|
|
|
- update to 4.8.25
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Jindrich Novy <jnovy@redhat.com> - 1:4.8.24-4
|
|
|
|
|
- fix gcc-10 build failure
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.24-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 27 2020 Jindrich Novy <jnovy@redhat.com> - 1:4.8.24-2
|
|
|
|
|
- be sure to use /var/tmp instead of /tmp (#1795006)
|
|
|
|
|
|
|
|
|
|
* Mon Jan 20 2020 Jindrich Novy <jnovy@redhat.com> - 1:4.8.24-1
|
|
|
|
|
- update to 4.8.24
|
|
|
|
|
- drop merged tmpdir patch
|
|
|
|
|
|
|
|
|
|
* Wed Oct 09 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-7
|
|
|
|
|
- disable aspell support until it is clear how to set up
|
|
|
|
|
aspell dependencies or avoiding annoying error message
|
|
|
|
|
when no dictionary is found every time a file is edited
|
|
|
|
|
|
|
|
|
|
* Mon Oct 07 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-6
|
|
|
|
|
- re-add BR: perl-generators, it is required for generating
|
|
|
|
|
rpm deps from the embedded VFS perl scriptlets
|
|
|
|
|
|
|
|
|
|
* Mon Oct 07 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-5
|
|
|
|
|
- just keep perl-interpreter BR because of man2hlp,
|
|
|
|
|
it is a perl script required by build
|
|
|
|
|
- require aspell-en, otherwise an annoying error prompt
|
|
|
|
|
is displayed while editing any file
|
|
|
|
|
|
|
|
|
|
* Mon Oct 07 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-4
|
|
|
|
|
- drop unneeded BR: perl-generators
|
|
|
|
|
|
|
|
|
|
* Sat Sep 28 2019 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1:4.8.23-3
|
|
|
|
|
- add python3 patch: port to python3
|
|
|
|
|
- added python subpackage with s3+ and uc1541 extfs backend scrips to minimise
|
|
|
|
|
base package dependencies
|
|
|
|
|
- added python3-boto to python subpackage dependencies
|
|
|
|
|
- use -Wno-strict-aliasing in CFLAGS is no longer needed
|
|
|
|
|
- added spec.syntax patch: improve rpm spec files syntax colouring
|
|
|
|
|
- added default_setup patch: enable by default lynx navigate with arrows keys
|
|
|
|
|
and auto save setup
|
|
|
|
|
|
|
|
|
|
* Tue Sep 24 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-2
|
|
|
|
|
- fix rpmlint warnings and simplify filelist
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-1
|
|
|
|
|
- update to 4.8.23
|
|
|
|
|
- set the Python path properly as env var, don't sed the configure directly
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.21-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.21-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.21-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 07 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1:4.8.21-1
|
|
|
|
|
- updated to 4.8.21
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:4.8.20-3
|
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.20-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1:4.8.20-1
|
|
|
|
|
- updated to 4.8.20
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.19-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
@ -769,7 +611,7 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
* Thu Mar 30 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-13
|
|
|
|
|
- comment fallback to use only dd in FISH upload patch
|
|
|
|
|
- drop .promptfix patch so that prompt is displayed only
|
|
|
|
|
once while in panels
|
|
|
|
|
once while in panels
|
|
|
|
|
|
|
|
|
|
* Tue Mar 28 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-12
|
|
|
|
|
- apply more robust version of FISH upload patch,
|
|
|
|
@ -1348,7 +1190,7 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
script
|
|
|
|
|
|
|
|
|
|
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- chkconfig --del in %%preun, not %%postun
|
|
|
|
|
- chkconfig --del in %%preun, not %postun
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- updated to 4.5.39-pre9
|
|
|
|
@ -1464,13 +1306,16 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
- Added more documentation files on termcap, terminfo, xterm
|
|
|
|
|
|
|
|
|
|
* Thu Oct 30 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
|
|
|
|
|
- Added dependency on portmap
|
|
|
|
|
|
|
|
|
|
* Wed Oct 29 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
|
|
|
|
|
- fixed spec file.
|
|
|
|
|
- Updated to 4.1.8
|
|
|
|
|
|
|
|
|
|
* Sun Oct 26 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- updated to 4.1.6
|
|
|
|
|
- added %%attr macros in %%files,
|
|
|
|
|
- a few simplification in %%install,
|
|
|
|
@ -1478,22 +1323,27 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
- fixed installing %%{_sysconfdir}/X11/wmconfig/tkmc.
|
|
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
|
|
|
|
|
- updated to 4.1.5
|
|
|
|
|
- added wmconfig
|
|
|
|
|
|
|
|
|
|
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
|
|
|
|
- chkconfig is for mcserv package, not mc one
|
|
|
|
|
|
|
|
|
|
* Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
|
|
|
|
- patched init script for chkconfig
|
|
|
|
|
- don't turn on the service by default
|
|
|
|
|
|
|
|
|
|
* Fri Oct 10 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
|
|
|
|
|
- Converted to new PAM conventions.
|
|
|
|
|
- Updated to 4.1.3
|
|
|
|
|
- No longer needs glibc patch.
|
|
|
|
|
|
|
|
|
|
* Thu May 22 1997 Michele Marziani <marziani@fe.infn.it>
|
|
|
|
|
|
|
|
|
|
- added support for mc alias in %%{_sysconfdir}/profile.d/mc.csh (for csh and tcsh)
|
|
|
|
|
- lowered number of SysV init scripts in %%{_sysconfdir}/rc.d/rc[0,1,6].d
|
|
|
|
|
(mcserv needs to be killed before inet)
|
|
|
|
@ -1502,12 +1352,14 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
- minor cleanup of spec file: redundant directives and comments removed
|
|
|
|
|
|
|
|
|
|
* Sun May 18 1997 Michele Marziani <marziani@fe.infn.it>
|
|
|
|
|
|
|
|
|
|
- removed all references to non-existent mc.rpmfs
|
|
|
|
|
- added mcedit.1 to the %%files section
|
|
|
|
|
- reverted to un-gzipped man pages (RedHat style)
|
|
|
|
|
- removed double install line for mcserv.pamd
|
|
|
|
|
|
|
|
|
|
* Tue May 13 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- added new rpmfs script,
|
|
|
|
|
- removed mcfn_install from mc (adding mc() to bash enviroment is in
|
|
|
|
|
%%{_sysconfdir}/profile.d/mc.sh),
|
|
|
|
@ -1516,21 +1368,25 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts.
|
|
|
|
|
- removed %%{prefix}/lib/mc/term.
|
|
|
|
|
|
|
|
|
|
* Fri May 9 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- changed source url,
|
|
|
|
|
- fixed link mcedit to mc,
|
|
|
|
|
|
|
|
|
|
* Wed May 7 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- new version 3.5.27,
|
|
|
|
|
- %%dir %%{prefix}/lib/mc/icons and icons removed from tkmc,
|
|
|
|
|
- added commented xmc part.
|
|
|
|
|
|
|
|
|
|
* Tue Apr 22 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- FIX spec:
|
|
|
|
|
- added URL field,
|
|
|
|
|
- in mc added missing %%{prefix}/lib/mc/mc.ext, %%{prefix}/lib/mc/mc.hint,
|
|
|
|
|
%%{prefix}/lib/mc/mc.hlp, %%{prefix}/lib/mc/mc.lib, %%{prefix}/lib/mc/mc.menu.
|
|
|
|
|
|
|
|
|
|
* Fri Apr 18 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- added making packages: tkmc, mcserv (xmc not work yet),
|
|
|
|
|
- gziped man pages,
|
|
|
|
|
- added %%{_sysconfdir}/pamd.d/mcserv PAM config file.
|
|
|
|
|