rpms/pptp/devel pptp.spec,1.17,1.18

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 24 14:07:28 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/pptp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15531

Modified Files:
	pptp.spec 
Log Message:
Split pptpsetup into subpackage to avoid perl dependency (#524972)


Index: pptp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pptp/devel/pptp.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- pptp.spec	26 Jul 2009 19:21:32 -0000	1.17
+++ pptp.spec	24 Sep 2009 14:07:27 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		pptp
 Version:	1.7.2
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Point-to-Point Tunneling Protocol (PPTP) Client
 Group:		Applications/Internet
 License:	GPLv2+
@@ -20,6 +20,15 @@ Client for the proprietary Microsoft Poi
 Protocol, PPTP. Allows connection to a PPTP based VPN as used
 by employers and some cable and ADSL service providers.
 
+%package setup
+Summary:	PPTP Tunnel Configuration Script
+Group:		Applications/Internet
+Requires:	%{name} = %{version}-%{release}
+
+%description setup
+This package provides a simple configuration script for setting up PPTP
+tunnels.
+
 %prep
 %setup -q
 
@@ -62,15 +71,21 @@ by employers and some cable and ADSL ser
 %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING
 %doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY
 %{_sbindir}/pptp
-%{_sbindir}/pptpsetup
 %{_mandir}/man8/pptp.8*
-%{_mandir}/man8/pptpsetup.8*
 %dir %attr(750,root,root) %{_localstatedir}/run/pptp/
 # /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the
 # Fedora ppp package hardcodes the directory name
 %config(noreplace) /etc/ppp/options.pptp
 
+%files setup
+%defattr(-,root,root,-)
+%{_sbindir}/pptpsetup
+%{_mandir}/man8/pptpsetup.8*
+
 %changelog
+* Thu Sep 24 2009 Paul Howarth <paul at city-fan.org> 1.7.2-8
+- Split pptpsetup into subpackage to avoid perl dependency (#524972)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list