Mageia Bugzilla – Attachment 6766 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
Here's the spec I made
winusb.spec (text/plain), 1.56 KB, created by
Kristoffer Grundström
on 2015-06-21 15:17:52 CEST
(
hide
)
Description:
Here's the spec I made
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2015-06-21 15:17:52 CEST
Size:
1.56 KB
patch
obsolete
>Summary: Win USB enables to use a Windows iso to install via USB drive. >Name: winusb >License: GPLv2 >Group: Graphical desktop/Other >Version: 1.0.11 >Release: 1 >URL: http://en.congelli.eu/prog_info_winusb.html >Source0: http://en.congelli.eu/download/winusb/%{name}-%{version}.tar.gz >Requires: parted >Requires: gksu >Requires: ntfs-3g >BuildRequires: gcc-c++ >BuildRequires: libstdc++-devel >BuildRequires: libwxgtku2.8-devel >BuildRequires: gzip >BuildRequires: ImageMagick > > >%description >WinUSB is a simple tool that enable you to create your own usb stick windows installer >from an iso image or a real DVD. Supported images: Windows Vista, Seven, 8 installer. > > >This package contains two programs: >- WinUSB-gui: a graphical interface which is very easy to use. >- winusb: the command line tool. > > >%prep >%setup -q > >%build >%configure2_5x > >%make > >%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/winusbgui-icon.png -resize \ >${res} %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/winusbgui-icon.png >done; > >%files >%{_bindir}/winusb* >%{_datadir}/applications/winusbgui.desktop >%{_mandir}/man1/winusb* >%{_datadir}/pixmaps/winusbgui-icon.png >%{_datadir}/%{name} >%{_datadir}/icons/hicolor/*/apps/* > >%changelog >* Sun Jun 21 2015 Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com> 1.0.11-1mga5 >- Ported from pclos2013 >- Initial release >* Mon Oct 28 2013 Ken <lxgator at gmail.com> 1.0.11-1pclos2013 >- Create pkg
Summary: Win USB enables to use a Windows iso to install via USB drive. Name: winusb License: GPLv2 Group: Graphical desktop/Other Version: 1.0.11 Release: 1 URL: http://en.congelli.eu/prog_info_winusb.html Source0: http://en.congelli.eu/download/winusb/%{name}-%{version}.tar.gz Requires: parted Requires: gksu Requires: ntfs-3g BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: libwxgtku2.8-devel BuildRequires: gzip BuildRequires: ImageMagick %description WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. Supported images: Windows Vista, Seven, 8 installer. This package contains two programs: - WinUSB-gui: a graphical interface which is very easy to use. - winusb: the command line tool. %prep %setup -q %build %configure2_5x %make %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/winusbgui-icon.png -resize \ ${res} %{buildroot}%{_datadir}/icons/hicolor/${res}/apps/winusbgui-icon.png done; %files %{_bindir}/winusb* %{_datadir}/applications/winusbgui.desktop %{_mandir}/man1/winusb* %{_datadir}/pixmaps/winusbgui-icon.png %{_datadir}/%{name} %{_datadir}/icons/hicolor/*/apps/* %changelog * Sun Jun 21 2015 Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com> 1.0.11-1mga5 - Ported from pclos2013 - Initial release * Mon Oct 28 2013 Ken <lxgator at gmail.com> 1.0.11-1pclos2013 - Create pkg
View Attachment As Raw
Actions:
View
Attachments on
bug 16162
:
6766
|
8858
|
9581
|
9585
|
9837
|
9838
|
12868