]> git.pld-linux.org Git - packages/filesystem.git/blob - filesystem.spec
cee4afcb6ff315da1ff59a3dc7d4ecfa49efc9a2
[packages/filesystem.git] / filesystem.spec
1 Summary:     Basic filesystem layout
2 Summary(de): Grundlegende Dateisystemstruktur
3 Summary(fr): Arborescence de base du système de fichiers
4 Summary(pl): Podstawa struktóra katalogów systemu
5 Summary(tr): Temel dosya sistemi yapýsý
6 Name:        filesystem
7 Version:     1.4
8 Release:     1
9 Copyright:   Public Domain
10 Group:       Base
11 Buildroot:   /tmp/%{name}-%{version}-root
12 Prereq:      setup
13 BuildArchitectures: noarch
14
15 %description
16 This package contains the basic directory layout for a Linux system, 
17 including the proper permissions for the directories. This layout conforms
18 to the Linux Filesystem Standard (FSSTND) 1.3.
19
20 %description -l de
21 Dieses Paket enthält die grundlegende Verzeichnisstruktur eines Linux-Systems,
22 einschließlich der entsprechenden Zugriffsrechte. Diese Struktur entspricht
23 dem Linux-Dateisystem-Standard (FSSTND) 1.3.
24
25 %description -l fr
26 Ce package contient l'arborescence type pour système linux
27 y compris les permissions adéquates pour les répertoires. Cette
28 arborescence est conforme au standard \"Linux Filesystem Standard\"
29 (FSSTND) 1.3.
30
31 %description -l pl
32 Pakiet ten zawiera informacje o podstawowowej struktórze katalogów systemu i
33 praw dostêpu do nich.
34  
35 %description -l tr
36 Bu paket GNU makro iþleme dilini içerir. Mantýksal olarak ayrýþtýrýlabilen
37 metin dosyalarý yazýmý için yararlýdýr.
38
39 %prep
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 install -d $RPM_BUILD_ROOT/{bin,boot,etc/X11,home/users,lib/mosules}
45 install -d $RPM_BUILD_ROOT/{mnt/floppy,proc,root,sbin,tmp}
46 install -d $RPM_BUILD_ROOT/usr/{X11R6/{bin,include,lib,man},bin,dict}
47 install -d $RPM_BUILD_ROOT/usr/{bin,dict,doc,etc,games,include,info,sbin,share}
48 ln -sf ../X11R6/bin $RPM_BUILD_ROOT/usr/bin/X11
49 ln -sf ../var/tmp $RPM_BUILD_ROOT/usr/tmp
50
51 install -d $RPM_BUILD_ROOT/usr/man/man{1,2,3,4,5,6,7,8,9,n}
52
53 install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,include,lib,man/man{1,3,4,5,6}}
54 install -d $RPM_BUILD_ROOT/usr/lib/{games,gcc-lib}
55
56 install -d $RPM_BUILD_ROOT/usr/local/{bin,etc,doc,games,info,lib,man/man{1,2,3,4,5,6,7,8,9,n},sbin,src}
57
58 install -d $RPM_BUILD_ROOT/var/{lib,local,lock/subsys,log,run,preserve,spool/mail}
59 install -d $RPM_BUILD_ROOT/var/{lib/{games,rpm},tmp}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(-, root, root, 755)
66 %dir /bin
67 %dir %attr(0700, root, root) /boot
68 /etc
69 %dir /home
70 %dir %attr(0755, root, users) /home/users
71 /lib
72 /mnt
73 %dir %attr(0555, root, root) /proc
74 %dir %attr(0700, root, root) /root
75 %dir /sbin
76 %dir %attr(1777, root, root) /tmp
77 %dir /usr
78 %dir /usr/X11R6
79 %dir /usr/X11R6/bin
80 %dir /usr/X11R6/include
81 %dir /usr/X11R6/lib
82 /usr/X11R6/man
83 %dir /usr/bin
84 /usr/bin/X11
85 %dir /usr/dict
86 %dir /usr/doc
87 %dir /usr/include
88 %dir /usr/info
89 /usr/man
90 /usr/local
91 %dir /usr/sbin
92 %dir /usr/share
93 /usr/tmp
94 %dir /var
95 %dir /var/lib
96 %dir /var/lib/games
97 %dir %attr(700, root, root) /var/lib/rpm
98 %dir /var/local
99 /var/lock
100 %attr(711, root, mail) %dir /var/log
101 %dir /var/run
102 %dir /var/preserve
103 %dir /var/spool
104 %dir %attr(0751, root, mail) /var/spool/mail
105 %dir %attr(1777, root, root) /var/tmp
106
107 %changelog
108 * Mon Aug  10 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
109   [1.4-1]
110 - Buildroot changed to /tmp/%%{name}-%%{version}-root,
111 - directory skeleton is builded directly in %install instead unpacking 
112   from cpio archive,
113 - added pl translation,
114 - removed /usr/etc,
115 - added /home/users - default base directory for users home
116   directories,
117 - changed perrmisson on /var/lib/rpm to 700,
118 - changed perrmisson on /root and /boot to 700,
119 - changed permissoin on /var/log to 711,
120 - changed permissoin on /var/spool/mail to 751,
121 - removed /usr/lib/X11,
122 - removed /var/nis.
123
124 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
125 - translations modified for de, fr, tr
126
127 * Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
128 - made a noarch package
129
130 * Wed Jul 09 1997 Erik Troan <ewt@redhat.com>
131 - added /
132
133 * Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
134 - Changed /proc to 555
135 - Removed /var/spool/mqueue (which is owned by sendmail)
This page took 0.051348 seconds and 2 git commands to generate.