rpms/pptp/EL-5 pptp.spec,1.7,1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Apr 22 17:44:55 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/pptp/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1109

Modified Files:
	pptp.spec 
Log Message:
resync with devel


Index: pptp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/EL-5/pptp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pptp.spec	30 Aug 2006 07:38:38 -0000	1.7
+++ pptp.spec	22 Apr 2008 17:44:19 -0000	1.8
@@ -1,19 +1,17 @@
-Name:           pptp
-Version:        1.7.1
-Release:        2%{?dist}
-Summary:        Point-to-Point Tunneling Protocol (PPTP) Client
-
-Group:          Applications/Internet
-License:        GPL
-URL:            http://pptpclient.sourceforge.net/
-Source0:        http://dl.sf.net/pptpclient/pptp-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:       ppp >= 2.4.2
+Name:		pptp
+Version:	1.7.1
+Release:	4%{?dist}
+Summary:	Point-to-Point Tunneling Protocol (PPTP) Client
+Group:		Applications/Internet
+License:	GPLv2+
+URL:		http://pptpclient.sourceforge.net/
+Source0:	http://downloads.sf.net/pptpclient/pptp-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:	ppp >= 2.4.2
 
 %description
 Client for the proprietary Microsoft Point-to-Point Tunneling
-Protocol, PPTP.  Allows connection to a PPTP based VPN as used
+Protocol, PPTP. Allows connection to a PPTP based VPN as used
 by employers and some cable and ADSL service providers.
 
 %prep
@@ -32,17 +30,25 @@
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING
 %doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY
 %{_sbindir}/pptp
 %{_mandir}/man8/pptp.8*
-%dir %attr(750,root,root) %{_localstatedir}/run/pptp
+%dir %attr(750,root,root) %{_localstatedir}/run/pptp/
 # /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the
-# Fedora Core ppp package hardcodes the directory name
+# Fedora ppp package hardcodes the directory name
 %config(noreplace) /etc/ppp/options.pptp
 
 %changelog
+* Wed Feb 13 2008 Paul Howarth <paul at city-fan.org> 1.7.1-4
+- Rebuild with gcc 4.3.0 for Fedora 9
+
+* Fri Aug 24 2007 Paul Howarth <paul at city-fan.org> 1.7.1-3
+- Change download URL from df.sf.net to downloads.sf.net
+- Expand tabs in spec
+- Clarify license as GPL version 2 or later
+
 * Wed Aug 30 2006 Paul Howarth <paul at city-fan.org> 1.7.1-2
 - FE6 mass rebuild
 
@@ -52,7 +58,7 @@
 - cosmetic change: replace variables with macros
 
 * Wed Aug 10 2005 Paul Howarth <paul at city-fan.org> 1.7.0-2
-- own directory %{_localstatedir}/run/pptp
+- own directory %%{_localstatedir}/run/pptp
 
 * Thu Jul 28 2005 Paul Howarth <paul at city-fan.org> 1.7.0-1
 - new upstream version 1.7.0
@@ -75,7 +81,7 @@
 - Weed out documentation useful only to developers
 - Add dist tag
 - Use full URL for SOURCE0
-- Fix permissions on %{_sbindir}/pptp
+- Fix permissions on %%{_sbindir}/pptp
 
 * Fri May  6 2005 Paul Howarth <paul at city-fan.org> 1.6.0-1
 - First build for Fedora Extras, based on upstream spec file




More information about the scm-commits mailing list