2024-01-06 07:39:02 +01:00
|
|
|
Name: nicotine+
|
2024-01-06 07:39:02 +01:00
|
|
|
Version: 3.0.0
|
2024-01-06 07:39:02 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 07:39:02 +01:00
|
|
|
Summary: A SoulSeek client written in Python
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 07:39:02 +01:00
|
|
|
URL: https://nicotine-plus.github.io/nicotine-plus/
|
|
|
|
Source: https://github.com/Nicotine-Plus/nicotine-plus.git/%{version}/nicotine-plus-%{version}.tar.bz2
|
2024-01-06 07:39:02 +01:00
|
|
|
Patch0: nicotine+-1.2.16-fix-desktop-icon.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 07:39:02 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 07:39:02 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:39:02 +01:00
|
|
|
Requires: python3
|
2024-01-06 07:39:02 +01:00
|
|
|
Requires: miniupnpc
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Nicotine is a SoulSeek client written in Python, based on the PySoulSeek project by Alexander Kanavin. It features, among other things, a completely rewritten graphical user interface which uses the PyGTK-2 toolkit and a less strict user request policy.
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 07:39:02 +01:00
|
|
|
%setup -q -n nicotine-plus-%{version}
|
|
|
|
#%patch0 -p1
|
2024-01-06 07:39:02 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 07:39:02 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
2024-01-06 07:39:02 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:39:02 +01:00
|
|
|
%{__python3} setup.py install \
|
2024-01-06 07:39:02 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-06 07:39:02 +01:00
|
|
|
--install-headers=%{python3_inc} \
|
|
|
|
--install-lib=%{python3_sitearch} \
|
2024-01-06 07:39:02 +01:00
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:39:02 +01:00
|
|
|
* Sun Feb 14 2021 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:39:02 +01:00
|
|
|
* Tue Jan 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-1mamba
|
|
|
|
- update to 2.2.2
|
|
|
|
|
2024-01-06 07:39:02 +01:00
|
|
|
* Sun Jun 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.16-3mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Thu Jan 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.16-2mamba
|
|
|
|
- fixed desktop menu icon
|
|
|
|
|
|
|
|
* Thu Jan 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.16-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|