Now that pass has a test suite, we can run it when building the package.
epel9
Christophe Fergeau 11 years ago
parent c678eac342
commit 11b475803d

@ -28,6 +28,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} \
MANDIR=%{_mandir} FORCE_ALL=1 \ MANDIR=%{_mandir} FORCE_ALL=1 \
install install
%check
make test
%files %files
%doc README COPYING contrib %doc README COPYING contrib
%{_bindir}/pass %{_bindir}/pass

Loading…
Cancel
Save