]> git.pld-linux.org Git - packages/pptpd.git/commitdiff
- partialy rewrited (NFY).
authorkloczek <kloczek@pld-linux.org>
Sat, 26 Jun 1999 13:18:28 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pptpd.spec -> 1.2

pptpd.spec

index a317bbf4530af857a5984eb00e09373a3f32bbda..07b95baa8db2370d0d41f431b0bc5d8ad57c17aa 100644 (file)
@@ -1,36 +1,39 @@
-Summary: Serves out PPTP connections
-Name: pptpd
-Version: 0.8.13
-Release: 1
-Copyright: GPL
-Group: Utilities/System
-Source: http://www.moretonbay.com/vpn/pptpd-0.8.4.tgz
-vendor: Matthew Ramsay http://www.moretonbay.com/vpn/pptp.html
-packager: Allan's Package-O-Matic Blenderfier
+Summary:       Serves out PPTP connections
+Name:          pptpd
+Version:       0.9.2
+Release:       1
+Copyright:     GPL
+Group:         Utilities/System
+Vendor:                Matthew Ramsay http://www.moretonbay.com/vpn/pptp.html
+Source:                http://www.moretonbay.com/vpn/pptpd-0.8.4.tgz
+BuildRoot:     /tmp/%{version}-%{name}-root
+
 %description
-PPTPd, Point-to-Point Tunnelling Protocol Daemon, offers out connections
-to pptp clients to become virtual members of the IP pool owned by the pptp
-server.  In effect, these clients become virtual members of the local
+PPTPd, Point-to-Point Tunnelling Protocol Daemon, offers out connections to
+pptp clients to become virtual members of the IP pool owned by the pptp
+server. In effect, these clients become virtual members of the local
 subnet, regardless of what their real IP address is.  A tunnel is built
-between the pptp server and client, and packets from the subnet are
-wrapped and passed between server and client similar to other C/S
-protocols.
+between the pptp server and client, and packets from the subnet are wrapped
+and passed between server and client similar to other C/S protocols.
 
 %prep
-%setup -c pptpd-%{PACKAGE_VERSION} -T
-TAG=`echo %{PACKAGE_VERSION} | sed -e 's/\./_/g'`
-cd .. && cvs -d :pserver:anoncvs@cvs.pptpd.wonderland.org:/cvs/pptpd export -r PPTPD_$TAG -d pptpd-%{PACKAGE_VERSION} -f pptpd
+%setup -q
 
 %build
 ./configure
 make 
 
 %install
+rm -rf $RPM_BUILD_ROOT
+
 make install
-install -m 0644 samples/pptpd.conf /etc/pptpd.conf
+install samples/pptpd.conf /etc/pptpd.conf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %doc AUTHORS COPYING INSTALL README TODO html samples
-/usr/local/bin/pptpd
-/usr/local/bin/pptpctrl
+/usr/bin/pptpd
+/usr/bin/pptpctrl
 /etc/pptpd.conf
This page took 0.105167 seconds and 4 git commands to generate.