Marcus Meissner 2010-11-27 10:54:14 +00:00 committed by Git OBS Bridge
parent ab95e4cf0a
commit b1405cb655

View File

@ -1,6 +1,4 @@
# norootforbuild # norootforbuild
%define __spec_install_post %{nil}
Name: fakeroot Name: fakeroot
Group: Development/Languages Group: Development/Languages
Version: 1.9.3 Version: 1.9.3
@ -40,7 +38,7 @@ stat, and so on, thereby creating a fake root environment.
fakeroot requires SYSV IPC or TCP to operate. fakeroot requires SYSV IPC or TCP to operate.
%prep %prep
%setup -n %{name}-%{version} %setup -q -n %{name}-%{version}
%build %build
unset POSIXLY_CORRECT unset POSIXLY_CORRECT
@ -87,8 +85,8 @@ gzip -9 $RPM_BUILD_ROOT/%{_mandir}/man?/*.?
/usr/bin/faked-tcp /usr/bin/faked-tcp
/usr/bin/fakeroot-sysv /usr/bin/fakeroot-sysv
/usr/bin/fakeroot-tcp /usr/bin/fakeroot-tcp
/usr/lib/libfakeroot-sysv.so %_libdir/libfakeroot-sysv.so
/usr/lib/libfakeroot-tcp.so %_libdir/libfakeroot-tcp.so
%doc AUTHORS BUGS COPYING DEBUG INSTALL README %doc AUTHORS BUGS COPYING DEBUG INSTALL README
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*