package created using the webbuild interface [release 3.1.5-1mamba;Wed Aug 27 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 17:43:32 +01:00
parent 8417996ce8
commit 8b9efff9ae
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# seafile-client
Seafile desktop client.

61
seafile-client.spec Normal file
View File

@ -0,0 +1,61 @@
Name: seafile-client
Version: 3.1.5
Release: 1mamba
Summary: Seafile desktop client
Group: Graphical Desktop/Applications/Archiving
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://seafile.com
## GITSOURCE https://github.com/haiwen/seafile-client.git v3.1.5
Source: https://github.com/haiwen/seafile-client.git/v%{version}/seafile-client-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libccnet-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libjansson-devel
BuildRequires: libopenssl-devel
BuildRequires: libqt4-devel
BuildRequires: libseafile-devel
BuildRequires: libsearpc-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: seafile
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Seafile desktop client.
%debug_package
%prep
%setup -q
%build
%cmake
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/seafile-applet
%{_datadir}/applications/seafile.desktop
%{_datadir}/icons/hicolor/*/apps/seafile.png
%{_datadir}/icons/hicolor/scalable/apps/seafile.svg
%{_datadir}/pixmaps/seafile.png
%doc LICENSE
#%doc README.md
%changelog
* Wed Aug 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.5-1mamba
- package created using the webbuild interface