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