Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536085
en ru br
ALT Linux repos
S:0.09-alt1

Group :: Development/Other
RPM: repocop-unittest-systemd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: repocop-unittest-systemd
Version: 0.07
Release: alt1
BuildArch: noarch
Packager: Igor Vlasenko <viy at altlinux.ru>
Url: http://repocop.altlinux.org

Summary: systemd integration tests for repocop test platform.
Group: Development/Other
License: GPLv2+

Source: %name-%version.tar

# for pixmap-in-deprecated-location

# Requires: pcregrep
Requires: repocop-collector-systemd
Requires: repocop > 0.59

%description
The test check systemd related files.

%prep
%setup

%build

%install
for i in *.posttest; do
   testname=`echo $i | sed -e s,.posttest\$,,`
   install -pD -m 755 $testname.posttest %buildroot%_datadir/repocop/pkgtests/$testname/posttest
done

install -D -m 755 systemd.dir-verify.pl %buildroot%_bindir/systemd.dir-verify.pl
rm systemd.dir-verify.pl

for i in *.pl; do
   install -pD -m 644 $i %buildroot%_datadir/repocop/fixscripts/$i
done

%files
%_bindir/*
%_datadir/repocop/pkgtests/*
%_datadir/repocop/fixscripts/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin