File wxdfast.spec of Package wxdfast

%define name    wxdfast
%define version 0.70.4

Name: %{name}
Version: %{version}
Summary: Multithreaded download manager
Release: 1
License: GPL
Group: Productivity/Networking/Web/Utilities
URL: https://wxdfast.dxsolutions.org
BuildRequires: gcc-c++ cmake pkgconfig
%if 0%{?suse_version}
BuildRequires: wxWidgets-devel >= 3 aria2-devel openssl-devel update-desktop-files
%endif
%if 0%{?fedora}
BuildRequires: wxGTK-devel aria2-devel openssl-devel
%endif
%if 0%{?mageia}
BuildRequires: wxgtk3.0-devel aria2-devel openssl-devel
%endif
Source: %{name}_%{version}-1.tar.gz
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Multithreaded download manager. wxDownload Fast is desktop independent and is written with the wxWidgets toolkit.

%global debug_package %{nil}

%prep
%setup -q

%build
mkdir build
pushd build
cmake \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    ..
make
popd #build

%install
pushd build
%make_install
popd #build
%if 0%{?suse_version}
%suse_update_desktop_file -r %{name} FileTransfer
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%dir /usr/share/wxdfast
%doc COPYING
%{_bindir}/%{name}
%{_bindir}/wxdfast-integrator
%{_datadir}/icons/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*
%{_datadir}/wxdfast/icons*
%{_datadir}/wxdfast/extensionid

%changelog
* Sun Aug 01 2021 arch_dvx@users.sourceforge.net
- new release
openSUSE Build Service is sponsored by