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

Group :: Archiving/Cd burning
RPM: woeusb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: woeusb
Version: 5.1.2
Release: alt1
Summary: Windows USB installation media creator
Summary(ru_RU.UTF-8): Утилита для создания установочного USB накопителя с Windows
Group: Archiving/Cd burning
License: GPLv3+
Url: https://github.com/WoeUSB/WoeUSB

Source0: %name-%version.tar

Requires: bash4
Requires: dosfstools
Requires: gawk
Requires: grep
Requires: grub
Requires: ntfs-3g
Requires: parted
Requires: wget

ExclusiveArch: %ix86 x86_64

%description
A utility that enables you to create your own bootable Windows installation
USB storage device from an existing Windows Installation disc or disk image.

Attention! For using WoeUSB with graphical interfase, please, install woeusb-ng package.

%description -l ru_RU.UTF-8
Утилита, которая поможет создать загрузочный носитель с ОС Windows из образа
или реального диска.

Внимание! Для использования WoeUSB с графическим интерфейсом, пожалуйста,
установите пакет woeusb-ng.

%prep
%setup -n %name-%version

%build

find ./* -type f -exec sed -i "s/ at  at WOEUSB_VERSION at  at /%{version}/g" {} \+

for shell in ./sbin/woeusb
do
 sed -i '1s|!/usr/bin/env bash|!/bin/bash|' $shell
done

%install
install -d -m 777 %buildroot%_bindir
install -m 755 sbin/woeusb %buildroot%_bindir/woeusb
mkdir -p -m 777 %buildroot%_man1dir
install -m 444 ./share/man/man1/woeusb.1 %buildroot%_man1dir/woeusb.1

%files
%doc LICENSES/GPL-3.0-or-later.txt
%_bindir/woeusb
%_man1dir/woeusb.1.xz

%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