From 589332b267fa708591f8488efeda4e4fe6eabe1f Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 24 Sep 2009 14:07:27 +0000 Subject: [PATCH] Split pptpsetup into subpackage to avoid perl dependency (#524972) --- pptp.spec | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/pptp.spec b/pptp.spec index 3239c11..4e8efba 100644 --- a/pptp.spec +++ b/pptp.spec @@ -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 Point-to-Point Tunneling 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 service providers. %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 1.7.2-8 +- Split pptpsetup into subpackage to avoid perl dependency (#524972) + * Sun Jul 26 2009 Fedora Release Engineering - 1.7.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild