added Autosave of download queue

This commit is contained in:
2023-02-08 00:34:25 +01:00
parent ef977d96dd
commit 6aa69ddd08
5 changed files with 309 additions and 19 deletions
+3 -16
View File
@@ -2,7 +2,7 @@
Name: rsyncui
Summary: Client for rsync server
Version: 1.8.5
Version: 1.9.1
Release: %mkrel 1
License: GPLv3
Group: Networking/Remote access
@@ -48,25 +48,12 @@ and download files.
%make_build
%install
#INSTALL_ROOT=%{BUILDROOT} make install
INSTALL_ROOT=%{buildroot} make install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}%{_datadir}/icons/
install -p -m 755 %{oname} %{buildroot}%{_bindir}/%{oname}
install -p -m 644 %{oname}.desktop %{buildroot}%{_datadir}/applications/
install -p -m 644 %{oname}.png %{buildroot}%{_datadir}/icons/
pushd languages
for locale in *;
do
mkdir -p %{buildroot}%{_datadir}/locale/$locale/LC_MESSAGES
install -m 644 $locale/*.qm "%{buildroot}%{_datadir}/locale/$locale/LC_MESSAGES/"
done
popd
%find_lang %{oname} --with-qt
%files -f %{oname}.lang
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/icons/%{oname}.png
%{_docdir}/%{oname}/README*