Fixed file list in RPM spec.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-09-16 14:46:50 +04:00
parent 185d5fc359
commit 84f8ae790f

View File

@ -94,7 +94,7 @@ PKG_CONFIG_PATH="$RESULT_DIR/usr/%{_lib}/pkgconfig:$PKG_CONFIG_PATH" ; export PK
%{_with_screen} \
%{?_with_glib_static} \
--enable-charset \
--with-samba \
--enable-vfs-smb \
--without-x \
--with-gpm-mouse \
--disable-doxygen-doc
@ -140,9 +140,6 @@ rm -rf $RPM_BUILD_ROOT
%{_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/*edit*
%config(noreplace) %{_sysconfdir}/mc/mc.ext
@ -155,8 +152,10 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/mc
%{_datadir}/mc/*
%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>
- Added mcdiff to the list of packaged files.