]> git.pld-linux.org Git - packages/ekg2.git/blob - ekg2.spec
- upgraded to 20040411:
[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:  libgsm-devel
18 BuildRequires:  ncurses-devel
19 BuildRequires:  openssl-devel >= 0.9.7d
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A client compatible with Gadu-Gadu and Jabber.
24
25 %description -l de
26 Einen client kompatibel zu Gadu-Gadu und Jabber.
27
28 %description -l it
29 Esperimentale cliente di Gadu-Gadu.
30
31 %description -l pl
32 Eksperymentalny Klient Gadu-Gadu. W wersji 2.0 obs³uguje zarówno
33 Gadu-Gadu jak i Jabbera. Planowana tak¿e obs³uga ICQ.
34
35 %prep
36 %setup -q -n %{name}
37
38 %build
39 %{__libtoolize} --ltdl
40 %{__aclocal} -I m4
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51 rm -rf docs/{CVS,.cvsignore}
52 mv $RPM_BUILD_ROOT%{_bindir}/ekg{,2}
53 mv README README-main
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc ChangeLog README-main docs/*
61 %attr(755,root,root) %{_bindir}/*
62 %dir %{_libdir}/ekg
63 %dir %{_libdir}/ekg/plugins
64 %attr(755,root,root) %{_libdir}/ekg/plugins/*.so
65 %{?_with_ioctl_daemon:%attr(4755,root,root) %{_libdir}/ioctld}
This page took 0.207918 seconds and 4 git commands to generate.