]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
- added using CVS keywords in %changelog (for automating them).
[packages/setup.git] / setup.spec
1 Summary:        Simple setup files
2 Summary(de):    Einfache Setup-Dateien 
3 Summary(fr):    Fichiers de configuration simples
4 Summary(pl):    Podstawowe pliki systemu Linux
5 Summary(tr):    Basit kurulum dosyalarý
6 Name:           setup
7 Version:        1.9.6
8 Release:        2
9 Copyright:      public domain
10 Group:          Base
11 Group(pl):      Podstawowe
12 Source:         %{name}-%{version}.tar.bz2
13 Patch0:         %{name}.patch
14 Patch1:         %{name}-rootshell.patch
15 Patch2:         %{name}-icmp6.patch
16 Buildroot:      /tmp/%{name}-%{version}-root
17 Buildarch:      noarch
18
19 %description
20 This package contains a number of very important configuration
21 and setup files, including the passwd, group, profile files, etc.
22
23 %description -l pl
24 Pakiet ten zawiera wiele bardzo wa¿nych plików konfiguracyjnych dla
25 twojego systemu.
26
27 %description -l de
28 Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien,
29 u.a. passwd-, group-, profile-Dateien usw.
30
31 %description -l fr
32 Ce paquetage contient un nombre de fichiers de configuration très
33 importants, comme passwd, group, les fichiers profile, etc.
34
35 %description -l tr
36 Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum dosyalarýný
37 içerir.
38
39 %prep
40 %setup  -q -n %{name}
41 %patch0 -p1
42 %patch1 -p1
43 %patch2 -p1
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 install -d $RPM_BUILD_ROOT
49
50 cp -a * $RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57
58 %config(noreplace) %verify(not md5 size mtime) /etc/passwd
59 %config(noreplace) %verify(not md5 size mtime) /etc/group
60 %config(noreplace) %verify(not md5 size mtime) /etc/services
61 %config(noreplace) %verify(not md5 size mtime) /etc/host.conf
62 %config(noreplace) %verify(not md5 size mtime) /etc/motd
63 %config(noreplace) %verify(not md5 size mtime) /etc/printcap
64 %config(noreplace) %verify(not md5 size mtime) /etc/profile
65 %config(noreplace) %verify(not md5 size mtime) /etc/protocols
66
67 %attr(600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/secure*
This page took 0.035902 seconds and 4 git commands to generate.