unfuck
OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=2
This commit is contained in:
parent
ab95e4cf0a
commit
b1405cb655
@ -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?/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user