[udev] udev.spec: remove introspection and unneeded dirs

Harald Hoyer harald at fedoraproject.org
Mon Jun 20 08:26:34 UTC 2011


commit 3643fbe9e58d2f561ad1350df0f9f2c540f96a0b
Author: Harald Hoyer <harald at redhat.com>
Date:   Mon Jun 20 10:22:00 2011 +0200

    udev.spec: remove introspection and unneeded dirs

 udev.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/udev.spec b/udev.spec
index 4a14c08..f8434dd 100644
--- a/udev.spec
+++ b/udev.spec
@@ -124,7 +124,6 @@ libtoolize -f -c
            --sysconfdir=%{_sysconfdir} \
            --sbindir="/sbin" --libexecdir=%{udev_scriptdir} \
            --with-rootlibdir=/%{_lib} \
-           --enable-introspection  \
            --with-systemdsystemunitdir=%{systemdsystemunitdir} \
            --enable-floppy \
 	   --enable-edd \
@@ -165,14 +164,9 @@ for i in \
         install -m 0644 "$i"  "$RPM_BUILD_ROOT%{udev_scriptdir}/rules.d/${i##*/}"
 done
 
-mkdir -p $RPM_BUILD_ROOT%{udev_scriptdir}/{,devices,devices/net,devices/pts,devices/shm,devices/hugepages}
-
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/udev
-
 mkdir -p -m 0755 $RPM_BUILD_ROOT%{firmwaredir}
 
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
-
 %preun
 if [ "$1" -eq 0 -a -f %{_initrddir}/udev ]; then
      if test -x /usr/bin/stat -a \


More information about the scm-commits mailing list