]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
Require: python3-pyOpenSSL
[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
JK
4Version: 1.0.3
5Release: 1
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
JK
14BuildRequires: python3 >= 3.5
15BuildRequires: python3-setuptools >= 3.5
01386673 16Requires: ca-certificates
8da50e8c 17Requires: hicolor-icon-theme
3eec3b54 18Requires: python3-nbxmpp
79c37177 19Requires: python3-pyOpenSSL >= 0.12
3eec3b54 20Requires: python3-pygobject3
42ae6b6a 21Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
22Suggests: gnome-keyring
23Suggests: gnupg2
3eec3b54
JK
24Suggests: python3-Crypto
25Suggests: python3-avahi
26Suggests: python3-dbus >= 0.82.1
3eec3b54 27Suggests: python3-pyasn1
a6e97748 28# sr@Latn vs. sr@latin
29Conflicts: glibc-misc < 6:2.7
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
3eec3b54 57%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/nb_NO
6b3dde59 58
3eec3b54
JK
59[ -d $RPM_BUILD_ROOT%{_localedir}/sr@latin ] || \
60 mv -f $RPM_BUILD_ROOT%{_localedir}/sr@{Latn,latin}
006ce781 61%find_lang %{name}
62
5852d9d2 63%clean
64rm -rf $RPM_BUILD_ROOT
65
8da50e8c
MB
66%post
67%update_icon_cache hicolor
68
69%postun
70%update_icon_cache hicolor
71
006ce781 72%files -f %{name}.lang
5852d9d2 73%defattr(644,root,root,755)
028985b1 74%attr(755,root,root) %{_bindir}/gajim*
3eec3b54 75%{_desktopdir}/org.gajim.Gajim.desktop
028985b1 76%{_mandir}/man1/*.1*
3eec3b54
JK
77%{_iconsdir}/hicolor/*/apps/org.gajim.Gajim.png
78%{_iconsdir}/hicolor/scalable/apps/org.gajim.Gajim.svg
79%{_iconsdir}/hicolor/symbolic/apps/org.gajim.Gajim-symbolic.svg
80%{_datadir}/metainfo/org.gajim.Gajim.appdata.xml
81%{py3_sitescriptdir}/gajim
82%{py3_sitescriptdir}/gajim-%{version}-py*.egg-info
This page took 0.101297 seconds and 4 git commands to generate.