|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
Name: fakeroot
|
|
|
|
Name: fakeroot
|
|
|
|
Version: 1.11
|
|
|
|
Version: 1.12.2
|
|
|
|
Release: 20%{?dist}
|
|
|
|
Release: 21%{?dist}
|
|
|
|
License: GPL+
|
|
|
|
License: GPL+
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
|
URL: http://fakeroot.alioth.debian.org/
|
|
|
|
URL: http://fakeroot.alioth.debian.org/
|
|
|
@ -14,6 +14,7 @@ BuildRequires: /usr/bin/getopt
|
|
|
|
#BuildRequires: po4a
|
|
|
|
#BuildRequires: po4a
|
|
|
|
BuildRequires: sharutils
|
|
|
|
BuildRequires: sharutils
|
|
|
|
Requires: /usr/bin/getopt
|
|
|
|
Requires: /usr/bin/getopt
|
|
|
|
|
|
|
|
Requires: fakeroot-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
fakeroot runs a command in an environment wherein it appears to have
|
|
|
|
fakeroot runs a command in an environment wherein it appears to have
|
|
|
@ -22,6 +23,13 @@ file manipulation library functions (chmod(2), stat(2) etc.) by ones
|
|
|
|
that simulate the effect the real library functions would have had,
|
|
|
|
that simulate the effect the real library functions would have had,
|
|
|
|
had the user really been root.
|
|
|
|
had the user really been root.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
|
|
|
Summary: Gives a fake root environment (libraries)
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
|
|
|
This package contains the libraries required by %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
#patch0 -p1 -b .atfixes
|
|
|
|
#patch0 -p1 -b .atfixes
|
|
|
@ -89,13 +97,21 @@ rm -rf %{buildroot}
|
|
|
|
%lang(sv) %{_mandir}/sv/man1/fakeroot-*.1*
|
|
|
|
%lang(sv) %{_mandir}/sv/man1/fakeroot-*.1*
|
|
|
|
%lang(nl) %{_mandir}/nl/man1/faked-*.1*
|
|
|
|
%lang(nl) %{_mandir}/nl/man1/faked-*.1*
|
|
|
|
%lang(nl) %{_mandir}/nl/man1/fakeroot-*.1*
|
|
|
|
%lang(nl) %{_mandir}/nl/man1/fakeroot-*.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%dir %{_libdir}/libfakeroot
|
|
|
|
%dir %{_libdir}/libfakeroot
|
|
|
|
%{_libdir}/libfakeroot/libfakeroot-*.so
|
|
|
|
%{_libdir}/libfakeroot/libfakeroot-*.so
|
|
|
|
%{_libdir}/libfakeroot/libfakeroot-0.so
|
|
|
|
%{_libdir}/libfakeroot/libfakeroot-0.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-20
|
|
|
|
* Sun Mar 22 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.12.2-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Update to 1.12.2.
|
|
|
|
|
|
|
|
- Create a fakeroot-libs subpackage so that the package is multilib
|
|
|
|
|
|
|
|
aware (by Richard W.M. Jones <rjones@redhat.com>, see RH bug
|
|
|
|
|
|
|
|
#490953).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 14 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.12.1-20
|
|
|
|
|
|
|
|
- Update to 1.12.1.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 22 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.11-19
|
|
|
|
* Sat Nov 22 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.11-19
|
|
|
|
- Update to 1.11.
|
|
|
|
- Update to 1.11.
|
|
|
|