2007-01-15 23:39:38 +00:00
|
|
|
#
|
2014-03-09 19:27:31 +00:00
|
|
|
# spec file for package transconnect
|
2007-01-15 23:39:38 +00:00
|
|
|
#
|
2024-06-02 10:03:42 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2007-01-15 23:39:38 +00:00
|
|
|
#
|
2009-06-17 22:30:10 +00:00
|
|
|
# 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.
|
|
|
|
|
|
2024-06-02 10:03:42 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:39:38 +00:00
|
|
|
#
|
|
|
|
|
|
2009-06-17 22:30:10 +00:00
|
|
|
|
|
|
|
|
Name: transconnect
|
|
|
|
|
Version: 1.2
|
2014-03-09 19:27:31 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Allows you to access the internet through a HTTP proxy
|
2024-06-02 10:03:42 +00:00
|
|
|
License: GPL-2.0-or-later
|
2009-06-17 22:30:10 +00:00
|
|
|
Group: Productivity/Networking/Web/Proxy
|
2024-06-02 10:03:42 +00:00
|
|
|
URL: http://transconnect.sourceforge.net/
|
2014-03-09 19:27:31 +00:00
|
|
|
Source0: http://prdownloads.sourceforge.net/transconnect/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: README.SUSE
|
|
|
|
|
Patch0: %{name}-%{version}.dif
|
2025-07-14 10:25:44 +00:00
|
|
|
# fix build with gcc15
|
|
|
|
|
Patch1: transconnect-gcc15.patch
|
2009-06-17 22:30:10 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:39:38 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
TransConnect is a program to allow you almost complete access to the
|
|
|
|
|
internet through a HTTP proxy like squid.
|
|
|
|
|
|
|
|
|
|
%prep
|
2025-07-14 10:25:44 +00:00
|
|
|
%autosetup -p1
|
2014-03-09 19:27:31 +00:00
|
|
|
cp %{SOURCE1} .
|
2007-01-15 23:39:38 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
2014-03-09 19:27:31 +00:00
|
|
|
install -D -m 755 tconn.so %{buildroot}%{_libdir}/tconn.so
|
2007-01-15 23:39:38 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/tconn.so
|
2014-03-09 19:27:31 +00:00
|
|
|
%doc AUTHORS Changelog COPYING README README.SUSE tconn.conf
|
2007-01-15 23:39:38 +00:00
|
|
|
|
2009-06-17 22:30:10 +00:00
|
|
|
%changelog
|