- update from CVS
- sync the .utf8 patch with upstream - fix infinite loop hang when copying/deleting some strangely named files (#150569)
This commit is contained in:
parent
f2b9876e7f
commit
ef3b24c0d6
@ -8,3 +8,4 @@ mc-4.6.1-20041201-pre1a.tar.bz2
|
|||||||
mc-4.6.1a-20041209.tar.bz2
|
mc-4.6.1a-20041209.tar.bz2
|
||||||
mc-4.6.1a-20041215.tar.bz2
|
mc-4.6.1a-20041215.tar.bz2
|
||||||
mc-4.6.1a-20050202.tar.bz2
|
mc-4.6.1a-20050202.tar.bz2
|
||||||
|
mc-4.6.1a-20050309.tar.bz2
|
||||||
|
768
mc-utf8.patch
768
mc-utf8.patch
File diff suppressed because it is too large
Load Diff
14
mc.spec
14
mc.spec
@ -1,12 +1,12 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell.
|
Summary: User-friendly text console file manager and visual shell.
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.6.1a
|
Version: 4.6.1a
|
||||||
Release: 0.4
|
Release: 0.5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
#Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{version}.tar.gz
|
#Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{version}.tar.gz
|
||||||
%define date 20050202
|
%define date 20050309
|
||||||
Source0: mc-%{version}-%{date}.tar.bz2
|
Source0: mc-%{version}-%{date}.tar.bz2
|
||||||
URL: http://www.ibiblio.org/mc/
|
URL: http://www.ibiblio.org/mc/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -28,7 +28,7 @@ best features are its ability to FTP, view tar and zip files, and to
|
|||||||
poke into RPMs for specific files.
|
poke into RPMs for specific files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mc-%{version}-%{date}
|
%setup -q -n mc-%{version}
|
||||||
|
|
||||||
%patch0 -p1 -b .utf8
|
%patch0 -p1 -b .utf8
|
||||||
%patch1 -p1 -b .extensions
|
%patch1 -p1 -b .extensions
|
||||||
@ -96,7 +96,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
|
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS -Wno-pointer-sign"
|
||||||
%configure --with-screen=slang \
|
%configure --with-screen=slang \
|
||||||
--host=%{_host} --build=%{_build} \
|
--host=%{_host} --build=%{_build} \
|
||||||
--target=%{_target_platform} \
|
--target=%{_target_platform} \
|
||||||
@ -168,6 +168,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/mc
|
%dir %{_datadir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 3 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.5
|
||||||
|
- update from CVS
|
||||||
|
- sync the .utf8 patch with upstream
|
||||||
|
- fix infinite loop hang when copying/deleting some strangely
|
||||||
|
named files (#150569)
|
||||||
|
|
||||||
* Wed Feb 9 2005 Jindrich Novy <jnovy@redhat.com>
|
* Wed Feb 9 2005 Jindrich Novy <jnovy@redhat.com>
|
||||||
- don't use acs_map with not UTF8-ized slang (#147559)
|
- don't use acs_map with not UTF8-ized slang (#147559)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user