Author: glen Date: Wed Jan 14 21:58:24 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - remove bashism from tconn script; rel 1
---- Files affected: SPECS: transconnect.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/transconnect.spec diff -u SPECS/transconnect.spec:1.1 SPECS/transconnect.spec:1.2 --- SPECS/transconnect.spec:1.1 Wed Jan 14 22:24:47 2009 +++ SPECS/transconnect.spec Wed Jan 14 22:58:19 2009 @@ -6,14 +6,13 @@ # till end of days. Summary: A function imposter to allow transparent connection over HTTPS proxies Version: 1.3 -Release: 0.1 +Release: 1 License: GPL Group: Applications/Networking URL: http://transconnect.sourceforge.net/ Source0: http://dl.sourceforge.net/transconnect/%{name}-%{version}-Beta.tar.gz # Source0-md5: 50f75731e610fce00803cc7d98b301fd -Source1: http://ensc.de/fedora/transconnect/tconn -# Source1-md5: 625d6208360474a0488bbca22bf48546 +Source1: tconn Patch0: %{name}-fixup.patch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -31,7 +30,7 @@ for i in localres tcpdns localtcp; do %{__make} CFLAGS="%{rpmcflags} -fPIC" CC="%{__cc}" "$i" mv tconn.so tconn-$i.so - make clean + %{__make} clean done %{__make} CFLAGS="%{rpmcflags} -fPIC" CC="%{__cc}" @@ -39,7 +38,7 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir}} -install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir} +install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir} install -p tconn*.so $RPM_BUILD_ROOT%{_libdir} %clean @@ -60,5 +59,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/01/14 21:58:19 glen +- remove bashism from tconn script; rel 1 + Revision 1.1 2009/01/14 21:24:47 glen - new, based on http://ensc.de/fedora/transconnect/transconnect.spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/transconnect.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
