diff options
Diffstat (limited to 'dist/sink.spec')
-rw-r--r-- | dist/sink.spec | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dist/sink.spec b/dist/sink.spec index 60015f7..f5132b7 100644 --- a/dist/sink.spec +++ b/dist/sink.spec | |||
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | Name: sink | 2 | Name: sink |
3 | Version: 0.2.0 | 3 | Version: 0.3 |
4 | Release: 0%{?dist} | 4 | Release: 10%{?dist} |
5 | Summary: sink | 5 | Summary: sink |
6 | 6 | ||
7 | Group: Applications/Desktop | 7 | Group: Applications/Desktop |
@@ -18,6 +18,7 @@ BuildRequires: kf5-kcoreaddons-devel | |||
18 | BuildRequires: kf5-kcontacts-devel | 18 | BuildRequires: kf5-kcontacts-devel |
19 | BuildRequires: kf5-kmime-devel | 19 | BuildRequires: kf5-kmime-devel |
20 | BuildRequires: kimap2-devel | 20 | BuildRequires: kimap2-devel |
21 | BuildRequires: kdav2-devel | ||
21 | BuildRequires: libcurl-devel | 22 | BuildRequires: libcurl-devel |
22 | BuildRequires: libgit2-devel | 23 | BuildRequires: libgit2-devel |
23 | BuildRequires: lmdb-devel | 24 | BuildRequires: lmdb-devel |
@@ -37,17 +38,11 @@ Development headers for sink | |||
37 | %prep | 38 | %prep |
38 | %setup -q | 39 | %setup -q |
39 | 40 | ||
40 | sed -i \ | ||
41 | -e '/inspectiontest/d' \ | ||
42 | -e '/maildirresourcetest/d' \ | ||
43 | tests/CMakeLists.txt | ||
44 | |||
45 | %build | 41 | %build |
46 | mkdir -p build/ | 42 | mkdir -p build/ |
47 | pushd build | 43 | pushd build |
48 | %{cmake} \ | 44 | %{cmake} \ |
49 | -DQT_PLUGIN_INSTALL_DIR:PATH=%{_libdir}/qt5/plugins/ \ | 45 | -DQT_PLUGIN_INSTALL_DIR:PATH=%{_libdir}/qt5/plugins/ \ |
50 | -DBUILD_DAV=OFF \ | ||
51 | .. | 46 | .. |
52 | 47 | ||
53 | make %{?_smp_mflags} | 48 | make %{?_smp_mflags} |
@@ -58,7 +53,6 @@ pushd build | |||
58 | %make_install | 53 | %make_install |
59 | popd | 54 | popd |
60 | 55 | ||
61 | #rm -rf %{buildroot}%{_prefix}/mkspecs/modules/qt_KMime.pri | ||
62 | rm %{buildroot}%{_prefix}/bin/resetmailbox.sh | 56 | rm %{buildroot}%{_prefix}/bin/resetmailbox.sh |
63 | rm %{buildroot}%{_prefix}/bin/populatemailbox.sh | 57 | rm %{buildroot}%{_prefix}/bin/populatemailbox.sh |
64 | rm %{buildroot}%{_prefix}/bin/sink_smtp_test | 58 | rm %{buildroot}%{_prefix}/bin/sink_smtp_test |