Accepting request 522992 from home:jengelh:branches:Base:System

- Run `make install-perlmod` to install/satisfy Perl modules
  required by /usr/bin/cpupcstat, itself installed by just
  `make install` [boo#1057963]

OBS-URL: https://build.opensuse.org/request/show/522992
OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=51
This commit is contained in:
Marcus Meissner 2017-10-07 10:09:41 +00:00 committed by Git OBS Bridge
parent aeeda5616d
commit db3ed4394c
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 11 07:47:31 UTC 2017 - jengelh@inai.de
- Run `make install-perlmod` to install/satisfy Perl modules
required by /usr/bin/cpupcstat, itself installed by just
`make install` [boo#1057963]
-------------------------------------------------------------------
Thu Apr 20 10:40:04 UTC 2017 - jengelh@inai.de

View File

@ -76,8 +76,8 @@ echo %{version} > version
make %{my_make_flags}
%install
make %{my_make_flags} install
make %{my_make_flags} install-tests
make %{my_make_flags} PMDIR="%{perl_vendorlib}/TLBC" \
install install-perlmod install-tests
mkdir -p %{buildroot}%{_prefix}/include
cp -avL hugetlbfs.h %{buildroot}%{_prefix}/include
chmod 644 %{buildroot}%{_libdir}/*.a
@ -93,6 +93,7 @@ fi
%{_mandir}/man[178]/*%{?ext_man}
%{_libdir}/libhugetlbfs_privutils.so
%{_libdir}/libhugetlbfs.so
%{perl_vendorlib}/TLBC/
%files devel
%defattr(-, root, root)