]> git.pld-linux.org Git - packages/dev.git/blobdiff - dev.spec
Rel 12; disable debug packages
[packages/dev.git] / dev.spec
index 3ec03ec4888b8f494dbfadc59515afcd5feb3db3..bd2969b31990874c41c5200ccf67ecb51f8645c8 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -5,14 +5,16 @@ Summary(pl.UTF-8):    Pliki specjalne /dev/*
 Summary(tr.UTF-8):     /dev dizini
 Name:          dev
 Version:       3.4
-Release:       1
+Release:       12
 License:       Public Domain
 Group:         Base
 Source0:       %{name}-list
-Requires:      setup >= 2.4.12-2
+Requires:      setup >= 2.6.1-1
 Provides:      devfs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define _enable_debug_packages  0
+
 %description
 Unix and Unix-like systems (including Linux) use file system entries
 to represent devices attached to the machine. All of these entries are
@@ -53,7 +55,7 @@ olarak işleyebilmesi için temel gereksinimlerdendir.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/dev/{ataraid,cciss,cdemu,cdroms,cpu/{0,1,2,3,4,5,6,7},cpuset} \
+install -d $RPM_BUILD_ROOT/dev/{ataraid,cciss,cdemu,cdroms,cpu/{0,1,2,3,4,5,6,7},cgroup,cpuset} \
        $RPM_BUILD_ROOT/dev/{discs,dri,etherd,i2o,ida,input,mapper,net,pts,raw,rd,usb,shm,snd,zap}
 
 install %{SOURCE0} .
@@ -83,7 +85,7 @@ ln -sf fd/0 stdin
 ln -sf fd/1 stdout
 ln -sf fd/2 stderr
 i=0;
-for l in a b c d e f g h; do
+for l in a b c d e f g h i j k l m n o p; do
        ln -sf sg$l sg$i
        i=$((i+1))
 done
@@ -125,6 +127,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir /dev/ataraid
 %dir /dev/cciss
 %dir /dev/cdemu
+%dir /dev/cgroup
 %dir /dev/cpu
 %dir /dev/cpu/0
 %dir /dev/cpu/1
@@ -168,8 +171,9 @@ rm -rf $RPM_BUILD_ROOT
 /dev/stderr
 %attr(660,root,video) /dev/radio
 %attr(660,root,audio) /dev/sequencer2
-%attr(600,root,root) /dev/sg[0-7]
-%dir /dev/shm
+%attr(600,root,root) /dev/sg[0-9]
+%attr(600,root,root) /dev/sg1[0-5]
+%attr(1777,root,root) %dir /dev/shm
 %dir /dev/snd
 %attr(660,root,video) /dev/vbi
 %attr(660,root,video) /dev/video
This page took 0.09476 seconds and 4 git commands to generate.