|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
|
Name: fakeroot
|
|
|
|
|
Version: 1.5.10
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Version: 1.6.4
|
|
|
|
|
Release: 15%{?dist}
|
|
|
|
|
License: GPL
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
URL: http://fakeroot.alioth.debian.org/
|
|
|
|
|
Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.tar.gz
|
|
|
|
|
Patch0: fakeroot-1.6.4-atfuncs.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: /usr/bin/getopt
|
|
|
|
@ -23,6 +24,7 @@ had the user really been root.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .atfixes
|
|
|
|
|
for file in ./doc/*/*.1; do
|
|
|
|
|
iconv -f latin1 -t utf8 < $file > $file.new
|
|
|
|
|
mv -f $file.new $file
|
|
|
|
@ -58,12 +60,20 @@ rm -rf %{buildroot}
|
|
|
|
|
%lang(fr) %{_mandir}/fr/man1/fakeroot.1.gz
|
|
|
|
|
%lang(sv) %{_mandir}/sv/man1/faked.1.gz
|
|
|
|
|
%lang(sv) %{_mandir}/sv/man1/fakeroot.1.gz
|
|
|
|
|
%lang(nl) %{_mandir}/nl/man1/faked.1.gz
|
|
|
|
|
%lang(nl) %{_mandir}/nl/man1/fakeroot.1.gz
|
|
|
|
|
%dir %{_libdir}/libfakeroot
|
|
|
|
|
%{_libdir}/libfakeroot/libfakeroot-0.so
|
|
|
|
|
%{_libdir}/libfakeroot/libfakeroot.so
|
|
|
|
|
%exclude %{_libdir}/libfakeroot/libfakeroot.la
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 8 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.6.4-15
|
|
|
|
|
- Update to 1.6.4.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 10 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.5.12-14
|
|
|
|
|
- Update to 1.5.12.
|
|
|
|
|
|
|
|
|
|
* Sun Jan 7 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.5.10-13
|
|
|
|
|
- po4a currently not need as a BR.
|
|
|
|
|
- remove empty README, add debian/changelog.
|
|
|
|
|