rpms/scponly/devel scponly.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Thu Nov 3 16:06:34 UTC 2005


Author: wtogami

Update of /cvs/extras/rpms/scponly/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20685/devel

Modified Files:
	.cvsignore sources 
Added Files:
	scponly.spec 
Log Message:
auto-import scponly-4.1-6 on branch devel from scponly-4.1-6.src.rpm


--- NEW FILE scponly.spec ---
Summary: Restricted shell for ssh based file services
Name: scponly
Version: 4.1
Release: 6%{?dist}
License: BSD
Group: Applications/Internet
URL: http://sublimation.org/scponly/
Source: http://sublimation.org/scponly/scponly-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 

# Checks only for location of binaries
BuildRequires: openssh-clients >= 3.4

%description
scponly is an alternative 'shell' for system administrators 
who would like to provide access to remote users to both 
read and write local files without providing any remote 
execution priviledges. Functionally, it is best described 
as a wrapper to the "tried and true" ssh suite of applications. 

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags} \
	OPTS="%{optflags}"

%install
%{__rm} -rf %{buildroot}

# 
sed -i "s|%{_prefix}/local/|%{_prefix}/|g" scponly.8* INSTALL README
%{__install} -Dp -m0755 scponly %{buildroot}%{_bindir}/scponly
%{__install} -Dp -m0644 scponly.8 %{buildroot}%{_mandir}/man8/scponly.8

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(0644, root, root, 0755)
%doc AUTHOR CHANGELOG CONTRIB COPYING INSTALL README TODO
%defattr(-, root, root, 0755)
%doc %{_mandir}/man8/scponly.8*
%{_bindir}/scponly

%changelog
* Thu Nov 03 2005 Warren Togami <wtogami at redhat.com> - 4.1-6
- use macro in substitution

* Tue Nov 01 2005 Warren Togami <wtogami at redhat.com> - 4.1-5
- BSD license
- fix path to scponly binary in man and docs

* Mon Oct 31 2005 Warren Togami <wtogami at redhat.com> - 4.1-4
- fix doc permissions

* Fri Oct 28 2005 Warren Togami <wtogami at redhat.com> - 4.1-2
- various spec fixes (#171987)

* Fri Oct 28 2005 Warren Togami <wtogami at redhat.com> - 4.1-1
- Fedora

* Tue May 10 2005 Dag Wieers <dag at wwieers.com> - 4.1-1 - 3051+/dag
- Updated to release 4.1.

* Thu Mar 03 2005 Dag Wieers <dag at wwieers.com> - 4.0-1
- Initial package. (using DAR)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scponly/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Nov 2005 16:05:09 -0000	1.1
+++ .cvsignore	3 Nov 2005 16:06:31 -0000	1.2
@@ -0,0 +1 @@
+scponly-4.1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scponly/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Nov 2005 16:05:09 -0000	1.1
+++ sources	3 Nov 2005 16:06:32 -0000	1.2
@@ -0,0 +1 @@
+32e4b87dc46c78573010c1146e9744f0  scponly-4.1.tgz




More information about the fedora-extras-commits mailing list