auto-import changelog data from mc-4.6.1-0.2.src.rpm
Mon Sep 06 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.2 - update from CVS - remove absoluterm and troff patches
This commit is contained in:
parent
d94da9ebd0
commit
58252c674f
@ -1 +1 @@
|
|||||||
mc-4.6.1-20040902.tar.bz2
|
mc-4.6.1-20040906.tar.bz2
|
||||||
|
32
mc.spec
32
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.1
|
Version: 4.6.1
|
||||||
Release: 0.1
|
Release: 0.2
|
||||||
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 20040902
|
%define date 20040906
|
||||||
Source0: mc-%{version}-%{date}.tar.bz2
|
Source0: mc-%{version}-%{date}.tar.bz2
|
||||||
Source1: mc-php.syntax
|
Source1: mc-php.syntax
|
||||||
URL: http://www.ibiblio.org/mc/
|
URL: http://www.ibiblio.org/mc/
|
||||||
@ -16,14 +16,9 @@ BuildRequires: XFree86-devel, e2fsprogs-devel, gettext
|
|||||||
Requires: dev >= 0:3.3-3
|
Requires: dev >= 0:3.3-3
|
||||||
|
|
||||||
Patch1: mc-CVS-smallpatches.patch
|
Patch1: mc-CVS-smallpatches.patch
|
||||||
Patch2: mc-CVS-stblocks-fmt.patch
|
Patch2: mc-CVS-utf8.patch
|
||||||
Patch3: mc-CVS-utf8.patch
|
Patch3: mc-CVS-vcsa.patch
|
||||||
Patch4: mc-CVS-absoluteterm.patch
|
Patch4: mc-CVS-xtermaliases.patch
|
||||||
Patch5: mc-CVS-vcsa.patch
|
|
||||||
Patch6: mc-CVS-ptsname.patch
|
|
||||||
Patch7: mc-CVS-troff.patch
|
|
||||||
Patch8: mc-CVS-warnings.patch
|
|
||||||
Patch9: mc-CVS-xtermaliases.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Midnight Commander is a visual shell much like a file manager, only
|
Midnight Commander is a visual shell much like a file manager, only
|
||||||
@ -36,21 +31,14 @@ poke into RPMs for specific files.
|
|||||||
%setup -q -n mc-%{version}-%{date}
|
%setup -q -n mc-%{version}-%{date}
|
||||||
|
|
||||||
%patch1 -p1 -b .smallpatches
|
%patch1 -p1 -b .smallpatches
|
||||||
%patch2 -p1 -b .stblocks-fmt
|
|
||||||
|
|
||||||
# partially done UTF-8ization
|
# partially done UTF-8ization
|
||||||
%patch3 -p1 -b .utf8
|
%patch2 -p1 -b .utf8
|
||||||
|
|
||||||
# Use /bin/rm, not rm
|
|
||||||
%patch4 -p1 -b .absoluterm
|
|
||||||
|
|
||||||
# new cons.saver
|
# new cons.saver
|
||||||
%patch5 -p1 -b .vcsa
|
%patch3 -p1 -b .vcsa
|
||||||
|
|
||||||
%patch6 -p1 -b .ptsname
|
%patch4 -p1 -b .xtermaliases
|
||||||
%patch7 -p1 -b .troff
|
|
||||||
%patch8 -p1 -b .warnings
|
|
||||||
%patch9 -p1 -b .xtermaliases
|
|
||||||
|
|
||||||
%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"
|
||||||
@ -114,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/mc
|
%dir %{_datadir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 6 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.2
|
||||||
|
- update from CVS
|
||||||
|
- remove absoluterm and troff patches
|
||||||
|
|
||||||
* Thu Sep 2 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.1
|
* Thu Sep 2 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.1
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- handle INFO/LICENSE and INFO/OBSOLETES in rpm vfs (#67341)
|
- handle INFO/LICENSE and INFO/OBSOLETES in rpm vfs (#67341)
|
||||||
|
Loading…
Reference in New Issue
Block a user