automatic version update by autodist [release 9.0.12-1mamba;Sat Feb 15 2025]

This commit is contained in:
Automatic Build System 2025-02-16 11:53:46 +01:00
parent 6561629c50
commit bf15c71498
2 changed files with 8 additions and 5 deletions

View File

@ -2,3 +2,4 @@
Seafile desktop client.

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: seafile-client
Version: 9.0.11
Version: 9.0.12
Release: 1mamba
Summary: Seafile desktop client
Group: Graphical Desktop/Applications/Archiving
@ -38,7 +38,6 @@ Requires: seafile >= %majver
%description
Seafile desktop client.
%debug_package
%prep
%setup -q
@ -53,7 +52,7 @@ Seafile desktop client.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/seafile.appdata.xml
install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/com.seafile.seafile-applet.appdata.xml
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -61,8 +60,8 @@ install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/seafile.appdata.xml
%files
%defattr(-,root,root)
%{_bindir}/seafile-applet
%{_datadir}/applications/seafile.desktop
%{_metainfodir}/seafile.appdata.xml
%{_datadir}/applications/com.seafile.seafile-applet.desktop
%{_metainfodir}/com.seafile.seafile-applet.appdata.xml
%{_datadir}/icons/hicolor/*/apps/seafile.png
%{_datadir}/icons/hicolor/scalable/apps/seafile.svg
%{_datadir}/pixmaps/seafile.png
@ -70,6 +69,9 @@ install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/seafile.appdata.xml
#%doc README.md
%changelog
* Sat Feb 15 2025 Automatic Build System <autodist@openmamba.org> 9.0.12-1mamba
- automatic version update by autodist
* Fri Nov 15 2024 Automatic Build System <autodist@openmamba.org> 9.0.11-1mamba
- automatic version update by autodist