Accepting request 406088 from home:jengelh:branches:hardware

- Make groups consistent with openSUSE use.
  Make all directories owned all the time.

OBS-URL: https://build.opensuse.org/request/show/406088
OBS-URL: https://build.opensuse.org/package/show/hardware/genwqe-tools?expand=0&rev=5
This commit is contained in:
Ismail Dönmez 2016-07-02 17:02:47 +00:00 committed by Git OBS Bridge
parent 29dac99304
commit df9a115116
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 2 16:13:19 UTC 2016 - jengelh@inai.de
- Make groups consistent with openSUSE use.
Make all directories owned all the time.
-------------------------------------------------------------------
Fri Jul 1 16:04:10 UTC 2016 - normand@linux.vnet.ibm.com

View File

@ -45,21 +45,21 @@ Provide a suite of utilities to manage and configure the IBM GenWQE card.
%package -n genwqe-zlib
Summary: GenWQE hardware accelerated libz
Group: System Environment/Base
Group: System/Libraries
%description -n genwqe-zlib
GenWQE hardware accelerated libz and test-utilities.
%package -n genwqe-vpd
Summary: GenWQE adapter VPD tools
Group: System Environment/Base
Group: System/Libraries
%description -n genwqe-vpd
The genwqe-vpd package contains GenWQE adapter VPD tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
@ -68,7 +68,8 @@ developing applications that use %{name}.
%package static
Summary: Static library files for %{name}
Requires: %{name} = %{version}
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version}
%description static
The %{name}-static package contains static libraries for
@ -127,7 +128,7 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip
%{_bindir}/genwqe_test_gz
%{_bindir}/genwqe_mt_perf
%{_bindir}/zlib_mt_perf
%dir %{_libdir}/genwqe
%{_libdir}/genwqe/gunzip
%{_libdir}/genwqe/gzip
@ -169,10 +170,10 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip
%{_mandir}/man1/genwqe_vpdupdate.1*
%files devel
%dir %{_includedir}/genwqe
%{_includedir}/genwqe/*
%{_includedir}/genwqe/
%files static
%dir %{_libdir}/genwqe/
%{_libdir}/genwqe/*.a
%changelog