source: projects/specs/trunk/p/pptp/pptp-vl.spec @ 8073

Revision 8073, 4.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary:        Point-to-Point Tunneling Protocol (PPTP) Client
2Summary(ja):    Point-to-Point トンネリングプロトコル(PPTP)クライアント
3
4Name:           pptp
5Version:        1.8.0
6Release:        1%{?_dist_release}
7Group:          Applications/Internet
8License:        GPLv2+
9URL:            http://pptpclient.sourceforge.net/
10Source0:        http://downloads.sf.net/pptpclient/pptp-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12Requires:       ppp
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17%description
18Client for the proprietary Microsoft Point-to-Point Tunneling
19Protocol, PPTP. Allows connection to a PPTP based VPN as used
20by employers and some cable and ADSL service providers.
21
22%prep
23%setup -q
24
25%{__perl} -pi -e 's/install -o root -m 555 pptp/install -m 755 pptp/;' Makefile
26
27%build
28%{__make} %{?_smp_mflags} CFLAGS="-Wall %{optflags}" IP=/sbin/ip
29
30%install
31%{__rm} -rf %{buildroot}
32%{__make} DESTDIR=%{buildroot} install
33%{__install} -d -m 750 %{buildroot}%{_localstatedir}/run/pptp
34
35%clean
36%{__rm} -rf %{buildroot}
37
38%files
39%defattr(-,root,root,-)
40%doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING
41%doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY
42%{_sbindir}/pptp
43%{_sbindir}/pptpsetup
44%{_mandir}/man8/pptp.8*
45%{_mandir}/man8/pptpsetup.8*
46%dir %attr(750,root,root) %{_localstatedir}/run/pptp/
47# /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the
48# Fedora ppp package hardcodes the directory name
49%config(noreplace) /etc/ppp/options.pptp
50
51%changelog
52* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
53- new upstream release
54- remove old patches
55
56* Tue May 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  1.7.2-1
57- initial build for Vine Linux
58
59* Wed Mar 25 2009 Paul Howarth <paul@city-fan.org> 1.7.2-5
60- Retain permissions on /etc/ppp/chap-secrets when using pptpsetup (#492090)
61- Use upstream versions of patches
62- Re-enable parallel build; Makefile dependencies now fixed
63- Use perl rather than sed to edit Makefile, for spec compatibility with
64  ancient distro releases
65
66* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-4
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
68
69* Mon May 19 2008 Paul Howarth <paul@city-fan.org> 1.7.2-3
70- Add dependency on /sbin/ip
71- Disable parallel make - object files are missing dependency on config.h
72
73* Mon May 19 2008 Paul Howarth <paul@city-fan.org> 1.7.2-2
74- Use /sbin/ip, not /bin/ip for routing
75
76* Wed May 14 2008 Paul Howarth <paul@city-fan.org> 1.7.2-1
77- Update to 1.7.2
78- New script and manpage: pptpsetup
79- Add patch to remove reference to stropts.h, not shipped in F9 onwards
80
81* Wed Feb 13 2008 Paul Howarth <paul@city-fan.org> 1.7.1-4
82- Rebuild with gcc 4.3.0 for Fedora 9
83
84* Fri Aug 24 2007 Paul Howarth <paul@city-fan.org> 1.7.1-3
85- Change download URL from df.sf.net to downloads.sf.net
86- Expand tabs in spec
87- Clarify license as GPL version 2 or later
88
89* Wed Aug 30 2006 Paul Howarth <paul@city-fan.org> 1.7.1-2
90- FE6 mass rebuild
91
92* Mon Feb 13 2006 Paul Howarth <paul@city-fan.org> 1.7.1-1
93- new upstream version 1.7.1 (fixes #166394)
94- include new document PROTOCOL-SECURITY
95- cosmetic change: replace variables with macros
96
97* Wed Aug 10 2005 Paul Howarth <paul@city-fan.org> 1.7.0-2
98- own directory %%{_localstatedir}/run/pptp
99
100* Thu Jul 28 2005 Paul Howarth <paul@city-fan.org> 1.7.0-1
101- new upstream version 1.7.0
102- remove patch, included upstream
103- edit Makefile to prevent attempted chown in %%install
104- remove redundant %%attr tag in %%files
105- honour $RPM_OPT_FLAGS
106- ensure directories have correct permissions
107
108* Fri May 27 2005 Paul Howarth <paul@city-fan.org> 1.6.0-5
109- bump and rebuild
110
111* Tue May 17 2005 Paul Howarth <paul@city-fan.org> 1.6.0-4
112- rebuild with dist tags
113
114* Tue May 10 2005 Paul Howarth <paul@city-fan.org> 1.6.0-3
115- fix URL for SOURCE0 not to point to a specific sf.net mirror
116
117* Tue May 10 2005 Paul Howarth <paul@city-fan.org> 1.6.0-2
118- Weed out documentation useful only to developers
119- Add dist tag
120- Use full URL for SOURCE0
121- Fix permissions on %%{_sbindir}/pptp
122
123* Fri May  6 2005 Paul Howarth <paul@city-fan.org> 1.6.0-1
124- First build for Fedora Extras, based on upstream spec file
Note: See TracBrowser for help on using the repository browser.