[pptp-server] making rpm

Murali K. Vemuri muralivemuri at multitech.co.in
Fri Nov 16 08:16:00 CST 2001


hi all,

i was trying to make binary rpm of pptp server. version 1.0.1.
i am attaching the spec file i am using for generation of the rpm.
i am getting the source rpm but not the binary rpm.
can someone help me?
i am enclosing another spec file which i am using for ppp server 2.4.1
i have the same problem here also.
regs
murali krishna vemuri
-------------- next part --------------
Summary: PPTP Server
Name: pptpd
Version: 1.0.1
Release: 1
Copyright: GNU GPL
Group: services/net
Source: pptpd-1.0.1.tar.gz
Url: http://www.poptop.lineo.com/

%description
PPTP is a tunneling protocol to make a tunnels through the IP network.

%prep
rm -rf $RPM_BUILD_DIR/pptpd-1.0.1
zcat $RPM_SOURCE_DIR/pptpd-1.0.1.tar.gz | tar -xvf -

%setup
./configure

%build
make

%install
make install


-------------- next part --------------
Summary: PPP Daemon
Name: ppp
Version: 2.4.1
Release: 2
Copyright: GNU GPL
Group: Services/net
Source0: ppp-2.4.1.tar.gz

%Description
PPP is point to point protocol which is used for connecting to the internet.

%prep
rm -rf $RPM_BUILD_DIR/ppp-2.4.1
zcat $RPM_SOURCE_DIR/ppp-2.4.1.tar.gz | tar -xvf -

%setup
./configure

%build
make

%install
make install


More information about the pptp-server mailing list