- include new document PROTOCOL-SECURITY - cosmetic change: replace variables with macros
79 lines
2.5 KiB
RPMSpec
79 lines
2.5 KiB
RPMSpec
Name: pptp
|
|
Version: 1.7.1
|
|
Release: 1%{?dist}
|
|
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
|
|
|
|
Group: Applications/Internet
|
|
License: GPL
|
|
URL: http://pptpclient.sourceforge.net/
|
|
Source0: http://dl.sf.net/pptpclient/pptp-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: ppp >= 2.4.2
|
|
|
|
%description
|
|
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.
|
|
|
|
%prep
|
|
%setup -q
|
|
%{__sed} -i -e 's/install -o root -m 555 pptp/install -m 755 pptp/' Makefile
|
|
|
|
%build
|
|
%{__make} %{?_smp_mflags} CFLAGS="-Wall %{optflags}"
|
|
|
|
%install
|
|
%{__rm} -rf %{buildroot}
|
|
%{__make} DESTDIR=%{buildroot} install
|
|
%{__install} -d -m 750 %{buildroot}%{_localstatedir}/run/pptp
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,0755)
|
|
%doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING
|
|
%doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY
|
|
%{_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
|
|
* 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
|
|
|
|
* Thu Jul 28 2005 Paul Howarth <paul@city-fan.org> 1.7.0-1
|
|
- new upstream version 1.7.0
|
|
- remove patch, included upstream
|
|
- edit Makefile to prevent attempted chown in %%install
|
|
- remove redundant %%attr tag in %%files
|
|
- honour $RPM_OPT_FLAGS
|
|
- ensure directories have correct permissions
|
|
|
|
* Fri May 27 2005 Paul Howarth <paul@city-fan.org> 1.6.0-5
|
|
- bump and rebuild
|
|
|
|
* Tue May 17 2005 Paul Howarth <paul@city-fan.org> 1.6.0-4
|
|
- rebuild with dist tags
|
|
|
|
* Tue May 10 2005 Paul Howarth <paul@city-fan.org> 1.6.0-3
|
|
- fix URL for SOURCE0 not to point to a specific sf.net mirror
|
|
|
|
* Tue May 10 2005 Paul Howarth <paul@city-fan.org> 1.6.0-2
|
|
- Weed out documentation useful only to developers
|
|
- Add dist tag
|
|
- Use full URL for SOURCE0
|
|
- Fix permissions on %{_sbindir}/pptp
|
|
|
|
* Fri May 6 2005 Paul Howarth <paul@city-fan.org> 1.6.0-1
|
|
- First build for Fedora Extras, based on upstream spec file
|