SHA256
1
0
forked from pool/yast2-tune

- Add metainfo (fate#319035)

- Revamp spec
- Replace GenericName with Comment
- 4.2.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-tune?expand=0&rev=286
This commit is contained in:
YaST Team Bot 2019-06-04 08:13:49 +00:00 committed by Git OBS Bridge
parent b74bfe28b6
commit 2ce97361ad
4 changed files with 29 additions and 42 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:006ab19635ba379e6d1f6fb9ec45c88c4933f2b62fcd0e34e487515347f12f36
size 42926

3
yast2-tune-4.2.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7c1bcc83fcb93b3568d067b1c4d94943bfec37d88fac8a885dae41fe588aa9f
size 42949

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 31 12:41:37 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 26 13:07:03 UTC 2019 - José Iván López González <jlopez@suse.com> Tue Feb 26 13:07:03 UTC 2019 - José Iván López González <jlopez@suse.com>

View File

@ -17,55 +17,37 @@
Name: yast2-tune Name: yast2-tune
Version: 4.1.0 Version: 4.2.0
Release: 0 Release: 0
Summary: YaST2 - Hardware Tuning
License: GPL-2.0-or-later
Group: System/YaST
Url: https://github.com/yast/yast-tune
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yast2 BuildRequires: yast2
BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-devtools >= 4.2.2
# hwinfo/classnames.ycp # hwinfo/classnames.ycp
# Wizard::SetDesktopTitleAndIcon # Wizard::SetDesktopTitleAndIcon
Requires: yast2 >= 2.21.22 Requires: yast2 >= 2.21.22
Requires: yast2-bootloader Requires: yast2-bootloader
Provides: yast2-config-hwinfo
Provides: yast2-trans-tune
Provides: yast2-tune-idedma
Obsoletes: yast2-config-hwinfo
Obsoletes: yast2-trans-tune
Obsoletes: yast2-tune-idedma
Provides: y2c_tune
Provides: y2t_tune
Provides: yast2-config-tune
Provides: yast2-trans-hwinfo
Provides: yast2-trans-idedma
Obsoletes: y2c_tune
Obsoletes: y2t_tune
Obsoletes: yast2-config-tune
Obsoletes: yast2-trans-hwinfo
Obsoletes: yast2-trans-idedma
Obsoletes: yast2-tune-devel-doc
Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-ruby-bindings >= 1.0.0
Summary: YaST2 - Hardware Tuning
License: GPL-2.0-or-later
Group: System/YaST
%description %description
This package contains the YaST2 component for hardware configuration. This package contains the YaST2 component for hardware configuration.
%prep %prep
%setup -n %{name}-%{version} %setup -q
%build %build
%yast_build %yast_build
%install %install
%yast_install %yast_install
%yast_metainfo
%post %post
# rename the config file to the new modprobe schema # rename the config file to the new modprobe schema
@ -74,18 +56,15 @@ if test -e /etc/modprobe.d/newid; then
fi fi
%files %files
%defattr(-,root,root) %{yast_yncludedir}
%{yast_clientdir}
%{yast_yncludedir}/hwinfo/* %{yast_desktopdir}
%{yast_clientdir}/*.rb %{yast_metainfodir}
%{yast_desktopdir}/hwinfo.desktop %{yast_moduledir}
%{yast_desktopdir}/system_settings.desktop %{yast_libdir}
%{yast_moduledir}/*.rb %{yast_scrconfdir}
%dir %{yast_libdir}/tune
%{yast_libdir}/tune/*.rb
%{yast_scrconfdir}/*.scr
%{yast_icondir} %{yast_icondir}
%dir %{yast_docdir} %doc %{yast_docdir}
%license %{yast_docdir}/COPYING %license COPYING
%changelog %changelog