Accepting request 120562 from home:subchaser
Samba VFS restored rpmlint filters added for scripts warnings OBS-URL: https://build.opensuse.org/request/show/120562 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=46
This commit is contained in:
parent
26c1d3a00a
commit
debb80af91
3
mc-rpmlintrc
Normal file
3
mc-rpmlintrc
Normal file
@ -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")
|
@ -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
|
Thu Apr 26 11:30:00 UTC 2012 - subchaser1@gmail.com
|
||||||
|
|
||||||
|
6
mc.spec
6
mc.spec
@ -23,11 +23,12 @@ Group: Productivity/File utilities
|
|||||||
Url: http://www.midnight-commander.org/
|
Url: http://www.midnight-commander.org/
|
||||||
Version: 4.8.1.3
|
Version: 4.8.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: mc-%{version}.tar.xz
|
Source: https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
|
||||||
Source1: x11_browser
|
Source1: x11_browser
|
||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
Source3: %{name}.png
|
Source3: %{name}.png
|
||||||
Source4: cmake.syntax
|
Source4: cmake.syntax
|
||||||
|
Source5: mc-rpmlintrc
|
||||||
Patch18: mc-Syntax.cmake.patch
|
Patch18: mc-Syntax.cmake.patch
|
||||||
Patch0: mc-fix_lib_search_path.patch
|
Patch0: mc-fix_lib_search_path.patch
|
||||||
Patch6: mc-apps.patch
|
Patch6: mc-apps.patch
|
||||||
@ -130,7 +131,8 @@ export CFLAGS="$RPM_OPT_FLAGS %{warn_flags}"
|
|||||||
%configure \
|
%configure \
|
||||||
--localstatedir=/var/lib \
|
--localstatedir=/var/lib \
|
||||||
--enable-charset \
|
--enable-charset \
|
||||||
--with-samba
|
--enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba
|
||||||
|
|
||||||
make %{?jobs:-j%{jobs}}
|
make %{?jobs:-j%{jobs}}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user