]> git.pld-linux.org Git - packages/ekg2.git/blob - ekg2.spec
121df8b1079ef276b42e039a7d77ef39aada894b
[packages/ekg2.git] / ekg2.spec
1 %define         _snap 20040411
2 Summary:        A client compatible with Gadu-Gadu
3 Summary(de):    Einen client kompatibel zu Gadu-Gadu
4 Summary(it):    Esperimentale cliente di Gadu-Gadu
5 Summary(pl):    Eksperymentalny Klient Gadu-Gadu
6 Name:           ekg2
7 Version:        2.0
8 Release:        0.%{_snap}.1
9 License:        GPL v2+
10 Group:          Applications/Communications
11 Source0:        %{name}-%{_snap}.tar.bz2
12 # Source0-md5:  e5a43aa21c15781eff21dda4d602ba28
13 URL:            http://dev.null.pl/ekg/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libgadu-devel
17 BuildRequires:  libltdl-devel
18 BuildRequires:  libgsm-devel
19 BuildRequires:  ncurses-devel
20 BuildRequires:  openssl-devel >= 0.9.7d
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 A client compatible with Gadu-Gadu and Jabber.
25
26 %description -l de
27 Einen client kompatibel zu Gadu-Gadu und Jabber.
28
29 %description -l it
30 Esperimentale cliente di Gadu-Gadu.
31
32 %description -l pl
33 Eksperymentalny Klient Gadu-Gadu. W wersji 2.0 obs³uguje zarówno
34 Gadu-Gadu jak i Jabbera. Planowana tak¿e obs³uga ICQ.
35
36 %prep
37 %setup -q -n %{name}
38
39 %build
40 %{__libtoolize} --ltdl
41 %{__aclocal} -I m4
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52 rm -rf docs/{CVS,.cvsignore}
53 mv $RPM_BUILD_ROOT%{_bindir}/ekg{,2}
54 mv README README-main
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc ChangeLog README-main docs/*
62 %attr(755,root,root) %{_bindir}/*
63 %dir %{_libdir}/ekg
64 %dir %{_libdir}/ekg/plugins
65 %attr(755,root,root) %{_libdir}/ekg/plugins/*.so
66 %{?_with_ioctl_daemon:%attr(4755,root,root) %{_libdir}/ioctld}
This page took 0.159185 seconds and 2 git commands to generate.