]> git.pld-linux.org Git - packages/dev.git/commitdiff
- changed BuildPrereq to BuildRequires.
authorTomasz Pala <gotar@pld-linux.org>
Sat, 6 Oct 2001 20:21:24 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dev.spec -> 1.64

dev.spec

index 930e5b5065b23850cb255ba0e64cf53287445de6..bf77653d4c182e87eafbc384396e6c1cb2711b13 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -10,8 +10,8 @@ Source0:      %{name}-%{version}.tar.gz
 License:       public domain
 Group:         Base
 Group(pl):     Podstawowe
 License:       public domain
 Group:         Base
 Group(pl):     Podstawowe
-BuildPrereq:   setup
-BuildPrereq:   shadow
+BuildRequires: setup
+BuildRequires: shadow
 Prereq:                setup
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Autoreqprov:   no
 Prereq:                setup
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Autoreqprov:   no
@@ -84,10 +84,10 @@ cd dev
 # this code protects against dev package updaters forgetting to
 # use the p option when unpacking the souce tarball.
 for dev in zero null tty ttyp0; do
 # this code protects against dev package updaters forgetting to
 # use the p option when unpacking the souce tarball.
 for dev in zero null tty ttyp0; do
-  if [ ! $(ls -l $dev | awk '{print $1}') = crw-rw-rw- ]; then
-    echo bad permissions on device $dev 1>&2
-    exit 1
-  fi
+       if [ ! $(ls -l $dev | awk '{print $1}') = crw-rw-rw- ]; then
+               echo bad permissions on device $dev 1>&2
+               exit 1
+       fi
 done
 
 %ifarch sparc
 done
 
 %ifarch sparc
This page took 0.187198 seconds and 4 git commands to generate.