Name: @PROGRAM_NAME@ Version: @PROGRAM_RPMVERSION@ Release: 1%{?dist} Summary: Simple common test judge program Group: Applications License: BSD URL: http://www.tfcis.org/~lantw44/programs.html Source0: @PROGRAM_NAME@-@PROGRAM_VERSION@.tar.gz BuildRequires: gcc glibc-devel libcap libcap-devel Requires: glibc libcap %description 一個簡易的程式設計題目評測程式 %prep %setup -q -n @PROGRAM_NAME@-@PROGRAM_VERSION@ %build %configure --enable-procmon --enable-cap make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make -i install DESTDIR=$RPM_BUILD_ROOT %post setcap 'cap_sys_chroot,cap_setuid,cap_setgid,cap_kill+ep' %{_bindir}/sctjudge %files %defattr(-,root,root,-) %{_bindir}/sctjudge %doc COPYING INSTALL README %changelog