84 lines
2.2 KiB
RPMSpec
84 lines
2.2 KiB
RPMSpec
Name: seafile-client
|
|
Version: 5.0.7
|
|
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
|
|
Patch0: seafile-client-4.4.2-disable-latest-version-check.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libccnet-devel
|
|
BuildRequires: libevent-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
|
|
BuildRequires: libuuid-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
Requires: seafile >= 4.4.6
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Seafile desktop client.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%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
|
|
* Fri Apr 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.7-1mamba
|
|
- update to 5.0.7
|
|
|
|
* Tue Mar 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.2-1mamba
|
|
- update to 4.4.2
|
|
|
|
* Sun May 24 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
|
|
- update to 4.2.2
|
|
|
|
* Tue May 19 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-1mamba
|
|
- update to 4.2.1
|
|
|
|
* Fri Jan 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.12-1mamba
|
|
- update to 3.1.12
|
|
|
|
* Mon Dec 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.11-1mamba
|
|
- update to 3.1.11
|
|
|
|
* Wed Aug 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.5-1mamba
|
|
- package created using the webbuild interface
|