]> git.pld-linux.org Git - SPECS.git/blob - mconfig.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / mconfig.spec
1 Summary:        Tool to configure the linux kernel
2 Summary(pl.UTF-8):      Narzędzie do konfiguracji jądra Linuksa
3 Name:           mconfig
4 Version:        0.20
5 Release:        3
6 License:        GPL
7 Group:          Base/Kernel
8 Source0:        ftp://ftp.kernel.org/pub/linux/kernel/people/hch/mconfig/%{name}-%{version}.tar.bz2
9 # Source0-md5:  72955d9a3f64ad6d75658474065a16b8
10 Patch0:         %{name}-no_curses.patch
11 URL:            ftp://ftp.openlinux.org/pub/people/hch/mconfig/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ncurses-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This tool is used to create configuration file for compiling a Linux
19 kernel. It offers various different modes.
20
21 %description -l pl.UTF-8
22 To narzędzie jest używane do tworzenia pliku konfiguracyjnego do
23 kompilacji jądra Linuksa. Oferuje różne dziwne tryby.
24
25 %prep
26 %setup -q -b 0
27 %patch0 -p1
28
29 %build
30 cp -f /usr/share/automake/{config.*,depcomp,missing} .
31 %{__aclocal}
32 %{__autoconf}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS NEWS README ChangeLog doc/CHANGES.mec doc/TODO.mec
47 %attr(755,root,root) %{_bindir}/mconfig
48 %{_mandir}/man1/*
This page took 1.651961 seconds and 3 git commands to generate.