]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- revision up to 5,
authorkloczek <kloczek@pld-linux.org>
Sun, 21 Feb 1999 22:14:13 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed /usr/tmp (not neccessary),
- added /usr/src,
- removed many directories which must belongs to other packages
  (webserwer, ftpdaemon, smtpdaemon, gopher serwer, petidomo),
- changed GUID on man directorirs to root.

Changed files:
    filesystem.spec -> 1.10

filesystem.spec

index 3b79df605472bd07e68f2a5f4949b0f61a14aee4..fcc2b946b85a70a783ea5333b40706b698929377 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Podstawa uk
 Summary(tr):   Temel dosya sistemi yapýsý
 Name:          filesystem
 Version:       1.4
-Release:       4d
+Release:       5
 Copyright:     Public Domain
 Group:         Base
 Group(pl):     Podstawy
@@ -42,108 +42,54 @@ metin dosyalar
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/{bin,boot,etc/X11,home/users,lib/modules}
+install -d $RPM_BUILD_ROOT/{bin,boot,etc,home/users,lib/modules}
 install -d $RPM_BUILD_ROOT/{mnt/{floppy,cdrom},proc,root,sbin,tmp}
-install -d $RPM_BUILD_ROOT/usr/{X11R6/{bin,include,lib,man},bin,dict}
 install -d $RPM_BUILD_ROOT/usr/{bin,dict,doc,etc,games,include,info,sbin,share}
 
-ln -sf ../X11R6/bin $RPM_BUILD_ROOT/usr/bin/X11
-ln -sf ../tmp $RPM_BUILD_ROOT/usr/tmp
+install -d $RPM_BUILD_ROOT/usr/{games,lib/games,man}
 
-install -d $RPM_BUILD_ROOT/usr/man/man{1,2,3,4,5,6,7,8,9,n}
-
-install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,include,lib,man/man{1,3,4,5,6}}
-install -d $RPM_BUILD_ROOT/usr/{games,lib/{games,gopher-data}}
-
-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}
+install -d $RPM_BUILD_ROOT/usr/local/{bin,etc,doc,games,info,lib,man,sbin,src}
 
 install -d $RPM_BUILD_ROOT/var/{lib,local,lock/subsys,log,run,preserve,spool/mail}
 install -d $RPM_BUILD_ROOT/var/lib/games
 
 ln -sf ../tmp $RPM_BUILD_ROOT/var/tmp
-ln -sf ../var/log $RPM_BUILD_ROOT/var/adm
-
-install -d $RPM_BUILD_ROOT/{opt,etc/mail}
-install -d $RPM_BUILD_ROOT/home/{httpd,petidomo,ftp}
-install -d $RPM_BUILD_ROOT/var/{qmail/alias,/spool/{lpd,news,uucp}}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,755)
-%dir /bin
-%attr(711,root,root) %dir /boot
-%dir /etc
-%attr(750,root,mail) %dir /etc/mail
-%dir /home
-%dir /home/users
-%dir /home/httpd
-%dir /home/ftp
-%attr(751,petidomo,petidomo) %dir /home/petidomo
-
-%dir /lib
-%dir /lib/modules
-
-%dir /mnt
-%dir /mnt/cdrom
-%dir /mnt/floppy
+%defattr(755,root,root)
+/bin
+%attr(700,root,root) %dir /boot
+/etc
+/home
+/lib
+/mnt
 %attr(555,root,root) %dir /proc
-%dir /sbin
-%dir %attr(1777,root,root) /tmp
-
-%dir /usr
-%dir /usr/X11R6
-%dir /usr/X11R6/bin
-%dir /usr/X11R6/include
-%dir /usr/X11R6/lib
-
-%attr(755,root,man) %dir /usr/X11R6/man
-%attr(755,root,man) /usr/X11R6/man/*
-
-%dir /usr/bin
-%ghost /usr/bin/X11
-%dir /usr/dict
-%dir /usr/doc
-%dir /usr/games
-%dir /usr/include
-%dir /usr/info
-
-%attr(755,root,man) %dir /usr/man
-%attr(755,root,man) /usr/man/*
-
-%dir /usr/lib
-%attr(755,root,root,755) /usr/lib/*
-
-%dir /usr/local
-%attr(755,root,root,755) /usr/local/*
-
-%dir /usr/sbin
-%dir /usr/share
-/usr/tmp
-
+/sbin
+%attr(1777,root,root) /tmp
+/usr
 %dir /var
-/var/adm
-%dir /var/lib
-%dir /var/lib/games
-%dir /var/local
-%dir /var/lock
-%dir /var/lock/subsys
-%attr(711,root,root) %dir /var/log
-%dir /var/run
-%dir /var/preserve
-
-%dir /var/spool
-%attr(775, root, mail) %dir /var/spool/mail
-%attr(775,root,daemon) %dir /var/spool/lpd
-%attr(775, news, news) %dir /var/spool/news
-%attr(755, uucp, root) %dir /var/spool/uucp
+/var/lib
+/var/local
+/var/lock
+/var/lock/subsys
+%attr(711,root,root) /var/log
+/var/run
+/var/preserve
+/var/spool
 /var/tmp
-%attr(0755,root, qmail) %dir /var/qmail
-%attr(2755,alias,qmail) %dir /var/qmail/alias
-%dir /opt
 
 %changelog
+* Sun Feb 21 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.4-5]
+- removed /usr/tmp (not neccessary),
+- added /usr/src,
+- removed many directories which must belongs to other packages
+  (webserwer, ftpdaemon, smtpdaemon, gopher serwer, petidomo),
+- changed GUID on man directorirs to root.
+
 * Wed Dec 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
   [1.4-3d]
 - changed permissions of /boot to 711  
@@ -158,15 +104,14 @@ rm -rf $RPM_BUILD_ROOT
 - added /usr/lib/gopher-data && /usr/lib/games.
 
 * Mon Aug 10 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-[1.4-1d]
+  [1.4-1d]
 - changed relase to 1d (PLD-devel),
 - added /opt for commercial software,
 - /var/tmp as symlink to /tmp,
 - /var/adm as symlink to /var/log.
 
-
 * Mon Aug  10 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-[1.4-1]
+  [1.4-1]
 - Buildroot changed to /tmp/%{name}-%%{version}-root,
 - directory skeleton is builded directly in %install instead unpacking 
   from cpio archive,
This page took 0.15577 seconds and 4 git commands to generate.