New release 1.21

i9ce
Adam Williamson 8 years ago
parent de55f4d8d9
commit f95bb4b448

1
.gitignore vendored

@ -1,2 +1,3 @@
/fakeroot_1.18.4.orig.tar.bz2
/fakeroot_1.20.2.orig.tar.bz2
/fakeroot_1.21.orig.tar.gz

@ -1,18 +1,24 @@
Summary: Gives a fake root environment
Name: fakeroot
Version: 1.20.2
Release: 4%{?dist}
Version: 1.21
Release: 1%{?dist}
# setenv.c: LGPLv2+
# contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic)
# the rest: GPLv3+
License: GPLv3+ and LGPLv2+ and (GPL+ or Artistic)
Group: Development/Tools
URL: http://fakeroot.alioth.debian.org/
Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.bz2
Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.gz
# Address some POSIX-types related problems.
Patch0: fakeroot-inttypes.patch
# Fix LD_LIBRARY_PATH for multilib: https://bugzilla.redhat.com/show_bug.cgi?id=1241527
Patch1: fakeroot-multilib.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: po4a
BuildRequires: /usr/bin/getopt
# https://bugzilla.redhat.com/show_bug.cgi?id=887001
BuildRequires: libacl-devel
@ -45,12 +51,17 @@ This package contains the libraries required by %{name}.
%patch0 -p1 -b .inttypes
%patch1 -p1 -b .multilib
for file in ./doc/*/*.1; do
%build
autoreconf -i
pushd doc
po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
popd
for file in ./doc/{*.1,*/*.1}; do
iconv -f latin1 -t utf8 < $file > $file.new && \
mv -f $file.new $file
done
%build
for type in sysv tcp; do
mkdir obj-$type
cd obj-$type
@ -178,6 +189,9 @@ fi
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
%changelog
* Sat Dec 31 2016 Adam Williamson <awilliam@redhat.com> - 1.21-1
- New release 1.21
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
a4b4564a75024aa96c86e4d1017ac786 fakeroot_1.20.2.orig.tar.bz2
SHA512 (fakeroot_1.21.orig.tar.gz) = b55ec626bbe4ce7df7d3ea519db34961163ef824143d08366af2931e2576db6fa532e7cb49eab49f7566228058bc269555444d8bbc28b6937d1d43e9df11cb13

Loading…
Cancel
Save