]> git.pld-linux.org Git - packages/setup.git/blame - setup.spec
- i love broken comment parsing
[packages/setup.git] / setup.spec
CommitLineData
86056b15 1#
bf515c7b
PG
2# TODO:
3# - make some README.PLD with system features description
86056b15 4#
d0a84d4c 5%define iana_etc_ver 2.20
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
778eea73 17Version: 2.6.2
7ca1d2c2 18Release: 2
bf515c7b 19License: Public Domain, partially BSD-like
f97bd99d 20Group: Base
a2b3dd01 21Source0: ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.bz2
778eea73 22# Source0-md5: ebd20f3ea4d766cfe16d2abf253224ac
d0a84d4c
JB
23Source1: http://sethwklein.net/projects/iana-etc/downloads/iana-etc-%{iana_etc_ver}.tar.bz2
24# Source1-md5: 51d584b7b6115528c21e8ea32250f2b1
39438d8e 25Patch0: %{name}-iana-etc.patch
d0a84d4c 26# This is source of non-iana changes in services file
39438d8e
ER
27Patch1: %{name}-services.patch
28AutoReqProv: no
fe293510 29BuildRequires: dietlibc-static
36832d85 30BuildRequires: gawk
39438d8e 31Provides: group(fuse)
e23f948a 32Conflicts: FHS < 2.3
2b40f793 33Conflicts: PowerChutePlus < 4.5.3-2
ee80b4de 34Conflicts: glibc < 6:2.4-4.1
f1b9589b
JR
35# tape,dialout and cdrom groups support
36Conflicts: dev < 3.4-4
37Conflicts: udev < 1:138-5
50ba189c 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6be1ce2e 39
3d5c2a8f
PG
40%define _sbindir /sbin
41
6be1ce2e 42%description
7a8444bd
SZ
43This package contains a number of very important configuration and
44setup files, including the passwd, group, profile files, etc.
6be1ce2e 45
2f487416
JR
46%description -l de.UTF-8
47Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien, u.a.
a9f190e7 48passwd-, group-, profile-Dateien usw.
6be1ce2e 49
2f487416
JR
50%description -l es.UTF-8
51Este paquete contiene una variedad de archivos de configuración y
05f14211
TP
52setup muy importantes, incluyendo el passwd, group, archivos de
53"perfil", etc.
54
2f487416
JR
55%description -l fr.UTF-8
56Ce paquetage contient un nombre de fichiers de configuration très
6be1ce2e 57importants, comme passwd, group, les fichiers profile, etc.
58
2f487416
JR
59%description -l ja.UTF-8
60このsetupパッケージには、passwd, group, profile などの、
61重要なシステム設定ファイルが含まれてます。
05f14211 62
2f487416
JR
63%description -l pl.UTF-8
64Pakiet ten zawiera wiele bardzo ważnych plików konfiguracyjnych dla
a6f7ca8d 65Twojego systemu.
87946706 66
2f487416
JR
67%description -l pt_BR.UTF-8
68Este pacote contém uma variedade de arquivos de configuração e setup
ea4c6647
JB
69muito importantes, incluindo o passwd, group, arquivos de "perfil",
70etc.
d0944bc6 71
2f487416
JR
72%description -l tr.UTF-8
73Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum
74dosyalarını içerir.
d0944bc6 75
6be1ce2e 76%prep
0b6becf4 77%setup -q -a1
a6928fbf 78%patch0 -p1
150c6f35 79mv iana-etc{-%{iana_etc_ver},}
bf515c7b
PG
80
81%build
150c6f35
ER
82%{__make} -C iana-etc
83%{__patch} iana-etc/services %{PATCH1}
84
85# kill trailing spaces/tabs
86%{__sed} -i -e 's,[ \t]\+$,,' iana-etc/services
0b6becf4 87
bf515c7b 88%{__make} \
c1e81666 89 OPT_FLAGS="%{rpmcflags}" \
d3b7c683 90 LDFLAGS="%{rpmcflags} %{rpmldflags}" \
fe293510 91 CC="diet %{__cc}"
6be1ce2e 92
93%install
797d0215 94rm -rf $RPM_BUILD_ROOT
93f8153d 95install -d $RPM_BUILD_ROOT%{_sysconfdir}/shrc.d
0b6becf4 96
bf515c7b
PG
97%{__make} install \
98 DESTDIR=$RPM_BUILD_ROOT
0b6becf4 99
150c6f35 100cp -a iana-etc/protocols $RPM_BUILD_ROOT%{_sysconfdir}/protocols
0b6becf4 101
6be1ce2e 102%clean
797d0215 103rm -rf $RPM_BUILD_ROOT
6be1ce2e 104
778eea73
JR
105%triggerpostun -p /sbin/postshell -- %{name} < %{version}-%{release}
106%{_sbindir}/joinpasswd
107%{_sbindir}/delpasswd -g ttyS cdwrite
81b992a1 108
7cf4e42c 109%triggerin -p %{_sbindir}/update-fstab -- %{name} < 2.4.10-1
a2b3dd01 110
544edbb0
ER
111%post -p /sbin/postshell
112-/sbin/env-update -u
113
114%postun -p /sbin/postshell
115-/sbin/env-update -u
116
6be1ce2e 117%files
f97bd99d 118%defattr(644,root,root,755)
bf515c7b 119%doc ChangeLog
778eea73 120%attr(755,root,root) %{_sbindir}/delpasswd
bf515c7b 121%attr(755,root,root) %{_sbindir}/joinpasswd
47f42bc8 122%attr(755,root,root) %{_sbindir}/postshell
7cf4e42c 123%attr(755,root,root) %{_sbindir}/update-fstab
4976e369
KK
124%config(noreplace,missingok) %verify(not md5 mtime size) %attr(755,root,root) /etc/profile.d/*.sh
125%config(noreplace,missingok) %verify(not md5 mtime size) %attr(755,root,root) /etc/profile.d/*.csh
bf515c7b 126%dir /etc/profile.d
9310ed4f 127%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/env.d/*
4db3fb34 128%dir %{_sysconfdir}/env.d
129%dir %{_sysconfdir}/shrc.d
9310ed4f
ER
130%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fstab
131%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/group
132%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/host.conf
133%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hosts
134%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/passwd
135%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/profile
136%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/protocols
9b899961 137%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/secure*
9310ed4f
ER
138%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/services
139%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/filesystems
140%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/motd
141%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/resolv.conf
bf515c7b 142%ghost %{_sysconfdir}/shells
This page took 0.065555 seconds and 4 git commands to generate.