45 lines
1.1 KiB
RPMSpec
45 lines
1.1 KiB
RPMSpec
Name: woeusb
|
|
Version: 5.2.4
|
|
Release: 1mamba
|
|
Summary: A Microsoft Windows® USB installation media preparer for GNU+Linux
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://woeusb.github.io/WoeUSB/
|
|
Source: https://github.com/WoeUSB/WoeUSB.git/v%{version}/WoeUSB-%{version}.tar.bz2
|
|
License: GPL
|
|
BuildArch: noarch
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: ntfsprogs
|
|
Requires: ntfs-3g
|
|
Requires: parted
|
|
Requires: wimlib
|
|
Obsoletes: winusb <= 1.0.11-2mamba
|
|
|
|
%description
|
|
WoeUSB us a Microsoft Windows® USB installation media preparer for GNU+Linux.
|
|
|
|
%prep
|
|
%setup -q -n WoeUSB-%{version}
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
install -Dm755 sbin/woeusb %{buildroot}%{_bindir}/woeusb
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/woeusb
|
|
%doc LICENSES
|
|
|
|
%changelog
|
|
* Thu Nov 27 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.4-1mamba
|
|
- package created using the webbuild interface
|