]> git.pld-linux.org Git - SPECS.git/blob - ketchup.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / ketchup.spec
1 Summary:        Update utility for Linux kernel sources
2 Summary(pl.UTF-8):      Narzędzie do uaktualniania źródeł jądra Linuksa
3 Name:           ketchup
4 Version:        0.9.8
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.selenic.com/ketchup/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6fbe53beac455245e1e8ae92acdccbcc
10 Patch0:         %{name}-ck.patch
11 URL:            http://www.selenic.com/ketchup/wiki/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This utility can update (or install) Linux kernel sources
16 automatically. It can search for the newest kernel in numerous trees
17 (vanilla, rc, tiny, mm, mjb, etc.).
18
19 It can also automatically download the needed patches (and apply them)
20 to create the newest repository from an old one.
21
22 %description -l pl.UTF-8
23 To narzędzie potrafi automatycznie uaktualniać (lub instalować) źródła
24 jądra Linuksa. Może szukać najnowszego jądra w różnych drzewach
25 (vanilla, rc, tiny, mm, mjb itp.).
26
27 Potrafi także automatycznie ściągać potrzebne łaty (i nakładać je),
28 aby stworzyć najnowsze repozytorium ze starszego.
29
30 %prep
31 %setup -qc
32 %patch0 -p1
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}}
37
38 install ketchup $RPM_BUILD_ROOT%{_bindir}
39 cp -a ketchup.1 $RPM_BUILD_ROOT%{_mandir}/man1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc contrib
47 %attr(755,root,root) %{_bindir}/ketchup
48 %{_mandir}/man1/ketchup.1*
This page took 0.222865 seconds and 3 git commands to generate.