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:
parent
b74bfe28b6
commit
2ce97361ad
@ -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
3
yast2-tune-4.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7c1bcc83fcb93b3568d067b1c4d94943bfec37d88fac8a885dae41fe588aa9f
|
||||
size 42949
|
@ -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>
|
||||
|
||||
|
@ -17,55 +17,37 @@
|
||||
|
||||
|
||||
Name: yast2-tune
|
||||
Version: 4.1.0
|
||||
Version: 4.2.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
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
|
||||
# hwinfo/classnames.ycp
|
||||
# Wizard::SetDesktopTitleAndIcon
|
||||
Requires: yast2 >= 2.21.22
|
||||
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
|
||||
|
||||
Summary: YaST2 - Hardware Tuning
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/YaST
|
||||
|
||||
%description
|
||||
This package contains the YaST2 component for hardware configuration.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%yast_build
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
%yast_metainfo
|
||||
|
||||
%post
|
||||
# rename the config file to the new modprobe schema
|
||||
@ -74,18 +56,15 @@ if test -e /etc/modprobe.d/newid; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%{yast_yncludedir}/hwinfo/*
|
||||
%{yast_clientdir}/*.rb
|
||||
%{yast_desktopdir}/hwinfo.desktop
|
||||
%{yast_desktopdir}/system_settings.desktop
|
||||
%{yast_moduledir}/*.rb
|
||||
%dir %{yast_libdir}/tune
|
||||
%{yast_libdir}/tune/*.rb
|
||||
%{yast_scrconfdir}/*.scr
|
||||
%{yast_yncludedir}
|
||||
%{yast_clientdir}
|
||||
%{yast_desktopdir}
|
||||
%{yast_metainfodir}
|
||||
%{yast_moduledir}
|
||||
%{yast_libdir}
|
||||
%{yast_scrconfdir}
|
||||
%{yast_icondir}
|
||||
%dir %{yast_docdir}
|
||||
%license %{yast_docdir}/COPYING
|
||||
%doc %{yast_docdir}
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user