]> git.pld-linux.org Git - packages/setup.git/blame - setup.spec
- against iana-etc 2.20 + PLD aliases
[packages/setup.git] / setup.spec
CommitLineData
86056b15 1#
bf515c7b
PG
2# TODO:
3# - make some README.PLD with system features description
86056b15 4#
96b2deb2 5%define iana_etc_ver 1.04
33031197 6%undefine with_ccache
0b6becf4 7#
f97bd99d 8Summary: Simple setup files
8551200d
ER
9Summary(de.UTF-8): Einfache Setup-Dateien
10Summary(es.UTF-8): Varios archivos básicos de configuración
11Summary(fr.UTF-8): Fichiers de configuration simples
12Summary(ja.UTF-8): サンプルセットアップファイル
13Summary(pl.UTF-8): Podstawowe pliki systemu Linux
14Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração
15Summary(tr.UTF-8): Basit kurulum dosyaları
f97bd99d 16Name: setup
673ec710
AG
17Version: 2.4.11
18Release: 1
bf515c7b 19License: Public Domain, partially BSD-like
f97bd99d 20Group: Base
a2b3dd01 21Source0: ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.bz2
673ec710 22# Source0-md5: 16589949b4c1b2ca3222a29e04f86f00
0b6becf4 23Source1: http://www.sethwklein.net/projects/iana-etc/downloads/iana-etc-%{iana_etc_ver}.tar.bz2
96b2deb2 24# Source1-md5: 9f769f7b2d0e519cf62dacb2b3b051d4
7cf4e42c 25Source2: %{name}-update-fstab.c
47f42bc8 26Source3: postshell.c
e73e012d
PG
27# This is source of non-iana changes in services file
28#Patch0: %{name}-services.patch
a6928fbf 29Patch0: %{name}-securetty.patch
33031197 30Patch1: %{name}-profile.env.patch
176c880b 31Patch2: %{name}-csync.patch
fe293510 32BuildRequires: dietlibc-static
36832d85 33BuildRequires: gawk
e23f948a 34Conflicts: FHS < 2.3
ee80b4de 35Conflicts: glibc < 6:2.4-4.1
c14440b1 36AutoReqProv: no
50ba189c 37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6be1ce2e 38
3d5c2a8f
PG
39%define _sbindir /sbin
40
6be1ce2e 41%description
7a8444bd
SZ
42This package contains a number of very important configuration and
43setup files, including the passwd, group, profile files, etc.
6be1ce2e 44
2f487416
JR
45%description -l de.UTF-8
46Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien, u.a.
a9f190e7 47passwd-, group-, profile-Dateien usw.
6be1ce2e 48
2f487416
JR
49%description -l es.UTF-8
50Este paquete contiene una variedad de archivos de configuración y
05f14211
TP
51setup muy importantes, incluyendo el passwd, group, archivos de
52"perfil", etc.
53
2f487416
JR
54%description -l fr.UTF-8
55Ce paquetage contient un nombre de fichiers de configuration très
6be1ce2e 56importants, comme passwd, group, les fichiers profile, etc.
57
2f487416
JR
58%description -l ja.UTF-8
59このsetupパッケージには、passwd, group, profile などの、
60重要なシステム設定ファイルが含まれてます。
05f14211 61
2f487416
JR
62%description -l pl.UTF-8
63Pakiet ten zawiera wiele bardzo ważnych plików konfiguracyjnych dla
a6f7ca8d 64Twojego systemu.
87946706 65
2f487416
JR
66%description -l pt_BR.UTF-8
67Este pacote contém uma variedade de arquivos de configuração e setup
ea4c6647
JB
68muito importantes, incluindo o passwd, group, arquivos de "perfil",
69etc.
d0944bc6 70
2f487416
JR
71%description -l tr.UTF-8
72Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum
73dosyalarını içerir.
d0944bc6 74
6be1ce2e 75%prep
0b6becf4 76%setup -q -a1
a6928fbf 77%patch0 -p1
33031197 78%patch1 -p1
176c880b 79%patch2 -p1
7cf4e42c 80install %{SOURCE2} update-fstab.c
47f42bc8 81install %{SOURCE3} postshell.c
bf515c7b
PG
82
83%build
36832d85 84%{__make} -C iana-etc-%{iana_etc_ver}
0b6becf4 85
bf515c7b 86%{__make} \
c1e81666 87 OPT_FLAGS="%{rpmcflags}" \
d3b7c683 88 LDFLAGS="%{rpmcflags} %{rpmldflags}" \
fe293510 89 CC="diet %{__cc}"
47f42bc8 90%{__make} postshell update-fstab \
91 OPT_FLAGS="%{rpmcflags} -Os" \
d3b7c683 92 LDFLAGS="%{rpmcflags} %{rpmldflags}" \
7cf4e42c 93 CC="diet %{__cc}"
6be1ce2e 94
95%install
797d0215 96rm -rf $RPM_BUILD_ROOT
93f8153d 97install -d $RPM_BUILD_ROOT%{_sysconfdir}/shrc.d
0b6becf4 98
bf515c7b
PG
99%{__make} install \
100 DESTDIR=$RPM_BUILD_ROOT
0b6becf4 101
47f42bc8 102install postshell $RPM_BUILD_ROOT%{_sbindir}
7cf4e42c 103install update-fstab $RPM_BUILD_ROOT%{_sbindir}
104
9310ed4f 105install iana-etc-%{iana_etc_ver}/protocols $RPM_BUILD_ROOT%{_sysconfdir}/protocols
e73e012d 106# don't overwrite files from setup tar-ball, fix it in original tar!
9310ed4f 107#install iana-etc-%{iana_etc_ver}/services $RPM_BUILD_ROOT%{_sysconfdir}/services
0b6becf4 108
6be1ce2e 109%clean
797d0215 110rm -rf $RPM_BUILD_ROOT
6be1ce2e 111
50ba189c 112%triggerpostun -p %{_sbindir}/joinpasswd -- %{name} < %{version}-%{release}
81b992a1 113
7cf4e42c 114%triggerin -p %{_sbindir}/update-fstab -- %{name} < 2.4.10-1
a2b3dd01 115
544edbb0
ER
116%post -p /sbin/postshell
117-/sbin/env-update -u
118
119%postun -p /sbin/postshell
120-/sbin/env-update -u
121
6be1ce2e 122%files
f97bd99d 123%defattr(644,root,root,755)
bf515c7b
PG
124%doc ChangeLog
125%attr(755,root,root) %{_sbindir}/joinpasswd
47f42bc8 126%attr(755,root,root) %{_sbindir}/postshell
7cf4e42c 127%attr(755,root,root) %{_sbindir}/update-fstab
c6c53392 128%attr(755,root,root) /etc/profile.d/*.sh
129%attr(755,root,root) /etc/profile.d/*.csh
bf515c7b 130%dir /etc/profile.d
9310ed4f 131%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/env.d/*
4db3fb34 132%dir %{_sysconfdir}/env.d
133%dir %{_sysconfdir}/shrc.d
9310ed4f
ER
134%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fstab
135%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/group
136%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/host.conf
137%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hosts
138%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/passwd
139%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/profile
140%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/protocols
9b899961 141%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/secure*
9310ed4f
ER
142%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/services
143%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/filesystems
144%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/motd
145%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/resolv.conf
bf515c7b 146%ghost %{_sysconfdir}/shells
This page took 0.16347 seconds and 4 git commands to generate.