cvsdist b67880e
Summary:	User-friendly text console file manager and visual shell.
cvsdist 8bec084
Name:		mc
cvsdist d94da9e
Version:	4.6.1
36567aa
Release:	0.9
cvsdist b67880e
Epoch:		1
cvsdist b67880e
License:	GPL
cvsdist b67880e
Group:		System Environment/Shells
cvsdist d94da9e
#Source0:	http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{version}.tar.gz
36567aa
%define date 20041108
cvsdist d94da9e
Source0:	mc-%{version}-%{date}.tar.bz2
cvsdist 8823406
URL:		http://www.ibiblio.org/mc/
cvsdist 8bec084
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
cvsdist b67880e
BuildRequires:	gpm-devel, slang-devel, glib2-devel
fe59d95
BuildRequires:	XFree86-devel, e2fsprogs-devel, gettext, gettext-devel
cvsdist b67880e
Requires:	dev >= 0:3.3-3
cvsdist 8823406
36567aa
Patch1:		mc-CVS-utf8.patch
36567aa
Patch2:		mc-CVS-utf8-fix.patch
36567aa
Patch3:		mc-CVS-utf8-hint.patch
36567aa
Patch4:		mc-CVS-utf8-input.patch
36567aa
Patch5:		mc-CVS-utf8-help.patch
fe59d95
Patch6:		mc-CVS-uglydir.patch
fe59d95
Patch7:		mc-CVS-strippwd.patch
fe59d95
Patch8:		mc-CVS-extensions.patch
36567aa
Patch9:		mc-CVS-promptfix.patch
cvsdist 2eff84c
cvsdist 2eff84c
%description
cvsdist 2eff84c
Midnight Commander is a visual shell much like a file manager, only
cvsdist a077182
with many more features. It is a text mode application, but it also
cvsdist 2eff84c
includes mouse support if you are running GPM. Midnight Commander's
cvsdist a077182
best features are its ability to FTP, view tar and zip files, and to
cvsdist a077182
poke into RPMs for specific files.
cvsdist 2eff84c
cvsdist 8823406
%prep
cvsdist d94da9e
%setup -q -n mc-%{version}-%{date}
cvsdist be106aa
36567aa
%patch1 -p1 -b .utf8
36567aa
%patch2 -p1 -b .utf8-fix
36567aa
%patch3 -p1 -b .utf8-hint
36567aa
%patch4 -p1 -b .utf8-input
36567aa
%patch5 -p1 -b .utf8-help
fe59d95
%patch6 -p1 -b .uglydir
fe59d95
%patch7 -p1 -b .strippwd
fe59d95
%patch8 -p1 -b .extensions
36567aa
%patch9 -p1 -b .promptfix
9e38187
36567aa
# convert files in /lib to UTF-8
9e38187
pushd lib
9e38187
iconv -f iso8859-1 -t utf-8 -o mc.hint.tmp mc.hint && mv mc.hint.tmp mc.hint
9e38187
iconv -f iso8859-1 -t utf-8 -o mc.hint.es.tmp mc.hint.es && mv mc.hint.es.tmp mc.hint.es
9e38187
iconv -f iso8859-1 -t utf-8 -o mc.hint.it.tmp mc.hint.it && mv mc.hint.it.tmp mc.hint.it
9e38187
iconv -f iso8859-1 -t utf-8 -o mc.hint.nl.tmp mc.hint.nl && mv mc.hint.nl.tmp mc.hint.nl 
9e38187
iconv -f iso8859-2 -t utf-8 -o mc.hint.cs.tmp mc.hint.cs && mv mc.hint.cs.tmp mc.hint.cs
9e38187
iconv -f iso8859-2 -t utf-8 -o mc.hint.hu.tmp mc.hint.hu && mv mc.hint.hu.tmp mc.hint.hu
9e38187
iconv -f iso8859-2 -t utf-8 -o mc.hint.pl.tmp mc.hint.pl && mv mc.hint.pl.tmp mc.hint.pl
9e38187
iconv -f koi8-r -t utf8 -o mc.hint.ru.tmp mc.hint.ru && mv mc.hint.ru.tmp mc.hint.ru
36567aa
iconv -f koi8-u -t utf8 -o mc.hint.uk.tmp mc.hint.uk && mv mc.hint.uk.tmp mc.hint.uk
9e38187
iconv -f big5 -t utf8 -o mc.hint.zh.tmp mc.hint.zh && mv mc.hint.zh.tmp mc.hint.zh
9e38187
popd
9e38187
36567aa
# convert help files in /doc to UTF-8
36567aa
pushd doc
36567aa
36567aa
# es
36567aa
pushd es
36567aa
iconv -f windows-1252 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp
36567aa
popd
36567aa
36567aa
# hu
36567aa
pushd hu
36567aa
iconv -f windows-1252 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp
36567aa
popd
36567aa
36567aa
# it
36567aa
pushd it
36567aa
iconv -f windows-1252 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp
36567aa
popd
36567aa
36567aa
# pl
36567aa
pushd pl
36567aa
iconv -f iso8859-2 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp
36567aa
popd
36567aa
36567aa
# ru
36567aa
pushd ru
36567aa
iconv -f koi8-r -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp
36567aa
popd
36567aa
36567aa
# sr
36567aa
pushd sr
36567aa
iconv -f iso8859-5 -t utf-8 -o xnc.hlp.tmp xnc.hlp && mv xnc.hlp.tmp xnc.hlp
36567aa
popd
36567aa
36567aa
popd
36567aa
cvsdist 2eff84c
%build
cvsdist cfd5e6f
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
cvsdist d94da9e
#%%configure --sysconfdir=%{_sysconfdir} --with-screen=slang
cvsdist d94da9e
./autogen.sh --with-screen=slang \
cvsdist d94da9e
	     --host=%{_host} --build=%{_build} \
