|
|
|
@ -82,6 +82,7 @@ install -p -d -m 0755 %{buildroot}%{entrydns_root}
|
|
|
|
|
install -p -d -m 0755 %{buildroot}%{entrydns_root}/log |
|
|
|
|
install -p -d -m 0755 %{buildroot}%{entrydns_root}/tmp |
|
|
|
|
install -p -d -m 0755 %{buildroot}%{_unitdir} |
|
|
|
|
install -p -d -m 0755 %{buildroot}%{_tmpfilesdir} |
|
|
|
|
cp -R app %{buildroot}%{entrydns_root} |
|
|
|
|
cp -R config %{buildroot}%{entrydns_root} |
|
|
|
|
cp -R db %{buildroot}%{entrydns_root} |
|
|
|
@ -97,6 +98,7 @@ cp Rakefile %{buildroot}%{entrydns_root}
|
|
|
|
|
cp dist/fedora/etc/sysconfig/unicorn-entrydns %{buildroot}%{_sysconfdir}/sysconfig |
|
|
|
|
cp dist/fedora/etc/%{name}/unicorn.conf %{buildroot}%{_sysconfdir}/%{name} |
|
|
|
|
cp dist/fedora%{_unitdir}/%{entrydns_systemd_unit} %{buildroot}%{_unitdir} |
|
|
|
|
cp dist/fedora/etc/tmpfiles.d/%{name}.conf %{buildroot}%{_tmpfilesdir} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
@ -119,8 +121,9 @@ cp dist/fedora%{_unitdir}/%{entrydns_systemd_unit} %{buildroot}%{_unitdir}
|
|
|
|
|
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/%{name}/unicorn.conf |
|
|
|
|
%{_unitdir}/%{entrydns_systemd_unit} |
|
|
|
|
%attr(-, %{entrydns_user}, %{entrydns_group}) %{_var}/log/%{name} |
|
|
|
|
#%{_sysconfdir}/%{name} |
|
|
|
|
%attr(0755, %{entrydns_user}, %{entrydns_group}) /run/%{name} |
|
|
|
|
%dir /run/%{name} |
|
|
|
|
%{_tmpfilesdir}/%{name}.conf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%pre |
|
|
|
|