Accepting request 482862 from hardware
1 OBS-URL: https://build.opensuse.org/request/show/482862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuset?expand=0&rev=28
This commit is contained in:
commit
1015d0fa3c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 08:11:36 UTC 2017 - lpechacek@suse.com
|
||||
|
||||
- Fix SLE 11 build in Devel project
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 04:07:50 UTC 2017 - sfalken@opensuse.org
|
||||
|
||||
|
11
cpuset.spec
11
cpuset.spec
@ -58,17 +58,18 @@ rm -rf %{buildroot}/eraseme
|
||||
|
||||
# Install documentation
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
mkdir -p %{buildroot}/%{_defaultdocdir}/cpuset/html
|
||||
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/html
|
||||
|
||||
cp doc/*.1 %{buildroot}/%{_mandir}/man1
|
||||
cp doc/*.html %{buildroot}/%{_defaultdocdir}/cpuset/html/
|
||||
install -m 0444 doc/*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
install -m 0444 NEWS README AUTHORS COPYING cset.init.d doc/*.txt %{buildroot}/%{_defaultdocdir}/%{name}
|
||||
install -m 0444 doc/*.html %{buildroot}/%{_defaultdocdir}/%{name}/html/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS README AUTHORS COPYING cset.init.d doc/*.txt
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_bindir}/cset
|
||||
%{python_sitelib}/*
|
||||
%{_mandir}/man1/*
|
||||
%{_docdir}/%{name}/html
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user