diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-06 11:25:50 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-06 11:25:50 +0200 |
commit | 18bd12302c39345f1a1a3fa29ddfd3e6ac558c24 (patch) | |
tree | 12b8911c486d4700e1c7ec9f0227252943cebcfb | |
parent | 83eb22fded7a475e5640ff415f9de360880a567c (diff) | |
download | sink-18bd12302c39345f1a1a3fa29ddfd3e6ac558c24.tar.gz sink-18bd12302c39345f1a1a3fa29ddfd3e6ac558c24.zip |
Specfile cleanup
-rw-r--r-- | dist/sink.spec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dist/sink.spec b/dist/sink.spec index dbe1007..1522890 100644 --- a/dist/sink.spec +++ b/dist/sink.spec | |||
@@ -38,11 +38,6 @@ Development headers for sink | |||
38 | %prep | 38 | %prep |
39 | %setup -q | 39 | %setup -q |
40 | 40 | ||
41 | sed -i \ | ||
42 | -e '/inspectiontest/d' \ | ||
43 | -e '/maildirresourcetest/d' \ | ||
44 | tests/CMakeLists.txt | ||
45 | |||
46 | %build | 41 | %build |
47 | mkdir -p build/ | 42 | mkdir -p build/ |
48 | pushd build | 43 | pushd build |
@@ -59,7 +54,6 @@ pushd build | |||
59 | %make_install | 54 | %make_install |
60 | popd | 55 | popd |
61 | 56 | ||
62 | #rm -rf %{buildroot}%{_prefix}/mkspecs/modules/qt_KMime.pri | ||
63 | rm %{buildroot}%{_prefix}/bin/resetmailbox.sh | 57 | rm %{buildroot}%{_prefix}/bin/resetmailbox.sh |
64 | rm %{buildroot}%{_prefix}/bin/populatemailbox.sh | 58 | rm %{buildroot}%{_prefix}/bin/populatemailbox.sh |
65 | rm %{buildroot}%{_prefix}/bin/sink_smtp_test | 59 | rm %{buildroot}%{_prefix}/bin/sink_smtp_test |