Automatic import for version 3.2.12-1

This commit is contained in:
Rosa 2019-02-03 09:56:28 +03:00
commit 1eefb3bde8
2 changed files with 66 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
"WoeUSB-3.2.12.tar.gz": 02c34ccfdc6f1578b0530896faf6e7607d1733f9

64
woeusb.spec Normal file
View file

@ -0,0 +1,64 @@
%define rname WoeUSB
%define debug_package %{nil}
Summary: Creates Windows USB stick installer from a Windows DVD or image
Name: woeusb
Version: 3.2.12
Release: 1
License: GPLv2
Group: System/Kernel and hardware
Url: https://github.com/slacka/WoeUSB
Source0: https://github.com/slacka/WoeUSB/archive/v%{version}.tar.gz?/%{rname}-%{version}.tar.gz
BuildRequires: wxgtku3.0-devel
BuildRequires: imagemagick
BuildRequires: jpeg-devel
%description
This package contains two programs:
o woeusb: A command-line utility that enables you to create your own bootable
Windows installation USB storage device from an existing Windows
Installation disc or disk image
o woeusbgui: A GUI wrapper of woeusb based on WxWidgets
Supported images:
Windows Vista, Windows 7, Window 8.x, Windows 10. All languages and any version
(home, pro...) and Windows PE are supported.
Supported bootmodes:
Legacy/MBR-style/IBM PC compatible bootmode
Native UEFI booting is supported for Windows 7 and later images
(limited to the FAT filesystem as the target)
%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}gui
%{_mandir}/man1/%{name}.*
%{_mandir}/man1/%{name}gui.*
%{_datadir}/pixmaps/%{name}gui-icon.png
%{_datadir}/woeusb/data/*
%{_datadir}/woeusb/locale/fr/LC_MESSAGES/wxstd.mo
%{_datadir}/applications/%{name}gui.desktop
#---------------------------------------------------------------
%prep
%setup -qn %{rname}-%{version}
%build
autoreconf -fiv
%configure2_5x \
--enable-shared \
--disable-static \
--disable-dependency-tracking
%make
%install
%makeinstall_std
%find_lang %{name}