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:
Yuchen Lin 2017-04-06 09:02:03 +00:00 committed by Git OBS Bridge
commit 1015d0fa3c
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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