]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
Version: 0.16.7
[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
b3f8ab75 4Version: 0.16.7
dfddc2e9 5Release: 1
835b18c9 6Epoch: 1
028985b1 7License: GPL v3+
5852d9d2 8Group: Applications/Communications
5e55554d 9Source0: http://gajim.org/downloads/0.16/%{name}-%{version}.tar.bz2
b3f8ab75 10# Source0-md5: 08d6fc3025977700e5bafde12cda36f4
5852d9d2 11URL: http://www.gajim.org/
99830fa8
PZ
12BuildRequires: autoconf
13BuildRequires: automake
2e1d65f8 14BuildRequires: gettext-tools
a8189f30
PZ
15BuildRequires: gtkspell-devel
16BuildRequires: intltool
99830fa8 17BuildRequires: libtool
dccd2280 18BuildRequires: pkgconfig
a8189f30 19BuildRequires: python-pygtk-devel >= 2.8.0
99830fa8 20BuildRequires: rpm-pythonprov
6b3dde59
SP
21BuildRequires: rpmbuild(macros) >= 1.177
22BuildRequires: xorg-lib-libSM-devel
59fd577f 23BuildRequires: xorg-lib-libXScrnSaver-devel
8da50e8c 24Requires: hicolor-icon-theme
d1ff97e9 25Requires: python-modules-sqlite
5852d9d2 26%pyrequires_eq python-modules
27%pyrequires_eq python
3a4972ac 28BuildConflicts: gnustep-gui-devel
13892137 29Requires: python-dns
6b3dde59 30Requires: python-docutils >= 0.4-2
b3f8ab75 31Requires: python-nbxmpp
a8189f30 32Requires: python-pygtk-glade >= 2.8.0
42ae6b6a 33Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
34Suggests: gnome-keyring
35Suggests: gnupg2
36Suggests: gpgme >= 1.0.0
6b3dde59 37Suggests: python-Crypto
f65baddf
PZ
38Suggests: python-avahi
39Suggests: python-dbus >= 0.82.1
40Suggests: python-gnome-desktop-keyring
41Suggests: python-gnome-gconf
6b3dde59 42Suggests: python-gnome-ui
0bf10f7d 43Suggests: python-pyOpenSSL >= 0.9
8da50e8c 44Suggests: python-pyasn1
b3f8ab75 45Suggests: python-modules-sqlite
a6e97748 46# sr@Latn vs. sr@latin
47Conflicts: glibc-misc < 6:2.7
5852d9d2 48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50%description
beebb597
JB
51Gajim is a Jabber client written in PyGTK. The goal of Gajim's
52developers is to provide a full featured and easy to use XMPP client
53for the GTK+ users. Gajim does not require GNOME to run, eventhough it
54exists with it nicely.
5852d9d2 55
934b1af7
JR
56%description -l pl.UTF-8
57Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
58dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
59dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
60działa z nim ładnie.
5852d9d2 61
62%prep
3a4972ac 63%setup -q
5852d9d2 64
65%build
99830fa8
PZ
66%{__intltoolize}
67%{__aclocal} -I m4
68%{__libtoolize}
69%{__autoheader}
70%{__autoconf}
71%{__automake}
7500c436 72%configure
6b3dde59 73
5852d9d2 74%{__make} \
4c66f19f 75 CC="%{__cc}" \
acf37287 76 PREFIX=%{_prefix} \
4d00e833 77 LIBDIR=/%{_lib}
5852d9d2 78
79%install
80rm -rf $RPM_BUILD_ROOT
81
82%{__make} install \
83 PREFIX=%{_prefix} \
4d00e833 84 LIBDIR=/%{_lib} \
5852d9d2 85 DESTDIR=$RPM_BUILD_ROOT
86
b3f8ab75 87%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/nb_NO
6b3dde59 88
a6e97748 89[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
6b3dde59 90 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 91%find_lang %{name}
92
5852d9d2 93%clean
94rm -rf $RPM_BUILD_ROOT
95
8da50e8c
MB
96%post
97%update_icon_cache hicolor
98
99%postun
100%update_icon_cache hicolor
101
006ce781 102%files -f %{name}.lang
5852d9d2 103%defattr(644,root,root,755)
9664517b 104%doc AUTHORS ChangeLog README THANKS THANKS.artists
028985b1 105%attr(755,root,root) %{_bindir}/gajim*
a8189f30 106%{_datadir}/%{name}
028985b1 107%{_desktopdir}/gajim.desktop
b3f8ab75 108%{_desktopdir}/gajim-remote.desktop
028985b1 109%{_mandir}/man1/*.1*
ad5ff9ac 110%{_iconsdir}/hicolor/64x64/apps/gajim.png
5e55554d 111%{_iconsdir}/hicolor/128x128/apps/gajim.png
ad5ff9ac 112%{_iconsdir}/hicolor/scalable/apps/gajim.svg
This page took 0.082303 seconds and 4 git commands to generate.