]> git.pld-linux.org Git - packages/gajim.git/blame_incremental - gajim.spec
- up to 0.13.2
[packages/gajim.git] / gajim.spec
... / ...
CommitLineData
1# TODO
2# - --disable-coca flag for configure seems to be broken, so
3# I've added BC: gnustep-gui-devel. Of course better sollution
4# is to fix configure.*
5Summary: A Jabber client written in PyGTK
6Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK
7Name: gajim
8Version: 0.13.2
9Release: 1
10Epoch: 1
11License: GPL v2
12Group: Applications/Communications
13Source0: http://gajim.org/downloads/0.13/%{name}-%{version}.tar.bz2
14# Source0-md5: 91606788f4d846b2d9c48abf8ec0781c
15URL: http://www.gajim.org/
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: gettext-devel
19BuildRequires: gtkspell-devel
20BuildRequires: intltool
21BuildRequires: libtool
22BuildRequires: pkgconfig
23BuildRequires: python-pygtk-devel >= 2.8.0
24BuildRequires: rpm-pythonprov
25BuildRequires: rpmbuild(macros) >= 1.177
26BuildRequires: xorg-lib-libSM-devel
27BuildRequires: xorg-lib-libXScrnSaver-devel
28Requires: python-modules-sqlite
29%pyrequires_eq python-modules
30%pyrequires_eq python
31BuildConflicts: gnustep-gui-devel
32Requires: python-dns
33Requires: python-docutils >= 0.4-2
34Requires: python-pygtk-glade >= 2.8.0
35Requires: python-sqlite
36Suggests: dbus(org.freedesktop.Notifications)
37Suggests: gnome-keyring
38Suggests: gnupg2
39Suggests: gpgme >= 1.0.0
40Suggests: python-Crypto
41Suggests: python-avahi
42Suggests: python-dbus >= 0.82.1
43Suggests: python-farsight2
44Suggests: python-gnome-desktop-keyring
45Suggests: python-gnome-gconf
46Suggests: python-gnome-ui
47Suggests: python-gstreamer
48Suggests: python-pyOpenSSL
49Suggests: python-sexy
50Suggests: python-sqlite
51# sr@Latn vs. sr@latin
52Conflicts: glibc-misc < 6:2.7
53BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55%description
56Gajim is a Jabber client written in PyGTK. The goal of Gajim's
57developers is to provide a full featured and easy to use XMPP client
58for the GTK+ users. Gajim does not require GNOME to run, eventhough it
59exists with it nicely.
60
61%description -l pl.UTF-8
62Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
63dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
64dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
65działa z nim ładnie.
66
67%prep
68%setup -q
69
70%build
71%{__intltoolize}
72%{__aclocal} -I m4
73%{__libtoolize}
74%{__autoheader}
75%{__autoconf}
76%{__automake}
77%configure
78
79%{__make} \
80 CC="%{__cc}" \
81 PREFIX=%{_prefix} \
82 LIBDIR=/%{_lib}
83
84%install
85rm -rf $RPM_BUILD_ROOT
86
87%{__make} install \
88 PREFIX=%{_prefix} \
89 LIBDIR=/%{_lib} \
90 DESTDIR=$RPM_BUILD_ROOT
91
92rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
93rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
94
95rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
96
97[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
98 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
99%find_lang %{name}
100
101%clean
102rm -rf $RPM_BUILD_ROOT
103
104%files -f %{name}.lang
105%defattr(644,root,root,755)
106%doc AUTHORS ChangeLog README THANKS THANKS.artists
107%attr(755,root,root) %{_bindir}/*
108%dir %{_libdir}/%{name}
109%attr(755,root,root) %{_libdir}/%{name}/*.so
110%{_datadir}/%{name}
111%{_desktopdir}/*.desktop
112%{_mandir}/man1/*
113%{_pixmapsdir}/*.png
114%{_pixmapsdir}/*.svg
This page took 0.051224 seconds and 4 git commands to generate.