]> git.pld-linux.org Git - packages/nicotine.git/blame - nicotine.spec
- up to 3.2.4
[packages/nicotine.git] / nicotine.spec
CommitLineData
ac4e0f96 1Summary: Client for SoulSeek filesharing system
272a9afb 2Summary(pl.UTF-8): Klient sieci SoulSeek
ac4e0f96 3Name: nicotine
4a88a065 4Version: 3.2.4
46d0f15c 5Release: 1
ac4e0f96 6License: GPL
ac4e0f96 7Group: X11/Applications
a4ff96c1 8Source0: https://github.com/nicotine-plus/nicotine-plus/archive/refs/tags/%{version}.tar.gz
4a88a065 9# Source0-md5: 946e538590f0dc52878496de66ec7246
4138a48d 10URL: http://nicotine-plus.sourceforge.net/
27be1602 11BuildRequires: gettext-tools
a4ff96c1 12BuildRequires: python3-devel
fbf0a6a0 13BuildArch: noarch
ac4e0f96 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
a4ff96c1
KM
17Nicotine-Plus is a fork of Hyriand's original Nicotine Soulseek
18client. Nicotine+ is an attempt to keep Nicotine working with the
19latest libraries, kill bugs, keep current with the Soulseek protocol
20and add some new features that users want and/or need.
ac4e0f96 21
8fd8c372 22%description -l pl.UTF-8
4138a48d 23Nicotine-Plus jest pochodną Nicotine, klienta sieci Soulseek autorstwa
a4ff96c1
KM
24Hyrianda. Projekt Nicotine+ ma na celu utrzymywanie kodu w zgodności z
25najnowszymi bibliotekami i protokołem Soulseeka, eliminowanie błędów
26oraz dodawanie nowych funkcjonalności, których potrzebują lub życzą
27sobie użytkownicy.
ac4e0f96 28
29%prep
a4ff96c1 30%setup -q -n %{name}-plus-%{version}
ac4e0f96 31
a4ff96c1
KM
32%post
33%update_icon_cache hicolor
34
35%postun
36%update_icon_cache hicolor
17bd5ff4 37
ac4e0f96 38%build
a4ff96c1 39%py3_build
ac4e0f96 40
41%install
42rm -rf $RPM_BUILD_ROOT
ac4e0f96 43
a4ff96c1 44%py3_install
13ba8ba7 45# unsupported locale
def6776c 46%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,nb_NO}
ac4e0f96 47
43c473e4 48%find_lang %{name}
49
ac4e0f96 50%clean
51rm -rf $RPM_BUILD_ROOT
52
43c473e4 53%files -f %{name}.lang
ac4e0f96 54%defattr(644,root,root,755)
ac4e0f96 55%attr(755,root,root) %{_bindir}/*
a4ff96c1
KM
56%{py3_sitescriptdir}/pynicotine
57%{py3_sitescriptdir}/*.egg-info
4a05d766 58%{_desktopdir}/*.desktop
4138a48d 59%{_mandir}/man1/*
07b0536f 60%{_iconsdir}/hicolor/*x*/apps/org.nicotine_plus.Nicotine.png
a4ff96c1 61%{_iconsdir}/hicolor/scalable/apps/*.svg
e0c40dcc 62%{_iconsdir}/hicolor/scalable/intl/*.svg
07b0536f 63%{_iconsdir}/hicolor/scalable/status/*.svg
a4ff96c1 64%{_iconsdir}/hicolor/symbolic/apps/org.nicotine_plus.Nicotine-symbolic.svg
07b0536f 65%{_datadir}/metainfo/org.nicotine_plus.Nicotine.appdata.xml
This page took 0.136156 seconds and 4 git commands to generate.