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