- correctly highlight Requires(pre,post,preun,postun) in spec
This commit is contained in:
parent
84bd66e0c1
commit
cef46d8523
7
mc.spec
7
mc.spec
@ -3,7 +3,7 @@
|
|||||||
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: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -27,6 +27,7 @@ Patch11: mc-etcmc.patch
|
|||||||
Patch12: mc-exit.patch
|
Patch12: mc-exit.patch
|
||||||
Patch13: mc-fishfix.patch
|
Patch13: mc-fishfix.patch
|
||||||
Patch14: mc-assembly.patch
|
Patch14: mc-assembly.patch
|
||||||
|
Patch15: mc-spec.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
|
||||||
@ -52,6 +53,7 @@ specific files.
|
|||||||
%patch12 -p1 -b .exit
|
%patch12 -p1 -b .exit
|
||||||
%patch13 -p1 -b .fishfix
|
%patch13 -p1 -b .fishfix
|
||||||
%patch14 -p1 -b .assembly
|
%patch14 -p1 -b .assembly
|
||||||
|
%patch15 -p1 -b .spec
|
||||||
|
|
||||||
# convert files in /lib to UTF-8
|
# convert files in /lib to UTF-8
|
||||||
pushd lib
|
pushd lib
|
||||||
@ -196,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/mc
|
%dir %{_sysconfdir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 2 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-26.fc6
|
||||||
|
- correctly highlight Requires(pre,post,preun,postun) in spec
|
||||||
|
|
||||||
* Wed Aug 23 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-25.fc6
|
* Wed Aug 23 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-25.fc6
|
||||||
- highlight AMD64 registers properly when editing assembly sources
|
- highlight AMD64 registers properly when editing assembly sources
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user