automatic version update by autodist [release 702-1mamba;Wed Aug 17 2022]
This commit is contained in:
parent
8159b25a35
commit
ec4bdc6427
@ -1,12 +1,12 @@
|
||||
Name: unetbootin
|
||||
Version: 657
|
||||
Version: 702
|
||||
Release: 1mamba
|
||||
Summary: Create bootable Live Linux USB drives without burning a CD
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://unetbootin.sourceforge.net/
|
||||
URL: http://unetbootin.github.io/
|
||||
Source: http://downloads.sourceforge.net/project/unetbootin/UNetbootin/%{version}/unetbootin-source-%{version}.tar.gz
|
||||
#Source: http://downloads.sourceforge.net/project/unetbootin/UNetbootin/625/unetbootin-source-625.tar.gz
|
||||
Patch0: unetbootin-583-extlinux-path.patch
|
||||
@ -16,15 +16,15 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: syslinux
|
||||
Requires: util-linux
|
||||
Requires: e2fsprogs
|
||||
Requires: p7zip
|
||||
Requires: gnome-keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
UNetbootin allows you to create bootable Live USB drives for many Linux distributions without burning a CD.
|
||||
@ -33,13 +33,12 @@ UNetbootin allows you to create bootable Live USB drives for many Linux distribu
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
#%patch2 -p1
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
lrelease unetbootin.pro
|
||||
qmake-qt4
|
||||
lrelease-qt5 unetbootin.pro
|
||||
qmake-qt5
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -64,6 +63,9 @@ cp unetbootin_64.png %{buildroot}%{_datadir}/pixmaps/unetbootin.png
|
||||
%{_datadir}/unetbootin/unetbootin_*.qm
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2022 Automatic Build System <autodist@mambasoft.it> 702-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 19 2017 Automatic Build System <autodist@mambasoft.it> 657-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user