File: ucspi-proxy-0.99.spec

package info (click to toggle)
ucspi-proxy 0.99-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 268 kB
  • sloc: ansic: 1,179; makefile: 51
file content (40 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: ucspi-proxy
Summary: Connection proxy for UCSPI tools
Version: 0.99
Release: 1
License: GPL
Group: Utilities/System
Source: http://untroubled.org/ucspi-proxy/ucspi-proxy-%{version}.tar.gz
BuildRoot: %{_tmppath}/ucspi-proxy-root
URL: http://untroubled.org/ucspi-proxy/
Packager: Bruce Guenter <bruce@untroubled.org>
BuildRequires: bglibs >= 1.025

%description
This package contains a proxy program that passes data back and forth
between two connections set up by a UCSPI server and a UCSPI client.

%prep
%setup

%build
echo "gcc $RPM_OPT_FLAGS" >conf-cc
echo "gcc $RPM_OPT_FLAGS -s" >conf-ld
echo %{_bindir} >conf-bin
echo %{_mandir} >conf-man
make

%install
rm -fr $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
make install install_prefix=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ANNOUNCEMENT COPYING NEWS README TODO
%{_bindir}/*
%{_mandir}/*/*