]> git.pld-linux.org Git - packages/isdn4k-utils.git/blob - isdn4k-utils.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/isdn4k-utils.git] / isdn4k-utils.spec
1 Summary:        Utilities for the kernel ISDN-subsystem
2 Summary(pl):    U¿ytki dla podsystemu ISDN j±dra
3 Name:           isdn4k-utils
4 Version:        0112071200
5 Release:        3
6 License:        distributable
7 Group:          Applications/Communications
8 Source0:        %{name}-%{version}.tar.gz
9 Source1:        %{name}.config
10 Patch0:         %{name}-Makefiles.patch
11 URL:            http://www.franken.de/ftp/pub/isdn4linux/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _sbindir        /sbin
15
16 %description
17 Utilities for the kernel ISDN-subsystem and some contributions.
18 %description -l pl
19 U¿ytki dla podsystemu ISDN j±dra.
20
21 %prep
22 %setup0 -q
23 %patch0 -p1
24
25
26
27 %build
28 cp %{SOURCE1} .config
29 %{__make} OPTIM="%{rpmcflags}" subconfig
30 %{__make} CFLAGS="%{rpmcflags}"
31
32
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 #%{__make} devices
38
39 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/isdn,%{_sbindir},%{_bindir},/var/lock/isdn,%{_libdir},%{_includedir}} $RPM_BUILD_ROOT{/usr/X11R6/lib/X11/app-defaults} $RPM_BUILD_ROOT%{_mandir}/{man1,man2,man3,man4,man5,man6,man7,man8}
40
41 %{__make} DESTDIR=$RPM_BUILD_ROOT install
42
43 #install isdnlog/isdnrep/isdnrep.1 $RPM_BUILD_ROOT%{_mandir}/man1
44 #install isdnlog/isdnlog/isdnlog.8 $RPM_BUILD_ROOT%{_mandir}/man8
45 #echo ".so ttyI.4" > $RPM_BUILD_ROOT%{_mandir}/man4/cui.4
46
47 gzip -9nf COPYING README
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING.gz README.gz 
55 %dir /var/lock/isdn
56
57 %dir %{_sysconfdir}/isdn
58 %config %{_sysconfdir}/isdn/*
59
60
61 %attr(755,root,root) %{_sbindir}/*
62
63 /usr/X11R6/lib/X11/app-defaults/XISDNLoad
64
65 %attr(755,root,root) %{_bindir}/*
66
67
68 #%dir %{_libdir}/isdn
69 %{_libdir}/*
70
71 #%{_libdir}/isdn/*
72 #%{_libdir}/vbox
73
74 %{_mandir}/*
This page took 0.077755 seconds and 4 git commands to generate.