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

Group :: System/Configuration/Other
RPM: alterator-mkimage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _altdata_dir %_datadir/alterator

Name: alterator-mkimage
Version: 0.2
Release: alt1

Summary: Create distribution images
License: GPL
Group: System/Configuration/Other

Source: %name-%version.tar
Packager: Michael Shigorin <mike at altlinux.org>
BuildArch: noarch

Requires: gettext
Requires: mkimage-profiles >= 0.6.6
# see also #23377
Requires: alterator >= 4.21
BuildPreReq: alterator >= 3.1

%description
%summary by means of mkimage-profiles.

%prep
%setup

%build
%make_build libdir=%_libdir

%install
%makeinstall
cat >%name <<EOF
#!/bin/sh
/usr/sbin/alterator-standalone mkimage
EOF
install -pDm755 %name %buildroot%_bindir/%name
%find_lang %name

%files -f %name.lang
%_altdata_dir/applications/*
%_altdata_dir/ui/*/
%_altdata_dir/help/*/*
%_alterator_backend3dir/*
%_bindir/%name

%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