packages: mysecureshell/mysecureshell.spec - cleanup; adapter; verbose file...

glen glen at pld-linux.org
Sat May 8 16:22:21 CEST 2010


Author: glen                         Date: Sat May  8 14:22:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- cleanup; adapter; verbose files
- lang tag for french readme, no package of common gpl license
- proper attrs for config files and binaries

---- Files affected:
packages/mysecureshell:
   mysecureshell.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/mysecureshell/mysecureshell.spec
diff -u packages/mysecureshell/mysecureshell.spec:1.2 packages/mysecureshell/mysecureshell.spec:1.3
--- packages/mysecureshell/mysecureshell.spec:1.2	Fri May  7 14:10:24 2010
+++ packages/mysecureshell/mysecureshell.spec	Sat May  8 16:22:15 2010
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
-#
+# TODO
+# - pldize logrotate (archivedir etc)
 Summary:	MySecureShell is a shell which adds more features to sftp-server
 Name:		mysecureshell
 Version:	1.20
@@ -14,8 +15,8 @@
 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.
+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.
@@ -29,14 +30,11 @@
 %patch0 -p1
 
 %build
-
-%configure 
-
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
      DESTDIR=$RPM_BUILD_ROOT
 
@@ -45,12 +43,14 @@
 
 %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
+%doc README-en
+%doc %lang(fr) README-fr
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssh/sftp_config
+%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mysecureshell
+%attr(755,root,root) /bin/MySecureShell
+%attr(755,root,root) %{_bindir}/sftp-*
+%{_mandir}/man8/MySecureShell.8*
+%{_mandir}/man8/sftp-*.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -58,9 +58,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/05/08 14:22:15  glen
+- cleanup; adapter; verbose files
+- lang tag for french readme, no package of common gpl license
+- proper attrs for config files and binaries
+
 Revision 1.2  2010/05/07 12:10:24  mguevara
 - removed /usr/lib/debug/... from files
 
 Revision 1.1  2010/05/07 12:00:45  mguevara
 - initial package for MySecureShell
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysecureshell/mysecureshell.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list