View | Details | Raw Unified | Return to bug 8427
Collapse All | Expand All

(-)ppp.spec~ (-1 / +9 lines)
Lines 1-9 Link Here
1
Name: ppp
1
Name: ppp
2
%define snapshot 20031003
2
%define snapshot 20031003
3
Version: 2.4.2
3
Version: 2.4.2
4
Release: alt6
4
Release: alt6.1
5
5
6
%def_with radius
6
%def_with radius
7
%def_disable static
7
8
8
Summary: The PPP daemon and documentation
9
Summary: The PPP daemon and documentation
9
License: distributable
10
License: distributable
Lines 64-69 Group: System/Libraries Link Here
64
%package -n libradiusclient-devel
65
%package -n libradiusclient-devel
65
Summary: Development library and header files for building radiusclient-aware software
66
Summary: Development library and header files for building radiusclient-aware software
66
Group: Development/C
67
Group: Development/C
68
Requires: libradiusclient = %version-%release
67
69
68
%package -n libradiusclient-devel-static
70
%package -n libradiusclient-devel-static
69
Summary: Static library for building static radiusclient-aware software
71
Summary: Static library for building static radiusclient-aware software
Lines 225-235 done Link Here
225
%_libdir/*.so
227
%_libdir/*.so
226
%_includedir/radiusclient.h
228
%_includedir/radiusclient.h
227
229
230
%if_enabled static
228
%files -n libradiusclient-devel-static
231
%files -n libradiusclient-devel-static
229
%_libdir/*.a
232
%_libdir/*.a
233
%endif #static
230
%endif #radius
234
%endif #radius
231
235
232
%changelog
236
%changelog
237
* Sat Nov 05 2005 LAKostis <lakostis at altlinux.ru> 2.4.2-alt6.1
238
- add missing requires for libradiusclient-devel.
239
- disable -static build by default.
240
233
* Wed Mar 23 2005 Kachalov Anton <mouse@altlinux.ru> 2.4.2-alt6
241
* Wed Mar 23 2005 Kachalov Anton <mouse@altlinux.ru> 2.4.2-alt6
234
- enable Radius plugin
242
- enable Radius plugin
235
243

Return to bug 8427