rpms/httptunnel/F-8 httptunnel.spec,NONE,1.1

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Tue Jan 8 21:42:51 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/httptunnel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17213

Added Files:
	httptunnel.spec 
Log Message:
add files to branch


--- NEW FILE httptunnel.spec ---
Name:           httptunnel
Version:        3.3
Release:        4%{?dist}
Summary:        Tunnels a data stream in HTTP requests

Group:          Applications/Internet
License:        GPLv2
URL:            http://www.nocrew.org/software/httptunnel.html
#use debian repackage tarball, it doesn't include non-free documentation files
Source0:        http://ftp.de.debian.org/debian/pool/main/h/httptunnel/httptunnel_%{version}+dfsg.orig.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
HTTPTunnel creates a bidirectional virtual data stream tunnelled in
HTTP requests. The requests can be sent via a HTTP proxy if so desired.


%prep
%setup -q

recode()
{
        iconv -f "$2" -t utf-8 < "$1" > "${1}_"
        mv -f "${1}_" "$1"
}
recode AUTHORS iso-8859-15
recode ChangeLog iso-8859-15

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING DISCLAIMER FAQ HACKING NEWS README TODO
%{_bindir}/*
%{_mandir}/man?/*


%changelog
* Tue Dec 11 2007 Sindre Pedersen Bjørdal <foolish at guezz.net> 3.3-4
- move recode bits to %%prep
- Use debian tarball as upstream tarball, solves non-free docs issue
- add doc files
* Sun Nov 11 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 3.3-3
- Update License tag to GPLv2
- Make sure all files are encoded with UTF-8
* Wed Jun 06 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 3.3-2
- Fix incoherent version in changelog
* Mon May 07 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 3.3-1
- Initial build




More information about the fedora-extras-commits mailing list