Update and make fakeroot multilib capable (#490953)

i9ce
athimm 16 years ago
parent 3c6d7a9572
commit f839b24210

@ -1 +1 @@
fakeroot_1.11.tar.gz
fakeroot_1.12.2.tar.gz

@ -1,7 +1,7 @@
Summary: Gives a fake root environment
Name: fakeroot
Version: 1.11
Release: 20%{?dist}
Version: 1.12.2
Release: 21%{?dist}
License: GPL+
Group: Development/Tools
URL: http://fakeroot.alioth.debian.org/
@ -14,6 +14,7 @@ BuildRequires: /usr/bin/getopt
#BuildRequires: po4a
BuildRequires: sharutils
Requires: /usr/bin/getopt
Requires: fakeroot-libs = %{version}-%{release}
%description
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,
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
%setup -q
#patch0 -p1 -b .atfixes
@ -89,13 +97,21 @@ rm -rf %{buildroot}
%lang(sv) %{_mandir}/sv/man1/fakeroot-*.1*
%lang(nl) %{_mandir}/nl/man1/faked-*.1*
%lang(nl) %{_mandir}/nl/man1/fakeroot-*.1*
%files libs
%dir %{_libdir}/libfakeroot
%{_libdir}/libfakeroot/libfakeroot-*.so
%{_libdir}/libfakeroot/libfakeroot-0.so
%changelog
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Mar 22 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.12.2-21
- 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
- Update to 1.11.

@ -1 +1 @@
b95de26a01338eec7a9b372d0fb24507 fakeroot_1.11.tar.gz
1eb7d972a19159035892e7d132602726 fakeroot_1.12.2.tar.gz

Loading…
Cancel
Save