]> git.pld-linux.org Git - SPECS.git/blob - libopensync-plugin-kdepim.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / libopensync-plugin-kdepim.spec
1 Summary:        OpenSync kdepim plugin
2 Summary(pl.UTF-8):      Wtyczka kdepim do OpenSync
3 Name:           libopensync-plugin-kdepim
4 Version:        0.22
5 Release:        2
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw
9 # Source0-md5:  df4dea8183847da838e6494fcb4e7c0a
10 URL:            http://www.opensync.org/
11 BuildRequires:  glib2-devel >= 2.0
12 BuildRequires:  kdepim-devel >= 3.0.0
13 BuildRequires:  libopensync-devel >= %{version}
14 BuildRequires:  libxml2-devel >= 2.0
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 OpenSync is a synchronization framework that is platform and
20 distribution independent.
21
22 It consists of several plugins that can be used to connect to devices,
23 a powerful sync-engine and the framework itself.
24
25 This package contains kdepim plugin for OpenSync framework.
26
27 %description -l pl.UTF-8
28 OpenSync to niezależny od platformy i dystrybucji szkielet do
29 synchronizacji danych.
30
31 Składa się z różnych wtyczek, których można używać do łączenia z
32 urządzeniami, potężnego silnika synchronizacji oraz samego szkieletu.
33
34 Ten pakiet zawiera wtyczkę kdepim dla szkieletu OpenSync.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure \
41 %if "%{_lib}" == "lib64"
42         --enable-libsuffix=64 \
43 %endif
44         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
45         --with-qt-libraries=%{_libdir}
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/plugins/*.la
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %attr(755,root,root) %{_libdir}/opensync/plugins/kdepim_lib.so
63 %attr(755,root,root) %{_libdir}/opensync/plugins/kdepim_sync.so
64 %{_datadir}/opensync/defaults/kdepim-sync
This page took 0.496493 seconds and 3 git commands to generate.