Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37567086
en ru br
Репозитории ALT
S:0.12-alt1
5.1: 0.11-alt1
4.1: 0.07-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: repocop-unittest-alt-desktop-iconsdir

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin