]> git.pld-linux.org Git - SPECS.git/blob - mysecureshell.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / mysecureshell.spec
1 # TODO
2 # - pldize logrotate (archivedir etc)
3 Summary:        MySecureShell is a shell which adds more features to sftp-server
4 Name:           mysecureshell
5 Version:        1.20
6 Release:        1
7 License:        GNU GPL v2
8 Group:          Applications
9 Source0:        http://mysecureshell.free.fr/repository/index.php/source/%{name}_%{version}.tar.gz
10 # Source0-md5:  e6720c036775745ff2d7db34e2ade17c
11 Patch0:         %{name}-needs-no-root.patch
12 URL:            http://mysecureshell.sourceforge.net
13 Requires:       openssh-server
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 MySecureShell is a shell which will help add more features to
18 sftp-server which will bring major FTP servers like proftpd.
19
20 Possibilities of MySecureShell :
21 - Control bandwidth.
22 - Secure viewing rights.
23 - Administration of server by GUI.
24 - Management of the activity the server with logging.
25 - Control by user ip, groups ...
26
27 %prep
28 %setup -q -n %{name}_%{version}
29 %patch0 -p1
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38      DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README-en
46 %doc %lang(fr) README-fr
47 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh/sftp_config
48 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mysecureshell
49 %attr(755,root,root) /bin/MySecureShell
50 %attr(755,root,root) %{_bindir}/sftp-*
51 %{_mandir}/man8/MySecureShell.8*
52 %{_mandir}/man8/sftp-*.8*
This page took 0.793407 seconds and 3 git commands to generate.