- new upstream version 1.7.1 (fixes #166394)

- include new document PROTOCOL-SECURITY
- cosmetic change: replace variables with macros
This commit is contained in:
Paul Howarth 2006-02-13 12:46:24 +00:00
parent d7054f6aec
commit 9dcd747500
3 changed files with 15 additions and 10 deletions

View File

@ -1 +1 @@
pptp-1.7.0.tar.gz
pptp-1.7.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: pptp
Version: 1.7.0
Release: 2%{?dist}
Version: 1.7.1
Release: 1%{?dist}
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
Group: Applications/Internet
@ -21,20 +21,20 @@ by employers and some cable and ADSL service providers.
%{__sed} -i -e 's/install -o root -m 555 pptp/install -m 755 pptp/' Makefile
%build
%{__make} %{?_smp_mflags} CFLAGS="-Wall $RPM_OPT_FLAGS"
%{__make} %{?_smp_mflags} CFLAGS="-Wall %{optflags}"
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} DESTDIR=$RPM_BUILD_ROOT install
%{__install} -d -m 750 $RPM_BUILD_ROOT%{_localstatedir}/run/pptp
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__install} -d -m 750 %{buildroot}%{_localstatedir}/run/pptp
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING
%doc ChangeLog Documentation/DESIGN.PPTP
%doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY
%{_sbindir}/pptp
%{_mandir}/man8/pptp.8*
%dir %attr(750,root,root) %{_localstatedir}/run/pptp
@ -43,6 +43,11 @@ by employers and some cable and ADSL service providers.
%config(noreplace) /etc/ppp/options.pptp
%changelog
* Mon Feb 13 2006 Paul Howarth <paul@city-fan.org> 1.7.1-1
- new upstream version 1.7.1 (fixes #166394)
- include new document PROTOCOL-SECURITY
- cosmetic change: replace variables with macros
* Wed Aug 10 2005 Paul Howarth <paul@city-fan.org> 1.7.0-2
- own directory %{_localstatedir}/run/pptp

View File

@ -1 +1 @@
0bc7dbd1c265e4263008fa7883de58dd pptp-1.7.0.tar.gz
b47735ba5d6d37dfdbccb85afc044ede pptp-1.7.1.tar.gz