diff --git a/mc-rpmlintrc b/mc-rpmlintrc new file mode 100644 index 0000000..42f082b --- /dev/null +++ b/mc-rpmlintrc @@ -0,0 +1,3 @@ +addFilter("mc\..* W: script-without-shebang /usr/lib/mc/fish/.+") +addFilter("mc\..* W: script-without-shebang /usr/share/mc/mc.*\.c?sh") +addFilter("mc\..* W: non-executable-script /etc/mc/edit.(spell|indent).rc") diff --git a/mc.changes b/mc.changes index 750f12c..142decb 100644 --- a/mc.changes +++ b/mc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 10 07:06:53 UTC 2012 - subchaser1@gmail.com + +- Samba VFS restored, fixed path to smb.conf + ------------------------------------------------------------------- Thu Apr 26 11:30:00 UTC 2012 - subchaser1@gmail.com diff --git a/mc.spec b/mc.spec index bc63b99..fd62bce 100644 --- a/mc.spec +++ b/mc.spec @@ -23,11 +23,12 @@ Group: Productivity/File utilities Url: http://www.midnight-commander.org/ Version: 4.8.1.3 Release: 0 -Source: mc-%{version}.tar.xz +Source: https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz Source1: x11_browser Source2: %{name}.desktop Source3: %{name}.png Source4: cmake.syntax +Source5: mc-rpmlintrc Patch18: mc-Syntax.cmake.patch Patch0: mc-fix_lib_search_path.patch Patch6: mc-apps.patch @@ -130,7 +131,8 @@ export CFLAGS="$RPM_OPT_FLAGS %{warn_flags}" %configure \ --localstatedir=/var/lib \ --enable-charset \ - --with-samba + --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba + make %{?jobs:-j%{jobs}} %install