Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37619232
en ru br
ALT Linux repos
S:0.12-alt1
5.0: 0.08-alt1
4.1: 0.07-alt1

Group :: Development/Other
RPM: repocop-unittest-alt-desktop-iconsdir

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define testname iconsdir

Name: repocop-unittest-alt-desktop-%testname
Version: 0.12
Release: alt1
BuildArch: noarch
Packager: Igor Yu. Vlasenko <viy at altlinux.org>

Summary: ALT desktop integration tests for repocop test platform.
Group: Development/Other
License: GPL or Artistic
Url: http://repocop.altlinux.org

Requires: repocop >= 0.40

%description
Repocop integration tests for ALT Linux specific Icons Packaging Policy.
see http://www.altlinux.org/IconPaths.

%prep

%build
cat > test <<'EOF'
#!/bin/sh
files_exist()
{
   [ -e "$1" ]
}
if ! files_exist $REPOCOP_PKG_ROOT%_menudir/*  && \
  ! files_exist $REPOCOP_PKG_ROOT%_desktopdir/* ; then
   exec repocop-test-skip
fi
if files_exist $REPOCOP_PKG_ROOT%_liconsdir/* ; then
   exec repocop-test-ok
fi
if files_exist $REPOCOP_PKG_ROOT%_datadir/pixmaps/*; then
   exec repocop-test-experimental "Please, move pixmaps from /usr/share/pixmaps to %%_liconsdir, %%_niconsdir, %%_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy."
fi
exec repocop-test-skip
EOF

cat > filepattern <<'EOF'
^/usr/share/pixmaps/
EOF

%install
mkdir -p $RPM_BUILD_ROOT%_datadir/repocop/pkgtests/%testname/
install -m 755 test $RPM_BUILD_ROOT%_datadir/repocop/pkgtests/%testname/
install -m 644 filepattern $RPM_BUILD_ROOT%_datadir/repocop/pkgtests/%testname/

%files
#doc README ChangeLog
%_datadir/repocop/pkgtests/%testname

%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