2002-08-20 23:42:05 +04:00
|
|
|
|
# Conditional build:
|
|
|
|
|
#
|
2002-10-09 01:23:31 +04:00
|
|
|
|
#%define _with_ncurses 1 # use ncurses
|
2002-10-22 09:08:08 +04:00
|
|
|
|
#%define _with_included_slang 1 # use included S-Lang library
|
2002-10-09 01:23:31 +04:00
|
|
|
|
#%define _with_charset 1 # enable experimental code for charset conversion
|
|
|
|
|
#%define _with_samba 1 # enable SMB/CIFS virtual file system
|
2002-11-04 10:52:26 +03:00
|
|
|
|
#%define _with_ext2undel 1 # compile with ext2 undelete code [if available]
|
2002-08-20 23:42:05 +04:00
|
|
|
|
|
1998-04-01 21:40:17 +04:00
|
|
|
|
# Note that this is NOT a relocatable package
|
1999-02-28 05:52:05 +03:00
|
|
|
|
%define ver @VERSION@
|
2002-10-09 00:44:58 +04:00
|
|
|
|
%define rpmver @RPM_VERSION@
|
1999-07-30 00:09:31 +04:00
|
|
|
|
%define RELEASE 1
|
|
|
|
|
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
|
1998-04-01 21:40:17 +04:00
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
|
Summary: Midnight Commander visual shell
|
|
|
|
|
Name: mc
|
2002-10-09 00:44:58 +04:00
|
|
|
|
Version: %rpmver
|
1998-04-01 21:40:17 +04:00
|
|
|
|
Release: %rel
|
2001-08-05 09:31:47 +04:00
|
|
|
|
Epoch: 1
|
1998-02-27 07:54:42 +03:00
|
|
|
|
Copyright: GPL
|
2001-05-26 02:33:20 +04:00
|
|
|
|
Group: Applications/File
|
2002-08-21 19:25:54 +04:00
|
|
|
|
Source0: ftp://ftp.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{ver}.tar.gz
|
|
|
|
|
URL: http://www.ibiblio.org/mc/
|
1999-02-22 00:27:08 +03:00
|
|
|
|
BuildRoot: /var/tmp/mc-%{PACKAGE_VERSION}-root
|
1998-02-27 07:54:42 +03:00
|
|
|
|
Prereq: /sbin/chkconfig
|
2002-08-20 23:42:05 +04:00
|
|
|
|
BuildRequires: glib-devel
|
2002-09-30 19:52:33 +04:00
|
|
|
|
%{!?_with_included_slang:%{!?_with_ncurses:BuildRequires: slang-devel}}
|
2002-08-20 23:42:05 +04:00
|
|
|
|
%{?_with_ncurses:BuildRequires: ncurses-devel}
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
|
%description
|
2002-08-21 19:25:54 +04:00
|
|
|
|
GNU Midnight Commander is a visual file manager. 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.
|
|
|
|
|
Mouse is supported under X Window System and on Linux console. VFS
|
|
|
|
|
(Virtual Filesystem) allows you to view archives and files on remote
|
|
|
|
|
servers.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
|
%prep
|
2002-08-21 19:25:54 +04:00
|
|
|
|
%setup -q -n mc-%{ver}
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
|
%build
|
1999-01-15 22:18:09 +03:00
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
|
2001-06-11 16:19:10 +04:00
|
|
|
|
--prefix=%{_prefix} \
|
|
|
|
|
--mandir=%{_mandir} \
|
2002-09-30 07:07:27 +04:00
|
|
|
|
%{?_with_ncurses: --with-screen=ncurses} \
|
|
|
|
|
%{?_with_included_slang: --with-screen=mcslang} \
|
2002-09-30 19:52:33 +04:00
|
|
|
|
%{?_with_charset: --enable-charset} \
|
2002-10-09 01:23:31 +04:00
|
|
|
|
%{?_with_samba: --with-samba} \
|
2002-11-04 10:52:26 +03:00
|
|
|
|
%{?_with_ext2undel: --with-ext2undel}
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
2002-08-20 23:42:05 +04:00
|
|
|
|
make
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
|
%install
|
1999-02-28 05:52:05 +03:00
|
|
|
|
echo $RPM_BUILD_ROOT
|
1998-02-27 07:54:42 +03:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2000-09-30 22:52:12 +04:00
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2001-04-19 20:42:32 +04:00
|
|
|
|
install -d $RPM_BUILD_ROOT/etc/profile.d
|
2002-11-01 22:02:42 +03:00
|
|
|
|
cp -f $RPM_BUILD_ROOT%{_prefix}/share/mc/bin/mc.{csh,sh} \
|
|
|
|
|
$RPM_BUILD_ROOT/etc/profile.d
|
1999-02-28 05:52:05 +03:00
|
|
|
|
|
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
|
%clean
|
1999-07-13 13:56:27 +04:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
|
%files
|
1998-04-01 21:40:17 +04:00
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
|
|
%doc FAQ COPYING NEWS README
|
2001-06-11 16:19:10 +04:00
|
|
|
|
%{_prefix}/bin/mc
|
|
|
|
|
%{_prefix}/bin/mcedit
|
|
|
|
|
%{_prefix}/bin/mcview
|
2002-09-22 05:18:08 +04:00
|
|
|
|
%{_prefix}/bin/mcmfmt
|
|
|
|
|
%{_prefix}/lib/mc/cons.saver
|
2001-06-11 16:19:10 +04:00
|
|
|
|
%{_mandir}/man1/*
|
2002-08-20 20:43:06 +04:00
|
|
|
|
%{_mandir}/*/man1/*
|
2002-09-22 05:18:08 +04:00
|
|
|
|
|
2000-09-30 22:52:12 +04:00
|
|
|
|
%config /etc/profile.d/*
|
2002-09-22 06:05:03 +04:00
|
|
|
|
%{_prefix}/share/mc/cedit.menu
|
|
|
|
|
%{_prefix}/share/mc/edit.indent.rc
|
2002-09-23 20:12:42 +04:00
|
|
|
|
%{_prefix}/share/mc/edit.spell.rc
|
2002-11-01 22:02:42 +03:00
|
|
|
|
%{_prefix}/share/mc/bin/*
|
2002-09-22 06:05:03 +04:00
|
|
|
|
%{_prefix}/share/mc/extfs/*
|
|
|
|
|
%{_prefix}/share/mc/mc.ext
|
|
|
|
|
%{_prefix}/share/mc/mc.lib
|
|
|
|
|
%{_prefix}/share/mc/mc.menu
|
2002-09-23 20:12:42 +04:00
|
|
|
|
%{?_with_charset:%config %{_prefix}/share/mc/mc.charsets}
|
2000-09-30 22:52:12 +04:00
|
|
|
|
|
2002-09-22 05:18:08 +04:00
|
|
|
|
%{_prefix}/share/mc/mc.hint*
|
|
|
|
|
%{_prefix}/share/mc/mc.hlp*
|
|
|
|
|
%{_prefix}/share/mc/syntax/*
|
|
|
|
|
%{_prefix}/share/mc/term/*
|
2001-06-11 16:19:10 +04:00
|
|
|
|
%{_prefix}/share/locale/*/LC_MESSAGES/*
|
2002-09-22 05:18:08 +04:00
|
|
|
|
|
2001-06-11 16:19:10 +04:00
|
|
|
|
%dir %{_prefix}/lib/mc
|
2002-09-22 05:18:08 +04:00
|
|
|
|
%dir %{_prefix}/share/mc
|
|
|
|
|
%dir %{_prefix}/share/mc/extfs
|
|
|
|
|
%dir %{_prefix}/share/mc/syntax
|
|
|
|
|
%dir %{_prefix}/share/mc/term
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
|
%changelog
|
2002-11-04 10:52:26 +03:00
|
|
|
|
* Mon Nov 04 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
- Handle --with ext2undel.
|
|
|
|
|
|
2002-11-01 22:02:42 +03:00
|
|
|
|
* Fri Nov 01 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Add wrappers to support setting last directory on exit. Keep all
|
|
|
|
|
scripts in their original directory, just copy them.
|
|
|
|
|
|
2002-10-22 09:08:08 +04:00
|
|
|
|
* Tue Oct 22 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Don't use the included S-Lang, there is a workaround for Red Hat 8.0
|
|
|
|
|
S-Lang, and binary compatibility with Red Hat 7.x doesn't work anyway.
|
|
|
|
|
|
2002-10-09 01:29:08 +04:00
|
|
|
|
* Tue Oct 08 2002 Pavel Roskin <proski@gnu.org>
|
2002-10-09 01:23:31 +04:00
|
|
|
|
- Use the included S-Lang again, since we include a better version now.
|
|
|
|
|
This should avoid incompatibility with Red Hat 7.x.
|
|
|
|
|
- Add _with_glib2 option.
|
|
|
|
|
|
2002-10-07 10:04:12 +04:00
|
|
|
|
* Mon Oct 07 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove installed mc.sh and mc.csh from %{_prefix}/share/mc/bin to
|
|
|
|
|
suppress a warning about installed but unpackaged files.
|
|
|
|
|
|
2002-09-30 19:52:33 +04:00
|
|
|
|
* Mon Sep 30 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
- Don't require slang-devel if _with_ncurses.
|
2002-11-04 10:52:26 +03:00
|
|
|
|
- Handle --with samba.
|
2002-09-30 19:52:33 +04:00
|
|
|
|
|
2002-09-30 07:07:27 +04:00
|
|
|
|
* Sun Sep 29 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Use --with-screen instead of --with-ncurses and --with-included-slang.
|
|
|
|
|
|
2002-09-23 20:12:42 +04:00
|
|
|
|
* Mon Sep 23 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
- Restore %config for %{_prefix}/share/mc/mc.charsets.
|
|
|
|
|
- Restore %{_prefix}/share/mc/edit.spell.rc.
|
|
|
|
|
|
2002-09-22 05:18:08 +04:00
|
|
|
|
* Sat Sep 21 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Use FHS-compliant paths.
|
2002-09-22 06:05:03 +04:00
|
|
|
|
- Drop %config from files under /usr/share - users are not supposed to
|
|
|
|
|
edit them. Local copies under ~/.mc should be used for that.
|
2002-09-22 05:18:08 +04:00
|
|
|
|
|
2002-08-21 19:25:54 +04:00
|
|
|
|
* Wed Aug 21 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Change description, update URLs, allow dash in the version.
|
|
|
|
|
|
2002-08-20 23:42:05 +04:00
|
|
|
|
* Tue Aug 20 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Support conditional builds.
|
|
|
|
|
|
2002-08-20 20:05:20 +04:00
|
|
|
|
* Tue Aug 20 2002 Andrew V. Samoilov <sav@bcs.zp.ua>
|
|
|
|
|
- Add /usr/lib/mc/mc.charsets.
|
2002-08-20 20:43:06 +04:00
|
|
|
|
- Add %{_mandir}/*/man1/*.
|
2002-08-20 20:05:20 +04:00
|
|
|
|
|
2002-08-17 05:17:14 +04:00
|
|
|
|
* Fri Aug 16 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove mc.global.
|
|
|
|
|
|
2002-01-21 11:13:41 +03:00
|
|
|
|
* Mon Jan 21 2002 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove --with-gnome and --with-included-slang from configure options.
|
|
|
|
|
- Add BuildPrereq.
|
|
|
|
|
|
2001-08-25 00:53:14 +04:00
|
|
|
|
* Fri Aug 24 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove gmc. Reunite mc and mc-common.
|
|
|
|
|
|
2001-08-05 09:31:47 +04:00
|
|
|
|
* Sun Aug 05 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Set epoch.
|
|
|
|
|
|
2001-07-15 11:27:17 +04:00
|
|
|
|
* Sun Jul 15 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove /usr/lib/mc/layout.
|
|
|
|
|
|
2001-06-11 16:19:10 +04:00
|
|
|
|
* Sat Jun 09 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Use %{_prefix} and %{_mandir}. Specify --mandir to configure.
|
|
|
|
|
|
2001-05-26 02:33:20 +04:00
|
|
|
|
* Fri May 25 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Change groups. Don't include locale directories. More config files.
|
|
|
|
|
|
2001-05-20 11:44:07 +04:00
|
|
|
|
* Sun May 20 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Don't require stylesheets, since HTML files are now in the tarball.
|
|
|
|
|
|
2001-04-19 20:42:32 +04:00
|
|
|
|
* Thu Apr 19 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove package mcserv. Drop dependency on PAM.
|
|
|
|
|
|
2001-02-27 00:26:03 +03:00
|
|
|
|
* Mon Feb 26 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Remove mc-gnome.ext.
|
|
|
|
|
|
2001-01-11 20:08:02 +03:00
|
|
|
|
* Thu Jan 11 2001 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Include mcview.
|
|
|
|
|
|
2000-10-24 00:24:58 +04:00
|
|
|
|
* Mon Oct 23 2000 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Allow mcserv.8 to be gzipped.
|
|
|
|
|
|
2000-09-30 22:52:12 +04:00
|
|
|
|
* Sat Sep 30 2000 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- New package mc-common.
|
|
|
|
|
- Use DESTDIR instead of misusing prefix.
|
|
|
|
|
- Don't install old icons - they don't exist
|
|
|
|
|
|
2000-09-23 21:24:08 +04:00
|
|
|
|
* Sat Sep 23 2000 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
- Include translations with mc, not gmc
|
|
|
|
|
- chkconfig --del in %preun, not %postun
|
|
|
|
|
- --without-debug not needed
|
|
|
|
|
- /etc/X11/wmconfig not needed
|
|
|
|
|
- /etc/pam.d/mcserv shouldn't be executable
|
|
|
|
|
- New files in %{prefix}/lib/mc/ - translated hints, editor files
|
|
|
|
|
|
1999-09-10 01:26:11 +04:00
|
|
|
|
* Thu Sep 09 1999 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- Include .idl files in the package.
|
|
|
|
|
|
1999-09-05 00:50:00 +04:00
|
|
|
|
* Sat Sep 04 1999 Gregory McLean <gregm@comstar.net>
|
|
|
|
|
- Added a build prereq so that rpms get built with documentation ;)
|
|
|
|
|
|
1999-07-12 20:16:01 +04:00
|
|
|
|
* Mon Jul 12 1999 Kjartan Maraas <kmaraas@online.no>
|
|
|
|
|
- added help and locale files to %files
|
|
|
|
|
|
1999-06-22 23:49:24 +04:00
|
|
|
|
* Tue Jun 22 1999 Vladimir Kondratiev <vkondra@iil.intel.com>
|
|
|
|
|
- added syntax files to %files
|
|
|
|
|
|
1999-05-26 23:54:06 +04:00
|
|
|
|
* Wed May 26 1999 Cody Russell <bratsche@dfw.net>
|
|
|
|
|
- chmod cons.saver at $RPM_BUILD_ROOT%{prefix}/lib rather than at
|
|
|
|
|
$RPM_BUILD_ROOT/usr/lib. We can now install to somewhere other than /usr.
|
|
|
|
|
|
1999-04-19 01:53:29 +04:00
|
|
|
|
* Sun Apr 18 1999 Gregory McLean <gregm@comstar.net>
|
|
|
|
|
- Updated the specfile, removed some kludges.
|
|
|
|
|
|
1998-08-20 23:07:50 +04:00
|
|
|
|
* Thu Aug 20 1998 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- rebuilt against gnome-libs 0.27 and gtk+-1.1
|
|
|
|
|
|
|
|
|
|
* Thu Jul 09 1998 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- made cons.saver not setuid
|
|
|
|
|
|
1998-04-19 22:49:32 +04:00
|
|
|
|
* Sun Apr 19 1998 Marc Ewing <marc@redhat.com>
|
|
|
|
|
- removed tkmc
|
|
|
|
|
|
1998-04-08 22:31:43 +04:00
|
|
|
|
* Wed Apr 8 1998 Marc Ewing <marc@redhat.com>
|
|
|
|
|
- add /usr/lib/mc/layout to gmc
|
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
|
* Tue Dec 23 1997 Tomasz K<>oczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
- added --without-debug to configure,
|
|
|
|
|
- modification in %build and %install and cosmetic modification in packages
|
|
|
|
|
headers,
|
|
|
|
|
- added %%{PACKAGE_VERSION} macro to Buildroot,
|
|
|
|
|
- removed "rm -rf $RPM_BUILD_ROOT" from %prep.
|
|
|
|
|
- removed Packager field.
|
|
|
|
|
|
|
|
|
|
* Thu Dec 18 1997 Michele Marziani <marziani@fe.infn.it>
|
|
|
|
|
- Merged spec file with that from RedHat-5.0 distribution
|
|
|
|
|
(now a Hurricane-based distribution is needed)
|
|
|
|
|
- Added patch for RPM script (didn't always work with rpm-2.4.10)
|
|
|
|
|
- Corrected patch for mcserv init file (chkconfig init levels)
|
|
|
|
|
- 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,
|
|
|
|
|
- removed glibc patch,
|
|
|
|
|
- fixed installing /etc/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 /etc/profile.d/mc.csh (for csh and tcsh)
|
|
|
|
|
- lowered number of SysV init scripts in /etc/rc.d/rc[0,1,6].d
|
|
|
|
|
(mcserv needs to be killed before inet)
|
|
|
|
|
- removed all references to $RPM_SOURCE_DIR
|
|
|
|
|
- restored $RPM_OPT_FLAGS when compiling
|
|
|
|
|
- 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
|
|
|
|
|
/etc/profile.d/mc.sh),
|
|
|
|
|
- /etc/profile.d/mc.sh changed to %config,
|
|
|
|
|
- removed /usr/lib/mc/bin/create_vcs,
|
|
|
|
|
- removed /usr/lib/mc/term.
|
|
|
|
|
|
|
|
|
|
* Wed May 9 1997 Tomasz K<>oczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- changed source url,
|
|
|
|
|
- fixed link mcedit to mc,
|
|
|
|
|
|
|
|
|
|
* Tue May 7 1997 Tomasz K<>oczko <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
|
|
|
|
|
|
- new version 3.5.27,
|
|
|
|
|
- %dir /usr/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 /usr/lib/mc/mc.ext, /usr/lib/mc/mc.hint,
|
|
|
|
|
/usr/lib/mc/mc.hlp, /usr/lib/mc/mc.lib, /usr/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 /etc/pamd.d/mcserv PAM config file.
|
|
|
|
|
- added instaling icons,
|
|
|
|
|
- added /etc/profile.d/mc.sh,
|
|
|
|
|
- in %doc added NEWS README,
|
|
|
|
|
- removed /usr/lib/mc/FAQ,
|
|
|
|
|
- added mcserv.init script for mcserv (start/stop on level 86).
|