rpms/proxytunnel/devel import.log, NONE, 1.1 proxytunnel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

lystor lystor at fedoraproject.org
Thu Apr 29 16:09:52 UTC 2010


Author: lystor

Update of /cvs/pkgs/rpms/proxytunnel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7788/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log proxytunnel.spec 
Log Message:
Initial import (#566408).



--- NEW FILE import.log ---
proxytunnel-1_9_0-4_fc12:HEAD:proxytunnel-1.9.0-4.fc12.src.rpm:1272557308


--- NEW FILE proxytunnel.spec ---
Name:           proxytunnel
Version:        1.9.0
Release:        4%{?dist}
Summary:        Tool to tunnel a connection through an standard HTTP(S) proxy
Group:          Applications/Internet
License:        GPLv2+ and BSD and MIT
URL:            http://proxytunnel.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  openssl-devel


%description
ProxyTunnel is a program that connects stdin and stdout to a server somewhere 
on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH
sessions through HTTP(S) proxies.
Proxytunnel can currently do the following:
    * Create tunnels using HTTP and HTTPS proxies (That understand the HTTP 
      CONNECT command).
    * Work as a back-end driver for an OpenSSH client, and create SSH
      connections through HTTP(S) proxies.
    * Work as a stand-alone application, listening on a port for connections, 
      and then tunneling these connections to a specified destination. 


%prep
%setup -q

# Fix permissions
chmod 644 CHANGES

# Convert docs to UTF-8
for f in CHANGES proxytunnel.1; do
    iconv -f iso-8859-1 -t utf-8 $f > $f.tmp
    touch -r $f $f.tmp
    mv -f $f.tmp $f
done


%build
make %{?_smp_mflags} CFLAGS="%{optflags}"


%install
rm -rf %{buildroot}
make install PREFIX=%{_prefix} DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGES CREDITS KNOWN_ISSUES LICENSE.txt README RELNOTES TODO
%{_bindir}/proxytunnel
%{_mandir}/man1/proxytunnel.1*


%changelog
* Fri Apr 09 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.9.0-4
- Fix Source0
- Fix man dir

* Wed Apr 07 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.9.0-3
- Fix the license

* Sat Mar 13 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.9.0-2
- Fix the summary
- Replace generally useful macros by regular commands
- Preserve timestamps of documentation files

* Thu Feb 11 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.9.0-1
- Initial package build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/proxytunnel/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 Apr 2010 01:50:45 -0000	1.1
+++ .cvsignore	29 Apr 2010 16:09:51 -0000	1.2
@@ -0,0 +1 @@
+proxytunnel-1.9.0.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/proxytunnel/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 Apr 2010 01:50:46 -0000	1.1
+++ sources	29 Apr 2010 16:09:52 -0000	1.2
@@ -0,0 +1 @@
+d74472b89c3f3b3b0abf6bd809ae34c2  proxytunnel-1.9.0.tgz



More information about the scm-commits mailing list