]> git.pld-linux.org Git - packages/rsync.git/blobdiff - rsync.spec
Rel 3; reenable tests
[packages/rsync.git] / rsync.spec
index ac0243a426134e09aa201ce2879329af59355c97..335131255812dfa788d0d58e89ee1b0c76bd7d4e 100644 (file)
@@ -5,11 +5,8 @@
 # Conditional build:
 %bcond_with    rsh     # set remote shell command to rsh instead of ssh (old behaviour)
 %bcond_with    fadvise # apply fadvise patch
-%bcond_with    tests   # perform "make test"
+%bcond_without tests   # perform "make test"
 #
-%ifarch alpha
-%undefine      with_tests
-%endif
 Summary:       Program for efficient remote updates of files
 Summary(es.UTF-8):     Programa para actualizar archivos remotos de forma eficiente
 Summary(ko.UTF-8):     네트워크를 통한 파일동기화를 위한 프로그램
@@ -21,7 +18,7 @@ Summary(zh_CN.UTF-8): [通讯]传输工具
 Summary(zh_TW.UTF-8):  [喙啪]\e$(B6G?i火(c\e(B
 Name:          rsync
 Version:       3.2.3
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v3+
 Group:         Networking/Utilities
@@ -49,6 +46,9 @@ BuildRequires:        python3-commonmark
 BuildRequires: rpmbuild(macros) >= 1.318
 BuildRequires: xxHash-devel >= 0.8.0
 BuildRequires: zstd-devel
+%if %{with tests}
+BuildRequires: fakeroot >= 1.26
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _duplicate_files_terminate_build        0
This page took 0.063689 seconds and 4 git commands to generate.