- own directory %{_localstatedir}/run/pptp

This commit is contained in:
Paul Howarth 2005-08-10 13:41:34 +00:00
parent 428f15612f
commit d7054f6aec

View File

@ -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 @@ by employers and some cable and ADSL service providers.
%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 @@ by employers and some cable and ADSL service providers.
%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@city-fan.org> 1.7.0-2
- own directory %{_localstatedir}/run/pptp
* Thu Jul 28 2005 Paul Howarth <paul@city-fan.org> 1.7.0-1
- new upstream version 1.7.0
- remove patch, included upstream