]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- updated to 2009-06-07 (0.12.2)
[packages/gajim.git] / gajim.spec
CommitLineData
6a3fba34 1#
64cc8494
SP
2%define snap 20090607
3%define snap_date 2009-06-07
6a3fba34 4
beebb597 5Summary: A Jabber client written in PyGTK
27c667cc 6Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK
5852d9d2 7Name: gajim
cbfb9a0c 8Version: 0.12.1.5
6a3fba34 9Release: 0.%{snap}.1
59216cf3 10Epoch: 1
b1f53c75 11License: GPL v2
5852d9d2 12Group: Applications/Communications
6a3fba34 13Source0: http://www.gajim.org/downloads/snap/%{name}-%{snap_date}.tar.gz
64cc8494 14# Source0-md5: 9b61fa8d22b7c0ba7d9e40391d36500e
5852d9d2 15URL: http://www.gajim.org/
70e4ada7
JB
16BuildRequires: autoconf
17BuildRequires: automake
5ad5e149 18BuildRequires: gettext-devel
b4753e9b 19BuildRequires: gtkspell-devel
1da30c2b 20BuildRequires: intltool
70e4ada7 21BuildRequires: libtool
1da30c2b 22BuildRequires: python-pygtk-devel >= 2.8.0
e51c8fd1 23BuildRequires: rpm-pythonprov
27c667cc 24BuildRequires: rpmbuild(macros) >= 1.177
739d169e 25BuildRequires: xorg-lib-libSM-devel
1d492f99 26BuildRequires: xorg-lib-libXScrnSaver-devel
5852d9d2 27%pyrequires_eq python-modules
28%pyrequires_eq python
13892137 29Requires: python-dns
27c667cc 30Requires: python-docutils >= 0.4-2
8375e285 31Requires: python-modules-sqlite
1da30c2b 32Requires: python-pygtk-glade >= 2.8.0
27c667cc 33Requires: python-sqlite
53ab54a0 34Suggests: gnome-keyring
103fe6d9 35Suggests: gnupg2
27c667cc 36Suggests: gpgme >= 1.0.0
103fe6d9 37Suggests: notification-daemon
0c03a754 38Suggests: python-Crypto
847024a8 39Suggests: python-avahi
1d7763e0 40Suggests: python-dbus >= 0.82.1
847024a8
PZ
41Suggests: python-gnome-desktop-keyring
42Suggests: python-gnome-gconf
103fe6d9 43Suggests: python-gnome-ui
08fda15b 44Suggests: python-pyOpenSSL
103fe6d9 45Suggests: python-sexy
847024a8 46Suggests: python-sqlite
27c667cc
SP
47# sr@Latn vs. sr@latin
48Conflicts: glibc-misc < 6:2.7
5852d9d2 49BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
51%description
beebb597
JB
52Gajim is a Jabber client written in PyGTK. The goal of Gajim's
53developers is to provide a full featured and easy to use XMPP client
54for the GTK+ users. Gajim does not require GNOME to run, eventhough it
55exists with it nicely.
5852d9d2 56
b93a977b
JR
57%description -l pl.UTF-8
58Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
59dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
60dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
61działa z nim ładnie.
5852d9d2 62
63%prep
6a3fba34 64%setup -q -n %{name}-%{version}-svn
5852d9d2 65
66%build
4d2c55e8
PZ
67%{__intltoolize}
68%{__aclocal} -I m4
69%{__libtoolize}
70%{__autoheader}
71%{__autoconf}
72%{__automake}
27c667cc 73%configure
49588f07 74
5852d9d2 75%{__make} \
c7665e23 76 CC="%{__cc}" \
acf37287 77 PREFIX=%{_prefix} \
4d00e833 78 LIBDIR=/%{_lib}
5852d9d2 79
80%install
81rm -rf $RPM_BUILD_ROOT
82
83%{__make} install \
84 PREFIX=%{_prefix} \
4d00e833 85 LIBDIR=/%{_lib} \
5852d9d2 86 DESTDIR=$RPM_BUILD_ROOT
87
5f33b669 88rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
89c16923 89rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
5852d9d2 90
57b36e0a
JB
91rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
92
27c667cc
SP
93[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
94 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 95%find_lang %{name}
96
5852d9d2 97%clean
98rm -rf $RPM_BUILD_ROOT
99
006ce781 100%files -f %{name}.lang
5852d9d2 101%defattr(644,root,root,755)
6a3fba34 102%doc AUTHORS ChangeLog README THANKS THANKS.artists
5852d9d2 103%attr(755,root,root) %{_bindir}/*
104%dir %{_libdir}/%{name}
105%attr(755,root,root) %{_libdir}/%{name}/*.so
1da30c2b 106%{_datadir}/%{name}
beebb597
JB
107%{_desktopdir}/*.desktop
108%{_mandir}/man1/*
7a74e812 109%{_pixmapsdir}/*.png
This page took 0.137775 seconds and 4 git commands to generate.