Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37681178
en ru br
ALT Linux repositórios
S:0.9.10-alt1

Group :: Desenvolvimento/C
RPM: libfaketime

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libfaketime
Version: 0.9.9
Release: alt1

Summary: Manipulate system time per process for testing purposes

License: GPLv2+
Group: Development/C
Url: https://github.com/wolfcw/libfaketime

# Source-url: https://github.com/wolfcw/libfaketime/archive/refs/tags/v%version.tar.gz

Source: libfaketime-%version.tar

Patch1: libfaketime-symver.patch

#Provides: faketime

Conflicts: faketime

BuildRequires: perl-Time-HiRes
BuildRequires: libuthash-devel >= 2.0.2

%description
libfaketime intercepts various system calls which programs use to
retrieve the current date and time. It can then report faked dates and
times (as specified by you, the user) to these programs. This means you
can modify the system time a program sees without having to change the
time system- wide.

%prep
%setup
%patch1 -p1
# use external uthash.h from libuthash-devel
rm -v src/uthash.h

%build
cd src

# https://github.com/wolfcw/libfaketime/blob/master/README.packagers

# Upstream libfaketime requires a mess of different compile time flags for different glibc versions and architectures.
# https://github.com/wolfcw/libfaketime/pull/178
# Goal is to build time autodetect these with autotools in the next release ...

# TODO: see rpm-build-features

FAKETIME_COMPILE_CFLAGS="BOGUS"

 # for reasons we don't know the old glibc workaround is required here but not on archv7hl and aarch64 ...
%ifarch %ix86 x86_64
   echo "force_monotonic"
   export FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX"
%endif
%ifarch ppc64le
   echo "force_monotonic and pthread_nonver"
   export FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX -DFORCE_PTHREAD_NONVER"
%endif
%ifarch armh aarch64
   unset FAKETIME_COMPILE_CFLAGS
%endif

if [ "$FAKETIME_COMPILE_CFLAGS" == "BOGUS" ]; then
 echo "SHOULD NEVER REACH HERE ... YOU HAVE AN UNTESTED VERSION+ARCH, see rpm spec for details ... ABORT"
 exit 1
fi

export CFLAGS="%optflags -Wno-nonnull-compare -Wno-strict-aliasing"
%make_build PREFIX="%prefix" LIBDIRNAME="/%_lib/faketime" all

%check
%make_build -C test

%install
%makeinstall_std PREFIX="%prefix" LIBDIRNAME="/%_lib/faketime"
rm -r %buildroot/%_docdir/faketime
# needed for stripping/debug package
#chmod a+rx %buildroot/%_libdir/faketime/*.so.*

%files
%doc COPYING
%doc README NEWS README.developers
%_bindir/faketime
%dir %_libdir/faketime/
%_libdir/faketime/libfaketime*so.*
%_man1dir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009