]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
- updated to 2.0.8
[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:        2.0.8
8 Release:        1
9 Copyright:      public domain
10 Group:          Base
11 Group(pl):      Podstawowe
12 Source:         %{name}-%{version}.tar.gz
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Buildarch:      noarch
15
16 %description
17 This package contains a number of very important configuration
18 and setup files, including the passwd, group, profile files, etc.
19
20 %description -l pl
21 Pakiet ten zawiera wiele bardzo wa¿nych plików konfiguracyjnych dla
22 twojego systemu.
23
24 %description -l de
25 Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien,
26 u.a. passwd-, group-, profile-Dateien usw.
27
28 %description -l fr
29 Ce paquetage contient un nombre de fichiers de configuration très
30 importants, comme passwd, group, les fichiers profile, etc.
31
32 %description -l tr
33 Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum dosyalarýný
34 içerir.
35
36 %prep
37 %setup  -q -n %{name}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 install -d $RPM_BUILD_ROOT
43
44 cp -a * $RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51
52 %dir /etc/profile.d
53 %attr(755,root,root) /etc/profile.d/*.sh
54 %attr(755,root,root) /etc/profile.d/*.csh
55 %config(noreplace) %verify(not md5 size mtime) /etc/passwd
56 %config(noreplace) %verify(not md5 size mtime) /etc/group
57 %config(noreplace) %verify(not md5 size mtime) /etc/services
58 %config(noreplace) %verify(not md5 size mtime) /etc/host.conf
59 %config(noreplace) %verify(not md5 size mtime) /etc/motd
60 %config(noreplace) %verify(not md5 size mtime) /etc/printcap
61 %config(noreplace) %verify(not md5 size mtime) /etc/profile
62 %config(noreplace) %verify(not md5 size mtime) /etc/protocols
63 %ghost /etc/shells
64
65 %attr(600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/secure*
This page took 0.096244 seconds and 4 git commands to generate.