[pptp-server] making rpm

Jim Roland jroland at roland.net
Fri Nov 16 19:22:05 CST 2001


What parameters are you passing to rpm?  To build a binary rpm, use rpm -bb
specfile (with any other opts)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jim Roland, RHCE (RedHat Certified Engineer)
Owner, Roland Internet Services
     "The four surefire rules for success:  Show up, Pay attention, Ask
questions, Don't quit."
        --Rob Gilbert, PH.D.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----- Original Message -----
From: "Murali K. Vemuri" <muralivemuri at multitech.co.in>
To: <pptp-server at lists.schulte.org>
Sent: Friday, November 16, 2001 8:16 AM
Subject: [pptp-server] making rpm


> 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
>


----------------------------------------------------------------------------
----


> 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
>
>
>


----------------------------------------------------------------------------
----


> 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