Mageia Bugzilla – Attachment 9581 Details for
Bug 16162
WoeUSB enables to use a Windows iso to install via USB drive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Updated the spec file
woeusb.spec (text/plain), 1.71 KB, created by
Kristoffer Grundström
on 2017-08-11 01:59:16 CEST
(
hide
)
Description:
Updated the spec file
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2017-08-11 01:59:16 CEST
Size:
1.71 KB
patch
obsolete
>%define debug_package %{nil} > >Summary: WoeUSB enables to use a Windows iso to install via USB drive. >Name: woeusb >License: GPLv3 >Group: Graphical desktop/Other >Version: 2.1.3 >Release: %mkrel 1 >URL: https://github.com/slacka/WoeUSB >Source0: https://github.com/slacka/WoeUSB/archive/v%{version}/%{name}-%{version}.tar.gz >BuildRequires: gcc-c++ >BuildRequires: libstdc++-devel >BuildRequires: libwxgtku2.8-devel >BuildRequires: gzip >BuildRequires: ImageMagick >Requires: parted >Requires: gksu >Requires: ntfs-3g > >%description > >Bootable Windows installation/PE USB storage creator > >This package contains two programs: >. >- woeusb: An command-line utility that enables you to create your own bootable > Windows installation USB storage device from an existing Windows Installation > DVD or its ISO image. >- woeusbgui: A woeusb's GUI wrapper program based on WxWidgets GUI library. >. >Supported images: Windows Vista~10+ installation media for any language and >edition(Home/Professional...) and Windows PE-based media. >. >WoeUSB is a fork of Colin GILLE / congelli501's WinUSB software which is no >longer being actively developed since the year of 2012. > >%prep >%setup -q -n woeusb-%{version} > >%build >%configure2_5x > >%make_build > >%install >rm -rf %{buildroot} >%makeinstall_std > >#icons >for res in 16x16 22x22 24x24 32x32 36x36 48x48; do \ > %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${res}/apps > convert -size 48x48 %{buildroot}%{_datadir}/pixmaps/woeusbgui-icon.png -resize \ >${res} %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/woeusbgui-icon.png >done; > >%files >%{_bindir}/woeusb* >%{_datadir}/applications/woeusbgui.desktop >%{_mandir}/man1/woeusb* >%{_datadir}/pixmaps/woeusbgui-icon.png >%{_datadir}/%{name} >%{_datadir}/icons/hicolor/*/apps/*
%define debug_package %{nil} Summary: WoeUSB enables to use a Windows iso to install via USB drive. Name: woeusb License: GPLv3 Group: Graphical desktop/Other Version: 2.1.3 Release: %mkrel 1 URL: https://github.com/slacka/WoeUSB Source0: https://github.com/slacka/WoeUSB/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: libwxgtku2.8-devel BuildRequires: gzip BuildRequires: ImageMagick Requires: parted Requires: gksu Requires: ntfs-3g %description Bootable Windows installation/PE USB storage creator This package contains two programs: . - woeusb: An command-line utility that enables you to create your own bootable Windows installation USB storage device from an existing Windows Installation DVD or its ISO image. - woeusbgui: A woeusb's GUI wrapper program based on WxWidgets GUI library. . Supported images: Windows Vista~10+ installation media for any language and edition(Home/Professional...) and Windows PE-based media. . WoeUSB is a fork of Colin GILLE / congelli501's WinUSB software which is no longer being actively developed since the year of 2012. %prep %setup -q -n woeusb-%{version} %build %configure2_5x %make_build %install rm -rf %{buildroot} %makeinstall_std #icons for res in 16x16 22x22 24x24 32x32 36x36 48x48; do \ %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${res}/apps convert -size 48x48 %{buildroot}%{_datadir}/pixmaps/woeusbgui-icon.png -resize \ ${res} %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/woeusbgui-icon.png done; %files %{_bindir}/woeusb* %{_datadir}/applications/woeusbgui.desktop %{_mandir}/man1/woeusb* %{_datadir}/pixmaps/woeusbgui-icon.png %{_datadir}/%{name} %{_datadir}/icons/hicolor/*/apps/*
View Attachment As Raw
Actions:
View
Attachments on
bug 16162
:
6766
|
8858
|
9581
|
9585
|
9837
|
9838
|
12868