Author: mguevara Date: Fri May 7 12:00:50 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial package for MySecureShell
---- Files affected: packages/mysecureshell: mysecureshell-needs-no-root.patch (NONE -> 1.1) (NEW), mysecureshell.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mysecureshell/mysecureshell-needs-no-root.patch diff -u /dev/null packages/mysecureshell/mysecureshell-needs-no-root.patch:1.1 --- /dev/null Fri May 7 14:00:50 2010 +++ packages/mysecureshell/mysecureshell-needs-no-root.patch Fri May 7 14:00:45 2010 @@ -0,0 +1,11 @@ +--- mysecureshell_1.20.a/install.sh.in 2010-05-07 13:42:08.000000000 +0200 ++++ mysecureshell_1.20.b/install.sh.in 2010-05-07 13:41:52.000000000 +0200 +@@ -85,7 +85,7 @@ + MyGetLocale 'Warning root ask' + echo "###################################################################" + echo "" +- exit 1 ++ #exit 1 + fi + + ## Functions ================================================================ Index: packages/mysecureshell/mysecureshell.spec diff -u /dev/null packages/mysecureshell/mysecureshell.spec:1.1 --- /dev/null Fri May 7 14:00:50 2010 +++ packages/mysecureshell/mysecureshell.spec Fri May 7 14:00:45 2010 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +# +Summary: MySecureShell is a shell which adds more features to sftp-server +Name: mysecureshell +Version: 1.20 +Release: 1 +License: GNU GPL v2 +Group: Applications +Source0: http://mysecureshell.free.fr/repository/index.php/source/%{name}_%{version}.tar.gz +# Source0-md5: e6720c036775745ff2d7db34e2ade17c +Patch0: %{name}-needs-no-root.patch +URL: http://mysecureshell.sourceforge.net +Requires: openssh-server +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +MySecureShell is a shell which will help add more features to sftp-server +which will bring major FTP servers like proftpd. + +Possibilities of MySecureShell : +- Control bandwidth. +- Secure viewing rights. +- Administration of server by GUI. +- Management of the activity the server with logging. +- Control by user ip, groups ... + +%prep +%setup -q -n %{name}_%{version} +%patch0 -p1 + +%build + +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README* LICENSE +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man8/* +/etc/ssh/sftp_config +/etc/logrotate.d/* +/bin/MySecureShell +%dir /usr/lib/debug/usr/bin +/usr/lib/debug/usr/bin/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/05/07 12:00:45 mguevara +- initial package for MySecureShell + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