cvsdist d94da9e
	     --target=%{_target_platform} \
cvsdist d94da9e
	     --program-prefix=%{?_program_prefix} \
cvsdist d94da9e
	     --prefix=%{_prefix} \
cvsdist d94da9e
	     --exec-prefix=%{_exec_prefix} \
cvsdist d94da9e
	     --bindir=%{_bindir} \
cvsdist d94da9e
	     --sbindir=%{_sbindir} \
cvsdist d94da9e
	     --sysconfdir=%{_sysconfdir} \
cvsdist d94da9e
	     --datadir=%{_datadir} \
cvsdist d94da9e
	     --includedir=%{_includedir} \
cvsdist d94da9e
	     --libdir=%{_libdir} \
cvsdist d94da9e
	     --libexecdir=%{_libexecdir} \
cvsdist d94da9e
	     --localstatedir=%{_localstatedir} \
cvsdist d94da9e
	     --sharedstatedir=%{_sharedstatedir} \
cvsdist d94da9e
	     --mandir=%{_mandir} \
36567aa
	     --infodir=%{_infodir} \
36567aa
	     --enable-charset
cvsdist 8823406
make %{?_smp_mflags}
cvsdist 2eff84c
cvsdist 2eff84c
%install 
cvsdist 2eff84c
rm -rf $RPM_BUILD_ROOT
cvsdist 8823406
install -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
cvsdist 2eff84c
cvsdist be106aa
%{makeinstall} sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}
cvsdist 2eff84c
cvsdist be106aa
install lib/{mc.sh,mc.csh} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
cvsdist 2eff84c
cvsdist 8823406
# no longer works for 4.6.0, need to evaluate
cvsdist 8823406
## install -m 644 lib/mc.global $RPM_BUILD_ROOT%{_sysconfdir}
cvsdist 2eff84c
36567aa
# install charsets, bug #76486
36567aa
install -m 644 lib/mc.charsets $RPM_BUILD_ROOT%{_datadir}/mc
36567aa
36567aa
# install man pages in various languages
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/es
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/es/man1
36567aa
gzip -nf9 doc/es/mc.1
36567aa
install -m 644 doc/es/mc.1.gz $RPM_BUILD_ROOT%{_mandir}/es/man1
36567aa
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/hu
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/hu/man1
36567aa
gzip -nf9 doc/hu/mc.1
36567aa
install -m 644 doc/hu/mc.1.gz $RPM_BUILD_ROOT%{_mandir}/hu/man1
36567aa
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/it
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/it/man1
36567aa
gzip -nf9 doc/it/mc.1
36567aa
install -m 644 doc/it/mc.1.gz $RPM_BUILD_ROOT%{_mandir}/it/man1
36567aa
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/pl
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/pl/man1
36567aa
gzip -nf9 doc/pl/mc.1
36567aa
install -m 644 doc/pl/mc.1.gz $RPM_BUILD_ROOT%{_mandir}/pl/man1
36567aa
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/ru
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/ru/man1
36567aa
gzip -nf9 doc/ru/mc.1
36567aa
install -m 644 doc/ru/mc.1.gz $RPM_BUILD_ROOT%{_mandir}/ru/man1
36567aa
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/sr
36567aa
mkdir -p $RPM_BUILD_ROOT%{_mandir}/sr/man1
36567aa
gzip -nf9 doc/sr/mc.1
36567aa
install -m 644 doc/sr/mc.1.gz $RPM_BUILD_ROOT%{_mandir}/sr/man1
36567aa
cvsdist 8823406
for I in /etc/pam.d/mcserv \
cvsdist 8823406
	/etc/rc.d/init.d/mcserv \
cvsdist 8823406
	/etc/mc.global; do
