rpms/pptp/devel pptp.spec,1.7,1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Aug 24 12:52:02 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/pptp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25340

Modified Files:
	pptp.spec 
Log Message:
Update download URL, clarify license


Index: pptp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/devel/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	24 Aug 2007 12:51:30 -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:	3%{?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,22 @@
 %{__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
 %config(noreplace) /etc/ppp/options.pptp
 
 %changelog
+* 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 +55,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 +78,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 fedora-extras-commits mailing list