]> git.pld-linux.org Git - packages/ppp.git/blob - ppp.spec
- updated to 2.4.6
[packages/ppp.git] / ppp.spec
1 # TODO:
2 # - check mppc patch
3 # - check if %{_libdir}/pppd/%{version} path is needed, if not drop the symlink
4
5 # Conditional build:
6 %bcond_without  pppoatm # without PPPoATM plugin (which requires kernel 2.4 and atm-devel)
7 %bcond_without  srp     # without SRP support
8 #
9 Summary:        ppp daemon package for Linux
10 Summary(de.UTF-8):      ppp-Dämonpaket für Linux
11 Summary(es.UTF-8):      Servidor ppp para Linux
12 Summary(fr.UTF-8):      Paquetage du démon ppp pour Linux
13 Summary(pl.UTF-8):      Demon PPP dla Linuksa
14 Summary(pt_BR.UTF-8):   Servidor ppp para Linux
15 Summary(ru.UTF-8):      Демон ppp
16 Summary(tr.UTF-8):      PPP sunucu süreci
17 Summary(zh_CN.UTF-8):   PPP 配置和管理软件包
18 Name:           ppp
19 Version:        2.4.6
20 Release:        1
21 Epoch:          3
22 License:        distributable
23 Group:          Networking/Daemons
24 Source0:        ftp://ftp.samba.org/pub/ppp/%{name}-%{version}.tar.gz
25 # Source0-md5:  3434d2cc9327167a0723aaaa8670083b
26 Source1:        %{name}.pamd
27 Source2:        %{name}.pon
28 Source3:        %{name}.poff
29 Source4:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
30 # Source4-md5:  3801b59005bef8f52856300fe3167a64
31 Source5:        %{name}.logrotate
32 Patch0:         %{name}-make.patch
33 Patch1:         %{name}-expect.patch
34 Patch2:         %{name}-debian_scripts.patch
35 Patch3:         %{name}-static.patch
36 Patch4:         %{name}-pidfile-owner.patch
37 Patch6:         %{name}-rp-pppoe-macaddr.patch
38 #Patch7:                http://public.planetmirror.com/pub/mppe/pppd-2.4.2-chapms-strip-domain.patch.gz
39 Patch7:         pppd-2.4.2-chapms-strip-domain.patch
40 Patch8:         %{name}-openssl.patch
41 Patch9:         %{name}-lib64.patch
42 #Patch10:       http://mppe-mppc.alphacron.de/%{name}-2.4.3-mppe-mppc-1.1.patch.gz
43 Patch10:        %{name}-2.4.3-mppe-mppc-1.1.patch
44 Patch11:        %{name}-ifpppstatsreq.patch
45 URL:            http://ppp.samba.org/
46 BuildRequires:  libpcap-devel >= 2:0.8.1
47 %{?with_pppoatm:BuildRequires:  linux-atm-devel}
48 # <linux/if_pppol2tp.h>
49 BuildRequires:  linux-libc-headers >= 7:2.6.23
50 BuildRequires:  openssl-devel
51 BuildRequires:  pam-devel
52 %{?with_srp:BuildRequires:      srp-devel}
53 Requires:       pam >= 0.77.3
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
56 %description
57 This is the daemon and documentation for PPP support. It requires a
58 kernel greater than 2.2.11 which is built with PPP support. The
59 default kernels include PPP support as a module. This version supports
60 IPv6, too.
61
62 %description -l de.UTF-8
63 Dies ist der Dämon und die Dokumentation für PPP-Support. Erfordert
64 einen Kernel höher als 2.2.11, der mit PPP-Support gebaut ist. Die
65 Standard-Kernel schließen PPP-Support als Modul ein. (IPv6)
66
67 %description -l es.UTF-8
68 Este es el servidor y la documentación para soporte PPP. Requiere un
69 kernel superior al 2.0.
70
71 %description -l fr.UTF-8
72 Ceci est le démon et la documentation pour le support PPP. Cela
73 réclame un noyau supérieur au 2.2.11 et construit avec le support PPP.
74
75 %description -l pl.UTF-8
76 Pakiet zawiera demona i dokumentację umożliwiającą korzystanie z
77 protokołu PPP. Wymaga jądra 2.2.11 - lub późniejszego - z wkompilowaną
78 obsługą protokołu PPP. Standardowe jądro z dystrybucji zawiera
79 wsparcie dla PPP skompilowane jako moduł. (IPv6)
80
81 %description -l pt_BR.UTF-8
82 Este é o servidor e a documentação para suporte PPP. Ele requer um
83 kernel superior ao 2.0.
84
85 %description -l ru.UTF-8
86 Демон, конфигурационные файлы и документация для поддержки PPP.
87
88 %description -l tr.UTF-8
89 Bu paket PPP desteği için belgeler ve sunucu sürecini içerir. Çekirdek
90 sürümünun 2.2.11'dan daha yüksek olmasını gerektirir.
91
92 %package plugin-devel
93 Summary:        Stuff needed to build plugins for pppd
94 Summary(pl.UTF-8):      Rzeczy potrzebne do budowania wtyczek dla pppd
95 Group:          Development/Libraries
96 # doesn't require base but enforce new version
97 Conflicts:      %{name} < %{epoch}:%{version}-%{release}
98
99 %description plugin-devel
100 Development files needed to build plugins for pppd.
101
102 %description plugin-devel -l pl.UTF-8
103 Pliki nagłówkowe potrzebne do budowania wtyczek dla pppd.
104
105 %package plugin-pppoatm
106 Summary:        PPPoATM plugin for pppd
107 Summary(pl.UTF-8):      Wtyczka PPPoATM dla pppd
108 Group:          Libraries
109 Requires:       %{name} = %{epoch}:%{version}-%{release}
110
111 %description plugin-pppoatm
112 PPPoATM plugin for pppd.
113
114 %description plugin-pppoatm -l pl.UTF-8
115 Wtyczka PPPoATM dla pppd.
116
117 %prep
118 %setup -q
119 %patch0 -p1
120 %patch1 -p1
121 %patch2 -p1
122 %patch3 -p1
123 %patch4 -p1
124 %patch6 -p1
125 %patch7 -p1
126 %patch8 -p1
127 %if "%{_lib}" == "lib64"
128 %patch9 -p1
129 %endif
130 %patch10 -p1
131 %patch11 -p1
132
133 # use headers from llh instead of older supplied by ppp, incompatible with current llh
134 %{__rm} include/linux/*.h
135
136 %build
137 # note: not autoconf configure
138 %configure
139 %{__make} \
140         %{?with_pppoatm:HAVE_LIBATM=y} \
141         USE_PAM=y \
142         %{?with_srp:USE_SRP=y} \
143         OPT_FLAGS="%{rpmcflags} %{rpmcppflags}" \
144         COPTS="%{rpmcflags} %{rpmcppflags}" \
145         OPTLDFLAGS="%{rpmldflags}" \
146         CC="%{__cc}"
147
148 %install
149 rm -rf $RPM_BUILD_ROOT
150 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/ppp/peers,/var/log} \
151         $RPM_BUILD_ROOT/etc/{pam.d,logrotate.d}
152
153 %{__make} install \
154         %{?with_pppoatm:HAVE_LIBATM=y} \
155         %{?with_srp:USE_SRP=y} \
156         DESTDIR=$RPM_BUILD_ROOT%{_prefix}
157
158 install -p %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/pon
159 install -p %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/poff
160 install -p debian/plog $RPM_BUILD_ROOT%{_bindir}
161
162 cp -p etc.ppp/chap-secrets $RPM_BUILD_ROOT%{_sysconfdir}/ppp
163 cp -p debian/pap-secrets $RPM_BUILD_ROOT%{_sysconfdir}/ppp
164 cp -p debian/options $RPM_BUILD_ROOT%{_sysconfdir}/ppp
165 cp -p debian/options.ttyXX $RPM_BUILD_ROOT%{_sysconfdir}/ppp
166
167 bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
168 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.ppp-non-english-man-pages
169
170 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/ppp
171 > $RPM_BUILD_ROOT/var/log/ppp.log
172
173 rm -f scripts/README
174
175 cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/ppp
176
177 cd $RPM_BUILD_ROOT%{_libdir}/pppd
178 v=$(echo %{version}*)
179 mv $v plugins
180 # not sure which path used, keep the old path for compat
181 ln -s plugins $v
182
183 %clean
184 rm -rf $RPM_BUILD_ROOT
185
186 %pretrans
187 # %{version} used to be directory
188 if [ -d %{_libdir}/pppd/%{version} -a ! -L %{_libdir}/pppd/%{version} ]; then
189         set -e
190         rm -f %{_libdir}/pppd/plugins
191         mv %{_libdir}/pppd/{%{version},plugins}
192         ln -sn plugins %{_libdir}/pppd/%{version}
193 fi
194
195 %files
196 %defattr(644,root,root,755)
197 %doc README.linux debian/README.debian scripts
198 %doc debian/win95.ppp README.MSCHAP8* FAQ debian/ppp-2.3.0.STATIC.README
199 %doc README.MPPE README.pppoe README.cbcp README.pwfd
200 %attr(755,root,root) %{_bindir}/plog
201 %attr(755,root,root) %{_bindir}/poff
202 %attr(755,root,root) %{_bindir}/pon
203 %attr(755,root,root) %{_sbindir}/chat
204 %attr(755,root,root) %{_sbindir}/pppd
205 %attr(755,root,root) %{_sbindir}/pppdump
206 %attr(755,root,root) %{_sbindir}/pppoe-discovery
207 %attr(755,root,root) %{_sbindir}/pppstats
208 %{?with_srp:%attr(755,root,root) %{_sbindir}/srp-entry}
209 %dir %{_libdir}/pppd
210 %dir %{_libdir}/pppd/plugins
211 %attr(755,root,root) %{_libdir}/pppd/plugins/minconn.so
212 %attr(755,root,root) %{_libdir}/pppd/plugins/openl2tp.so
213 %attr(755,root,root) %{_libdir}/pppd/plugins/pppol2tp.so
214 %attr(755,root,root) %{_libdir}/pppd/plugins/passprompt.so
215 %attr(755,root,root) %{_libdir}/pppd/plugins/passwordfd.so
216 %attr(755,root,root) %{_libdir}/pppd/plugins/rp-pppoe.so
217 %attr(755,root,root) %{_libdir}/pppd/plugins/radattr.so
218 %attr(755,root,root) %{_libdir}/pppd/plugins/radius.so
219 %attr(755,root,root) %{_libdir}/pppd/plugins/radrealms.so
220 %attr(755,root,root) %{_libdir}/pppd/plugins/winbind.so
221
222 # TODO: legacy, try to drop
223 %{_libdir}/pppd/%{version}
224
225 %{_mandir}/man8/chat.8*
226 %{_mandir}/man8/pppd.8*
227 %{_mandir}/man8/pppd-radattr.8*
228 %{_mandir}/man8/pppd-radius.8*
229 %{_mandir}/man8/pppdump.8*
230 %{_mandir}/man8/pppstats.8*
231 %lang(fr) %{_mandir}/fr/man8/*
232 %lang(ja) %{_mandir}/ja/man8/*
233 %lang(ko) %{_mandir}/ko/man8/*
234 %lang(pl) %{_mandir}/pl/man8/*
235
236 %attr(600,root,root) %config(missingok,noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ppp/chap-secrets
237 %attr(600,root,root) %config(missingok,noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ppp/pap-secrets
238 %config(missingok,noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ppp/options
239 %config(missingok,noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ppp/options.ttyXX
240 %dir %{_sysconfdir}/ppp/peers
241 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/ppp
242 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/ppp
243 %attr(640,root,root) %ghost /var/log/ppp.log
244
245 %files plugin-devel
246 %defattr(644,root,root,755)
247 %{_includedir}/pppd
248
249 %if %{with pppoatm}
250 %files plugin-pppoatm
251 %defattr(644,root,root,755)
252 %attr(755,root,root) %{_libdir}/pppd/plugins/pppoatm.so
253 %endif
This page took 0.092013 seconds and 3 git commands to generate.