rpms/pptp/FC-3 pptp.spec,1.4,1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Aug 10 13:42:37 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/pptp/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30917

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



Index: pptp.spec
===================================================================
RCS file: /cvs/extras/rpms/pptp/FC-3/pptp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pptp.spec	28 Jul 2005 15:42:39 -0000	1.4
+++ pptp.spec	10 Aug 2005 13:42:35 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           pptp
 Version:        1.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Point-to-Point Tunneling Protocol (PPTP) Client
 
 Group:          Applications/Internet
@@ -26,6 +26,7 @@
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__install} -d -m 750 $RPM_BUILD_ROOT%{_localstatedir}/run/pptp
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -36,11 +37,15 @@
 %doc ChangeLog Documentation/DESIGN.PPTP
 %{_sbindir}/pptp
 %{_mandir}/man8/pptp.8*
+%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
+* Wed Aug 10 2005 Paul Howarth <paul at city-fan.org> 1.7.0-2
+- 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
 - remove patch, included upstream




More information about the scm-commits mailing list