]> git.pld-linux.org Git - SPECS.git/blob - myldapklient.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / myldapklient.spec
1 Summary:        Support for LDAP address book for KMail
2 Summary(pl.UTF-8):      Wsparcie dla używania książki adresowej LDAP w KMailu
3 Name:           myldapklient
4 Version:        0.6.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/myldapklient/%{name}-%{version}.tar.gz
9 # Source0-md5:  47ef81e43e5f8746c17c5d96c11e08aa
10 BuildRequires:  kdebase-devel
11 BuildRequires:  rpmbuild(macros) >= 1.129
12 Requires:       kdelibs
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Support for LDAP address book for KMail.
17
18 %description -l pl.UTF-8
19 Wsparcie dla używania książki adresowej LDAP w KMailu.
20
21 %prep
22 %setup -q
23
24 %build
25 kde_htmldir="%{_kdedocdir}"; export kde_htmldir
26
27 %configure2_13
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_desktopdir}
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 install %{name}/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
39
40 %find_lang %{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %post   -p /sbin/ldconfig
46 %postun -p /sbin/ldconfig
47
48 %files -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc README
51 %attr(755,root,root) %{_bindir}/*
52 %{_desktopdir}/*.desktop
53 %{_iconsdir}/*/*/*/*.png
This page took 0.08923 seconds and 3 git commands to generate.