File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ rm -rf $RPM_BUILD_ROOT
3535%{__install} python/* .py %{buildroot }/%{python_sitelib }/SciPass/
3636%{__install} perl/lib/SciPass/* .pm %{buildroot }/%{perl_vendorlib }/SciPass/
3737%{__install} etc/SciPass.xml %{buildroot }/etc/SciPass/
38+ %{__install} etc/SciPass.xsd %{buildroot }/etc/SciPass/
3839%{__install} etc/ryu.conf %{buildroot }/etc/SciPass/
3940%{__install} etc/scipass-init %{buildroot }/etc/init.d/scipass
4041%{__install} perl/bin/scipass-cli.pl %{buildroot }/usr/bin/scipass-cli.pl
@@ -47,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
4748%defattr(-,root,root,-)
4849/etc/init.d/scipass
4950%config(noreplace) /etc/SciPass/SciPass.xml
51+ /etc/SciPass/SciPass.xsd
5052/etc/SciPass/ryu.conf
5153%{python_sitelib }/SciPass/*
5254%{perl_vendorlib} /*
You can’t perform that action at this time.
0 commit comments