]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
Release 6 (by relup.sh)
[packages/gajim.git] / gajim.spec
CommitLineData
beebb597 1Summary: A Jabber client written in PyGTK
266c3a3e 2Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK
5852d9d2 3Name: gajim
3eec3b54 4Version: 1.0.3
fea05f02 5Release: 6
835b18c9 6Epoch: 1
028985b1 7License: GPL v3+
5852d9d2 8Group: Applications/Communications
3eec3b54
JK
9Source0: http://gajim.org/downloads/1.0/%{name}-%{version}.tar.bz2
10# Source0-md5: 08091dafd70c092711dca73991e8aee4
01386673 11Patch0: ca-certificates.patch
5852d9d2 12URL: http://www.gajim.org/
2e1d65f8 13BuildRequires: gettext-tools
3eec3b54 14BuildRequires: python3 >= 3.5
595ff8ef
JB
15BuildRequires: python3-setuptools >= 1:3.5
16BuildRequires: rpm-pythonprov
17BuildRequires: rpmbuild(macros) >= 1.714
01386673 18Requires: ca-certificates
8da50e8c 19Requires: hicolor-icon-theme
3eec3b54 20Requires: python3-nbxmpp
79c37177 21Requires: python3-pyOpenSSL >= 0.12
3eec3b54 22Requires: python3-pygobject3
42ae6b6a 23Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
24Suggests: gnome-keyring
25Suggests: gnupg2
3eec3b54
JK
26Suggests: python3-Crypto
27Suggests: python3-avahi
28Suggests: python3-dbus >= 0.82.1
3eec3b54 29Suggests: python3-pyasn1
3eec3b54 30BuildArch: noarch
5852d9d2 31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
beebb597
JB
34Gajim is a Jabber client written in PyGTK. The goal of Gajim's
35developers is to provide a full featured and easy to use XMPP client
36for the GTK+ users. Gajim does not require GNOME to run, eventhough it
37exists with it nicely.
5852d9d2 38
934b1af7
JR
39%description -l pl.UTF-8
40Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
41dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
42dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
43działa z nim ładnie.
5852d9d2 44
45%prep
3a4972ac 46%setup -q
01386673 47%patch0 -p1
5852d9d2 48
49%build
3eec3b54 50%py3_build %{?with_tests:test}
5852d9d2 51
52%install
53rm -rf $RPM_BUILD_ROOT
54
3eec3b54 55%py3_install
4c0e8663 56
77a064a3
JB
57%{__mv} $RPM_BUILD_ROOT%{_localedir}/{nb_NO,nb}
58%{__mv} $RPM_BUILD_ROOT%{_localedir}/sr@{Latn,latin}
6b3dde59 59
006ce781 60%find_lang %{name}
61
5852d9d2 62%clean
63rm -rf $RPM_BUILD_ROOT
64
8da50e8c
MB
65%post
66%update_icon_cache hicolor
67
68%postun
69%update_icon_cache hicolor
70
006ce781 71%files -f %{name}.lang
5852d9d2 72%defattr(644,root,root,755)
028985b1 73%attr(755,root,root) %{_bindir}/gajim*
3eec3b54 74%{_desktopdir}/org.gajim.Gajim.desktop
77a064a3 75%{_mandir}/man1/gajim*.1*
3eec3b54
JK
76%{_iconsdir}/hicolor/*/apps/org.gajim.Gajim.png
77%{_iconsdir}/hicolor/scalable/apps/org.gajim.Gajim.svg
78%{_iconsdir}/hicolor/symbolic/apps/org.gajim.Gajim-symbolic.svg
79%{_datadir}/metainfo/org.gajim.Gajim.appdata.xml
80%{py3_sitescriptdir}/gajim
81%{py3_sitescriptdir}/gajim-%{version}-py*.egg-info
This page took 0.15998 seconds and 4 git commands to generate.