File transconnect.spec of Package transconnect
#
# spec file for package transconnect (Version 1.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: transconnect
Version: 1.2
Release: 397
License: GPL v2 or later
Group: Productivity/Networking/Web/Proxy
Url: http://transconnect.sourceforge.net/
AutoReqProv: on
Summary: Allows you to access the internet through a HTTP proxy
Source: http://prdownloads.sourceforge.net/transconnect/%{name}-%{version}.tar.bz2
Source1: README.SuSE
Patch: %{name}-%{version}.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
TransConnect is a program to allow you almost complete access to the
internet through a HTTP proxy like squid.
Authors:
--------
Dwivedi, Ajay kumar <adwiv at yahoo dot com>
Binand Raj S. <binand at bombay dot retortsoft dot com>
%prep
%setup
%patch
cp -p $RPM_SOURCE_DIR/README.SuSE .
%build
make
%install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
install -D -m 755 tconn.so $RPM_BUILD_ROOT/%{_libdir}/tconn.so
%files
%defattr(-,root,root)
%{_libdir}/tconn.so
%doc Changelog COPYING INSTALL README README.SuSE tconn.conf
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Nov 22 2005 lmuelle@suse.de
- Fix two subscript out of range errors found by the Intel C compiler; bnc
[#134890]
- Fix one signedness warning.
* Tue Nov 08 2005 dmueller@suse.de
- don't build as root
* Fri Aug 16 2002 ro@suse.de
- removed empty post/postun scripts (#18007)
* Fri Jun 21 2002 ro@suse.de
- use -fPIC to build shared lib
* Fri Apr 19 2002 lmuelle@suse.de
- Initial SuSE package