Changes of Revision 4
[-] | Changed | passgen.spec |
x 1
2 %setup -n %{name}-%{version} 3 4 %build 5 -%configure 6 +%configure --with-conf=%{_sysconfdir} 7 %__make 8 9 %install 10 %__make DESTDIR=%{buildroot} install 11 +# make rpmlint happy 12 +chmod -x %{buildroot}%{_sysconfdir}/passgen.conf 13 14 %files 15 %defattr(-,root,root) 16 %config(noreplace) %{_sysconfdir}/passgen.conf 17 %{_bindir}/passgen 18 +%{_mandir}/man1/passgen.1* 19 +%{_mandir}/man5/passgen.conf.5* 20 21 %changelog 22 |