cvsdist 8823406
	rm -rf ${RPM_BUILD_ROOT}${I}
cvsdist 8823406
done
cvsdist a953f91
cvsdist 8bec084
%find_lang %name
cvsdist 2eff84c
cvsdist 2eff84c
%clean
cvsdist 2eff84c
rm -rf $RPM_BUILD_ROOT
cvsdist 2eff84c
cvsdist 8bec084
%files -f %{name}.lang
cvsdist 2eff84c
%defattr(-, root, root)
cvsdist 2eff84c
cvsdist 2eff84c
%doc FAQ COPYING NEWS README
cvsdist 2eff84c
%{_bindir}/mc
cvsdist 2eff84c
%{_bindir}/mcedit
cvsdist 2eff84c
%{_bindir}/mcmfmt
cvsdist 8823406
%{_datadir}/mc/*
cvsdist 8823406
%attr(4711, vcsa, root) %{_libdir}/mc/cons.saver
cvsdist 2eff84c
%{_mandir}/man1/*
01fffb4
%{_mandir}/man3/*
36567aa
%lang(es) %{_mandir}/es/man1/mc.1.gz
36567aa
%lang(hu) %{_mandir}/hu/man1/mc.1.gz
36567aa
%lang(it) %{_mandir}/it/man1/mc.1.gz
36567aa
%lang(pl) %{_mandir}/pl/man1/mc.1.gz
36567aa
%lang(ru) %{_mandir}/ru/man1/mc.1.gz
36567aa
%lang(sr) %{_mandir}/sr/man1/mc.1.gz
cvsdist be106aa
%config %{_sysconfdir}/profile.d/*
cvsdist 2eff84c
%dir %{_libdir}/mc
cvsdist b67880e
%dir %{_datadir}/mc
cvsdist 2eff84c
cvsdist 2eff84c
%changelog
36567aa
* Thu Nov  8 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.9
36567aa
- update from CVS
36567aa
- convert help files in /doc to UTF-8
36567aa
- add --enable-charsets (#76486)
36567aa
- drop upstreamed 8bitdefault, extfs patch
36567aa
- update partially upstreamed strippwd and extension patches
36567aa
- add UTF-8 help patch from Vladimir Nadvornik (#136826)
36567aa
- add promptfix patch
36567aa
36567aa
* Wed Nov  3 2004 Jindrich Novy <jnovy@redhat.com>
36567aa
- drop upstreamed smallpatches patch
36567aa
- install non-en man pages and fix encoding (#137036)
36567aa
- fix possible mem leak in strippwd patch
36567aa
f77c417
* Fri Oct 22 2004 Jindrich Novy <jnovy@redhat.com>
f77c417
- drop second part of the uglydir patch to display panel title
f77c417
  correctly in UTF8 (#136129)
f77c417
f77c417
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.8
fe59d95
- update from CVS
fe59d95
- drop mc-php.syntax, more recent version in upstream
fe59d95
- add utf8-input patch
fe59d95
- sync strippwd, uglydir, extensions patches with upstream
fe59d95
- add 8bitdefault patch to enable 8-bit input by default
fe59d95
f77c417
* Fri Oct 15 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.7
633a8b0
- update from CVS
633a8b0
- sync strippwd patch with upstream
633a8b0
- merged hp48.in patch to extfs patch (from Leonard den Ottolander)
633a8b0
- rebuilt
633a8b0
01fffb4
* Thu Oct 08 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.6
01fffb4
- update from CVS
01fffb4
- drop upstreamed vcsa and xtermaliases patches
01fffb4
- sync the rest of the patches with upstream
01fffb4
- update strippwd patch to eliminate passwords from dir hotlist
01fffb4
  and chdir error messages
01fffb4
- update perl scripts (Leonard den Ottolander, #127973, CAN-2004-0494)
01fffb4
bb65cbd
* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.5
bb65cbd
- fixed password elimination when no '/' is present in URL
bb65cbd
5601078
* Tue Sep 21 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.4
5601078
- fixed .strippwd patch to deal better with ':' and '@' in URL
5601078
9e38187
* Thu Sep 17 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.3
9e38187
- patch to prevent displaying passwords in ftp paths (#131088)
9e38187
  - also removes pswd from Delete/Copy/Error dialogs, etc.
9e38187
- added patch to fix/add extensions in mc.ext.in (#124242)
9e38187
9e38187
* Thu Sep 17 2004 Karel Zak <zakkr@zf.jcu.cz>
9e38187
- patch to prevent hangs on directory with '\n' in name, (#127164)
9e38187
- UTF8 hints support
9e38187
- original hint files conversion to UTF8 in the spec file
9e38187
cvsdist 58252c6
* Mon Sep  6 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.2
cvsdist 58252c6
- update from CVS
cvsdist 58252c6
- remove absoluterm and troff patches
cvsdist 58252c6
cvsdist d94da9e
* Thu Sep  2 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.1
cvsdist d94da9e
- update from CVS
cvsdist d94da9e
  - handle INFO/LICENSE and INFO/OBSOLETES in rpm vfs (#67341)
cvsdist d94da9e
- remove mc-cvs-unzip (#85073)
cvsdist d94da9e
- fix hotkey handling when not UTF-8 (Leonard den Ottolander, #120735)
cvsdist d94da9e
- allow terminal aliases for keys in mc.lib and ~/mc/ini,
cvsdist d94da9e
  add gnome, xterm-new and rxvt aliases for xterm (#128163)
cvsdist d94da9e
cvsdist e8dbf4d
* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-18
cvsdist e8dbf4d
- 3 more quoting omissions in a.in
cvsdist e8dbf4d
cvsdist 77ab445
* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-17
cvsdist 77ab445
- fix shell quoting in extfs perl scripts
cvsdist 77ab445
  (Leonard den Ottolander, #127973, CAN-2004-0494)
cvsdist 77ab445
cvsdist 02c85a2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 02c85a2
- rebuilt
cvsdist 02c85a2
cvsdist 7864192
* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-15
cvsdist 7864192
- don't use mmap if st_size doesn't fit into size_t
cvsdist 7864192
- fix one missed match_normal -> match_regex
cvsdist 7864192
cvsdist 7864192
* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-14
cvsdist 7864192
- avoid buffer overflows in mcedit Replace function
cvsdist 7864192
cvsdist 7864192
* Wed Apr 14 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-13
cvsdist 7864192
- perl scripting fix
cvsdist 7864192
cvsdist 7864192
* Wed Apr 14 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-12
cvsdist 7864192
- fix a bug in complete.c introduced by last patch
cvsdist 7864192
- export MC_TMPDIR env variable
cvsdist 7864192
- avoid integer overflows in free diskspace % counting
cvsdist 7864192
- put temporary files into $MC_TMPDIR tree if possible,
cvsdist 7864192
  use mktemp/mkdtemp
cvsdist 7864192
cvsdist 7864192
* Mon Apr  5 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-11
cvsdist 7864192
- fix a bunch of buffer overflows and memory leaks (CAN-2004-0226)
cvsdist 7864192
- fix hardlink handling in cpio filesystem
cvsdist 7864192
- fix handling of filenames with single/double quotes and backslashes
cvsdist 7864192
  in %{_datadir}/mc/extfs/rpm
cvsdist 7864192
- update php.syntax file (#112645)
cvsdist 7864192
- fix crash with large syntax file (#112644)
cvsdist 7864192
- update CAN-2003-1023 fix to still make vfs symlinks relative,
cvsdist 7864192
  but with bounds checking
cvsdist 7864192
cvsdist cd9c100
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cd9c100
- rebuilt
cvsdist cd9c100
cvsdist cd9c100
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cd9c100
- rebuilt
cvsdist cd9c100
cvsdist 9e19474
* Sat Jan 17 2004 Warren Togami <wtogami@redhat.com> 4.6.0-9
cvsdist 9e19474
- rebuild
cvsdist b67880e
cvsdist b67880e
* Sat Jan 17 2004 Warren Togami <wtogami@redhat.com> 4.6.0-7
cvsdist b67880e
- BuildRequires glib2-devel, slang-devel, XFree86-devel,
cvsdist b67880e
  e2fsprogs-devel, gettext
cvsdist b67880e
- Copyright -> License
cvsdist b67880e
- PreReq -> Requires
cvsdist b67880e
- Explicit zero epoch in versioned dev dep
cvsdist b67880e
- /usr/share/mc directory ownership
cvsdist b67880e
- Improve summary
cvsdist b67880e
- (Seth Vidal QA) fix for CAN-2003-1023 (Security)
cvsdist b67880e
cvsdist 9b27ed2
* Tue Oct 28 2003 Jakub Jelinek <jakub@redhat.com> 4.6.0-6
cvsdist 9b27ed2
- rebuilt to get correct PT_GNU_STACK setting
cvsdist 9b27ed2
cvsdist 9b27ed2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 9b27ed2
- rebuilt
cvsdist 9b27ed2
cvsdist 8823406
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 8823406
- rebuilt
cvsdist 8823406
cvsdist 8823406
* Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 4.6.0-3
cvsdist 8823406
- second part of UTF-8ization
cvsdist 8823406
cvsdist 8823406
* Fri Feb 21 2003 Jakub Jelinek <jakub@redhat.com> 4.6.0-2
cvsdist 8823406
- kill unneeded patches, update the rest for 4.6.0
cvsdist 8823406
- build with system slang
cvsdist 8823406
- first part of UTF-8ization
cvsdist 8823406
cvsdist 8823406
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 4.6.0-1
cvsdist 8823406
- 4.6.0 final
cvsdist 8823406
- epoch 1 to work around 4.6.0pre > 4.6.0
cvsdist 8823406
cvsdist 8823406
* Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 4.6.0pre3-3
cvsdist 8823406
- drop our translations, they are surely out of date
cvsdist 8823406
- ugh, due to spec file weirdness hadn't actually used the new pre3
cvsdist 8823406
  tarball. disabled patches that no longer apply.
cvsdist 8823406
- patch for #78506
cvsdist 8823406
cvsdist 8823406
* Thu Feb 06 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 8823406
- link also on mainframe against gpm-devel
cvsdist 8823406
cvsdist 8823406
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 4.6.0pre3-1
cvsdist 8823406
- pre3
cvsdist 8823406
cvsdist 8823406
* Tue Jan 28 2003 Havoc Pennington <hp@redhat.com>
cvsdist 8823406
- rebuild
cvsdist 8823406
cvsdist 8823406
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 8823406
- rebuilt
cvsdist 8823406
cvsdist 8823406
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 8823406
- 4.6.0-pre1
cvsdist 8823406
- comment out the patches that don't apply, 
cvsdist 8823406
  if someone wants to spend time fixing them 
cvsdist 8823406
  that'd be great
cvsdist 8823406
cvsdist 8823406
* Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com>
cvsdist 8823406
- Remove 'percent prep' in changelog
cvsdist 8823406
- Fix unpackaged files
cvsdist 8823406
cvsdist b984572
* Fri Aug 23 2002 Karsten Hopp <karsten@redhat.de>
cvsdist b984572
- fix german umlaut in menues (#68130)
cvsdist b984572
cvsdist 8bf5aee
* Fri Jul 19 2002 Jakub Jelinek <jakub@redhat.com> 4.5.55-11
cvsdist 8bf5aee
- removed trailing backslash for %%configure, which
cvsdist 8bf5aee
  caused mc to build with the buildroot prefix
cvsdist 8bf5aee
cvsdist cfd5e6f
* Wed Jul 17 2002 Karsten Hopp <karsten@redhat.de> 4.5.55-10
cvsdist cfd5e6f
- support large files (#65159, #65160)
cvsdist cfd5e6f
- own /usr/lib/mc/extfs and /usr/lib/mc/syntax
cvsdist cfd5e6f
- fix NL translation (#63495)
cvsdist cfd5e6f
cvsdist cfd5e6f
* Thu Jul  4 2002 Jakub Jelinek <jakub@redhat.com>
cvsdist cfd5e6f
- fix regex usage
cvsdist cfd5e6f
cvsdist cfd5e6f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist cfd5e6f
- automated rebuild
cvsdist cfd5e6f
cvsdist cfd5e6f
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist cfd5e6f
- automated rebuild
cvsdist cfd5e6f
cvsdist 9a7b2e2
* Fri Apr 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 9a7b2e2
- patch for trpm vfs, #62306
cvsdist 9a7b2e2
cvsdist be106aa
* Wed Apr 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist be106aa
- don't build --with-included-slang on upstream recommendation
cvsdist be106aa
- add uzip method from cvs, fixes some sort of format string problem
cvsdist be106aa
- get fix for breaking zip files while browsing them from upstream
cvsdist be106aa
cvsdist be106aa
* Tue Apr  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist be106aa
- remove bash-specific export from mc.sh
cvsdist be106aa
cvsdist be106aa
* Thu Mar 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist be106aa
- cons.saver rewrite to use vcsa user from Jakub, #61149
cvsdist be106aa
- make cons.saver attr(4711, vcsa, root)
cvsdist be106aa
- require new dev package
cvsdist be106aa
cvsdist be106aa
* Thu Mar  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist be106aa
- rebuild in new environment
cvsdist be106aa
- 4.5.55, with lots of patch-adapting to make it build
cvsdist be106aa
cvsdist be106aa
* Fri Jan 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist be106aa
- rebuild in rawhide
cvsdist be106aa
- fix prefix/share -> datadir
cvsdist be106aa
- comment out gmc/mcserv subpackages, place order for asbestos suit
cvsdist be106aa
cvsdist a077182
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist a077182
- Add po files from sources.redhat.com
cvsdist a077182
cvsdist dde0900
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist dde0900
- build requires gnome-libs-devel, #49518
cvsdist dde0900
cvsdist c08479f
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist c08479f
- Bump release + rebuild.
cvsdist c08479f
cvsdist 6275db6
* Wed Apr 25 2001 Bill Nottingham <notting@redhat.com>
cvsdist 6275db6
- fix mc-4.5.51-desktop.patch to work on ia64
cvsdist 6afbfe3
cvsdist 8bec084
* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
cvsdist 8bec084
- check return code of mount for failure (ewt)
cvsdist 8bec084
cvsdist 8bec084
* Thu Mar 22 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 8bec084
- Fix problem where CORBA notification wasn't working since last change.
cvsdist 8bec084
cvsdist 8bec084
* Fri Mar 16 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 8bec084
- Rescan devices on startup
cvsdist 8bec084
cvsdist 8bec084
* Mon Mar 12 2001  <jrb@redhat.com>
cvsdist 8bec084
- remove man pages from mc.ext.in so that tgz and rpm browsing work in
cvsdist 8bec084
  non LANG=C locales
cvsdist 8bec084
cvsdist 8bec084
* Wed Mar  7 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 8bec084
- Add patch to recognize kudzu's fstab entries
cvsdist 8bec084
- Fix path to memstick icon
cvsdist 8bec084
cvsdist 8bec084
* Fri Feb 23 2001 Trond Eivind Glomsr鷣 <teg@redhat.com>
cvsdist 8bec084
- use %%{_tmppath}
cvsdist 8bec084
- langify
cvsdist 8bec084
cvsdist 8bec084
* Tue Feb 21 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist 8bec084
- Fixed install some desktop icons for specific language.
cvsdist 8bec084
cvsdist 8bec084
* Fri Feb 16 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist 8bec084
- Updated Red Hat JP desktop icons.
cvsdist 8bec084
cvsdist 8bec084
* Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist 8bec084
- include both sys/time.h and time.h on glibc 2.2.2
cvsdist 8bec084
- fix Japanese patch to include locale.h.
cvsdist 8bec084
cvsdist 8bec084
* Tue Feb  6 2001 Trond Eivind Glomsr鷣 <teg@redhat.com>
cvsdist 8bec084
- i18nize initscript
cvsdist 8bec084
cvsdist 8bec084
* Sat Jan 27 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist 8bec084
- Added Japanese patch(language specific desktop icons).
cvsdist 8bec084
cvsdist 8bec084
* Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist 8bec084
- Updated Japanese translation.
cvsdist a953f91
cvsdist 8bec084
* Sun Jan 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist be106aa
- do not prereq %{_sysconfdir}/init.d
cvsdist 8bec084
- do not require gpm for s390
cvsdist a953f91
cvsdist 2eff84c
* Mon Aug 21 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- fixed bug 16467
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Aug 17 2000 Tim Powers <timp@redhat.com>
cvsdist 2eff84c
- modified my patch (again) to free quoted
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2eff84c
- run %%configure in the build phase, not the setup
cvsdist 2eff84c
- modify Tim's patch to always just edit one file
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Aug 17 2000 Than Ngo <than@redhat.com>
cvsdist 2eff84c
- fix problems viewing the package (Bug #16378)
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Aug 17 2000 Tim Powers <timp@redhat.com>
cvsdist 2eff84c
- fixed bug #16269
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Aug  4 2000 Tim Waugh <twaugh@redhat.com>
cvsdist 2eff84c
- make stdout/stderr writable before forking
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Aug 02 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- Updated desktop entries.
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist 2eff84c
- move initscript back
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Jul 19 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- make the togglebutton patch work correctly
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2eff84c
- fix syntax error in mcserv.init that crept in with condrestart
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- added a toggle button to let people turn off the "you are running
cvsdist 2eff84c
  gmc as root" warning.
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 2eff84c
- automatic rebuild
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
cvsdist 2eff84c
- move initscript, add condrestart stuff
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Jul 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2eff84c
- remove execute bits from config/pam files
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Jul  3 2000 Jonathan Blandford
cvsdist 2eff84c
- Update to 4.5.51.  Now there is a trashcan!
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Jun 15 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 2eff84c
- Update to 4.5.49
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Jun  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2eff84c
- modify PAM setup to use system-auth
cvsdist 2eff84c
cvsdist 2eff84c
* Mon May 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist 2eff84c
- hmmm, ia64 patches fell out.
cvsdist 2eff84c
cvsdist 2eff84c
* Fri May 19 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- upgrade to new version of mc.
cvsdist 2eff84c
- removed builtincpio patch
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 2eff84c
- rebuild for sparc baud rates > 38400.
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Feb 22 2000 Preston Brown <pbrown@redhat.com>
cvsdist 2eff84c
- fix mc.sh, function was not exported
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Feb 17 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 2eff84c
- builtin cpio vfs, change rpm extfs to use it -
cvsdist 2eff84c
  should speed up e.g. copyout from rpm by orders of magnitude
cvsdist 2eff84c
  patch by Jan Hudec <jhud7196@artax.karlin.mff.cuni.cz>
cvsdist 2eff84c
- fix buglet in the patch
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Feb 14 2000 Preston Brown <pbrown@redhat.com>
cvsdist 2eff84c
- move redhat-logos depency to gmc (#9395)
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Feb 4 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- changed default rpm action to be upgrade.
cvsdist 2eff84c
- Changed locale to be in mc package, instead of gmc.
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Feb 3 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- use /bin/rm instead of rm so that aliases won't interfere with the
cvsdist 2eff84c
  script
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Sep 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist 2eff84c
- chkconfig --del in %preun, not %postun
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Sep 22 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- updated to 4.5.39-pre9
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Aug 04 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 2eff84c
- moved configure to setup
cvsdist 2eff84c
- buildrequires gpm-devel so mouse works in console
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Jul 22 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- added ${prefix}/lib/mc/syntax to mc file list
cvsdist 2eff84c
- turned off samba support
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Jul  7 1999 Jonathan Blandford <jrb@redhat.com>
cvsdist 2eff84c
- updated mc to work with mc 4.5.36.  Thanks to Brian Ryner
cvsdist 2eff84c
  <bryner@uiuc.edu> for providing the patch.
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- removed rpm menu defs - we depend on gnorpm for these
cvsdist 2eff84c
- fixed bug that caused crash if group doesnt exist for file
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Apr 15 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- cleanup several dialogs
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Apr 12 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- true version 4.5.30
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Apr 09 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version pre-4.5.30 with patch to make this link on alpha properly
cvsdist 2eff84c
  Mark as version 0.7 to denote not the official 4.5.30 release
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist 2eff84c
- strip binaries
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- fixed errata support URL
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Mar 25 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.29
cvsdist 2eff84c
- added default desktop icons for Red Hat desktop
cvsdist 2eff84c
- added redhat-logos to requirements
cvsdist 2eff84c
- added README.desktop to doc list for gmc
cvsdist 2eff84c
- added locale data
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Mar 25 1999 Preston Brown <pbrown@redhat.com>
cvsdist 2eff84c
- patched so that TERM variable set to xterm produces color
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
cvsdist be106aa
- made sure %{_sysconfdir}/pam.d/mcserv has right permissions
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.27
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- fix'd icon display problem
cvsdist 2eff84c
cvsdist 2eff84c
* Sun Mar 14 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.25 AND 4.5.26
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.24
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.16
cvsdist 2eff84c
- removed mc.keys from mc file list
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.14
cvsdist 2eff84c
- fixed file list
cvsdist 2eff84c
cvsdist 2eff84c
* Sat Feb 06 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.11
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.10
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Jan 22 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- added metadata to gmc file list
cvsdist 2eff84c
cvsdist 2eff84c
* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.9
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- version 4.5.6
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
cvsdist 2eff84c
- updated for GNOME freeze
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Aug 20 1998 Michael Fulbright <msf@redhat.com>
cvsdist 2eff84c
- rebuilt against gnome-libs 0.27 and gtk+-1.1
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Jul 09 1998 Michael Fulbright <msf@redhat.com>
cvsdist 2eff84c
- made cons.saver not setuid
cvsdist 2eff84c
cvsdist 2eff84c
* Sun Apr 19 1998 Marc Ewing <marc@redhat.com>
cvsdist 2eff84c
- removed tkmc
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Apr 8 1998 Marc Ewing <marc@redhat.com>
cvsdist 2eff84c
- add %{prefix}/lib/mc/layout to gmc
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Dec 23 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
- added --without-debug to configure,
cvsdist 8823406
- modification in %%build and %%install and cosmetic modification in packages
cvsdist 2eff84c
  headers,
cvsdist 2eff84c
- added %%{PACKAGE_VERSION} macro to Buildroot,
cvsdist 8823406
- removed "rm -rf $RPM_BUILD_ROOT" from prep section
cvsdist 2eff84c
- removed Packager field.
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Dec 18 1997 Michele Marziani <marziani@fe.infn.it>
cvsdist 2eff84c
- Merged spec file with that from RedHat-5.0 distribution
cvsdist 2eff84c
  (now a Hurricane-based distribution is needed)
cvsdist 2eff84c
- Added patch for RPM script (didn't always work with rpm-2.4.10)
cvsdist 2eff84c
- Corrected patch for mcserv init file (chkconfig init levels)
cvsdist 2eff84c
- Added more documentation files on termcap, terminfo, xterm
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Oct 30 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 2eff84c
cvsdist 2eff84c
- Added dependency on portmap
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Oct 29 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 2eff84c
cvsdist 2eff84c
- fixed spec file.
cvsdist 2eff84c
- Updated to 4.1.8
cvsdist 2eff84c
cvsdist 2eff84c
* Sun Oct 26 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
cvsdist 2eff84c
- updated to 4.1.6
cvsdist 8823406
- added %attr macros in %%files,
cvsdist 8823406
- a few simplification in %%install,
cvsdist 2eff84c
- removed glibc patch,
cvsdist be106aa
- fixed installing %{_sysconfdir}/X11/wmconfig/tkmc.
cvsdist 2eff84c
cvsdist 2eff84c
* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 2eff84c
cvsdist 2eff84c
- updated to 4.1.5
cvsdist 2eff84c
- added wmconfig
cvsdist 2eff84c
cvsdist 2eff84c
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
cvsdist 2eff84c
cvsdist 2eff84c
- chkconfig is for mcserv package, not mc one
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
cvsdist 2eff84c
cvsdist 2eff84c
- patched init script for chkconfig
cvsdist 2eff84c
- don't turn on the service by default
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Oct 10 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 2eff84c
cvsdist 2eff84c
- Converted to new PAM conventions.
cvsdist 2eff84c
- Updated to 4.1.3
cvsdist 2eff84c
- No longer needs glibc patch.
cvsdist 2eff84c
cvsdist 2eff84c
* Thu May 22 1997 Michele Marziani <marziani@fe.infn.it>
cvsdist 2eff84c
cvsdist be106aa
- added support for mc alias in %{_sysconfdir}/profile.d/mc.csh (for csh and tcsh)
cvsdist be106aa
- lowered number of SysV init scripts in %{_sysconfdir}/rc.d/rc[0,1,6].d
cvsdist 2eff84c
  (mcserv needs to be killed before inet)
cvsdist 2eff84c
- removed all references to $RPM_SOURCE_DIR
cvsdist 2eff84c
- restored $RPM_OPT_FLAGS when compiling
cvsdist 2eff84c
- minor cleanup of spec file: redundant directives and comments removed
cvsdist 2eff84c
cvsdist 2eff84c
* Sun May 18 1997 Michele Marziani <marziani@fe.infn.it>
cvsdist 2eff84c
cvsdist 2eff84c
- removed all references to non-existent mc.rpmfs
cvsdist 2eff84c
- added mcedit.1 to the %files section
cvsdist 2eff84c
- reverted to un-gzipped man pages (RedHat style)
cvsdist 2eff84c
- removed double install line for mcserv.pamd
cvsdist 2eff84c
cvsdist 2eff84c
* Tue May 13 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
cvsdist 2eff84c
- added new rpmfs script,
cvsdist 2eff84c
- removed mcfn_install from mc (adding mc() to bash enviroment is in
cvsdist be106aa
  %{_sysconfdir}/profile.d/mc.sh),
cvsdist be106aa
- %{_sysconfdir}/profile.d/mc.sh changed to %config,
cvsdist 2eff84c
- removed %{prefix}/lib/mc/bin/create_vcs,
cvsdist 2eff84c
- removed %{prefix}/lib/mc/term.
cvsdist 2eff84c
cvsdist 2eff84c
* Wed May 9 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
cvsdist 2eff84c
- changed source url,
cvsdist 2eff84c
- fixed link mcedit to mc,
cvsdist 2eff84c
cvsdist 2eff84c
* Tue May 7 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
cvsdist 2eff84c
- new version 3.5.27,
cvsdist 2eff84c
- %dir %{prefix}/lib/mc/icons and icons removed from tkmc,
cvsdist 2eff84c
- added commented xmc part.
cvsdist 2eff84c
cvsdist 2eff84c
* Tue Apr 22 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
cvsdist 2eff84c
- FIX spec:
cvsdist 2eff84c
   - added URL field,
cvsdist 2eff84c
   - in mc added missing %{prefix}/lib/mc/mc.ext, %{prefix}/lib/mc/mc.hint,
cvsdist 2eff84c
     %{prefix}/lib/mc/mc.hlp, %{prefix}/lib/mc/mc.lib, %{prefix}/lib/mc/mc.menu.
cvsdist 2eff84c
cvsdist 2eff84c
* Fri Apr 18 1997 Tomasz K這czko <kloczek@rudy.mif.pg.gda.pl>
cvsdist 2eff84c
cvsdist 2eff84c
- added making packages: tkmc, mcserv (xmc not work yet),
cvsdist 2eff84c
- gziped man pages,
cvsdist be106aa
- added %{_sysconfdir}/pamd.d/mcserv PAM config file.
cvsdist 2eff84c
- added instaling icons,
cvsdist be106aa
- added %{_sysconfdir}/profile.d/mc.sh,
cvsdist 2eff84c
- in %doc added NEWS README,
cvsdist 2eff84c
- removed %{prefix}/lib/mc/FAQ,
cvsdist 2eff84c
- added mcserv.init script for mcserv (start/stop on level 86).