mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fixed file list in RPM spec.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
185d5fc359
commit
84f8ae790f
9
contrib/dist/redhat/mc.spec.in
vendored
9
contrib/dist/redhat/mc.spec.in
vendored
@ -94,7 +94,7 @@ PKG_CONFIG_PATH="$RESULT_DIR/usr/%{_lib}/pkgconfig:$PKG_CONFIG_PATH" ; export PK
|
|||||||
%{_with_screen} \
|
%{_with_screen} \
|
||||||
%{?_with_glib_static} \
|
%{?_with_glib_static} \
|
||||||
--enable-charset \
|
--enable-charset \
|
||||||
--with-samba \
|
--enable-vfs-smb \
|
||||||
--without-x \
|
--without-x \
|
||||||
--with-gpm-mouse \
|
--with-gpm-mouse \
|
||||||
--disable-doxygen-doc
|
--disable-doxygen-doc
|
||||||
@ -140,9 +140,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%{_sysconfdir}/profile.d/*
|
%{_sysconfdir}/profile.d/*
|
||||||
|
|
||||||
%config %{_sysconfdir}/mc/Syntax
|
|
||||||
%config %{_sysconfdir}/mc/mc.charsets
|
|
||||||
%config %{_sysconfdir}/mc/mc.lib
|
|
||||||
%config(noreplace) %{_sysconfdir}/mc/filehighlight.ini
|
%config(noreplace) %{_sysconfdir}/mc/filehighlight.ini
|
||||||
%config(noreplace) %{_sysconfdir}/mc/*edit*
|
%config(noreplace) %{_sysconfdir}/mc/*edit*
|
||||||
%config(noreplace) %{_sysconfdir}/mc/mc.ext
|
%config(noreplace) %{_sysconfdir}/mc/mc.ext
|
||||||
@ -155,8 +152,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/mc
|
%dir %{_datadir}/mc
|
||||||
%{_datadir}/mc/*
|
%{_datadir}/mc/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 16 2010 Andrew Borodin <aborodin@vmail.ru>
|
||||||
|
- Some files are installed now into %%{_datadir}/mc instead of %%{_sysconfdir}/mc.
|
||||||
|
|
||||||
* Wed Apr 28 2010 Yury V. Zaytsev <yury@shurup.com>
|
* Wed Apr 28 2010 Yury V. Zaytsev <yury@shurup.com>
|
||||||
- Added mcdiff to the list of packaged files.
|
- Added mcdiff to the list of packaged files.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user