]> git.pld-linux.org Git - packages/dev.git/blobdiff - dev.spec
- rel 8
[packages/dev.git] / dev.spec
index 0731743a2494adc50d9c4fcf5e4b9f6bff9038fc..5eae28aa258bcc56555142a5973264bc64b9ccc2 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -4,18 +4,17 @@ Summary(fr.UTF-8):    Entrées de /dev
 Summary(pl.UTF-8):     Pliki specjalne /dev/*
 Summary(tr.UTF-8):     /dev dizini
 Name:          dev
-Version:       2.9.0
-Release:       27
+Version:       3.4
+Release:       8
 License:       Public Domain
 Group:         Base
 Source0:       %{name}-list
-Requires:      setup >= 2.4.8
+Requires:      setup >= 2.6.1-1
 Provides:      devfs
-AutoReqProv:   no
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Unix and unix like systems (including Linux) use file system entries
+Unix and Unix-like systems (including Linux) use file system entries
 to represent devices attached to the machine. All of these entries are
 in the /dev tree (though they don't have to be), and this package
 contains the most commonly used /dev entries. These files are
@@ -54,7 +53,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} .
@@ -126,6 +125,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
@@ -170,7 +170,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(660,root,video) /dev/radio
 %attr(660,root,audio) /dev/sequencer2
 %attr(600,root,root) /dev/sg[0-7]
-%dir /dev/shm
+%attr(1777,root,root) %dir /dev/shm
 %dir /dev/snd
 %attr(660,root,video) /dev/vbi
 %attr(660,root,video) /dev/video
@@ -182,7 +182,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(666,root,root) /dev/drzewo
 
 %ifarch %{ix86}
-%dev(c,10,184) %attr(666,root,root) /dev/cpu/microcode
 %dev(c,10,181) %attr(666,root,root) /dev/toshiba
 %dev(c,212,0) %attr(600,root,root) /dev/slamr0
 %dev(c,213,0) %attr(600,root,root) /dev/slusb0
@@ -198,6 +197,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %ifarch %{ix86} %{x8664}
 %dev(c,10,227) %attr(600,root,root) /dev/mcelog
+%dev(c,10,184) %attr(666,root,root) /dev/cpu/microcode
 %endif
 
 %ifarch m68k
This page took 0.077383 seconds and 4 git commands to generate.