diff --git a/yast2-proxy-4.1.0.tar.bz2 b/yast2-proxy-4.1.0.tar.bz2 deleted file mode 100644 index e9a21ef..0000000 --- a/yast2-proxy-4.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67b82047e5fa764d810b4ea312c774b1099785ae953351ef981e26157a52dfa5 -size 24934 diff --git a/yast2-proxy-4.2.0.tar.bz2 b/yast2-proxy-4.2.0.tar.bz2 new file mode 100644 index 0000000..9c86fa4 --- /dev/null +++ b/yast2-proxy-4.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2616363785b47c3b71f523a6b1a76f2b8d86448dce1425ec74c175394b2731 +size 24980 diff --git a/yast2-proxy.changes b/yast2-proxy.changes index acec165..1ca0e91 100644 --- a/yast2-proxy.changes +++ b/yast2-proxy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 31 12:35:58 UTC 2019 - Stasiek Michalski + +- Add metainfo (fate#319035) +- Revamp spec +- Replace GenericName with Comment +- 4.2.0 + ------------------------------------------------------------------- Wed Dec 5 11:06:17 UTC 2018 - jreidinger@suse.com diff --git a/yast2-proxy.spec b/yast2-proxy.spec index 096a518..c0186b3 100644 --- a/yast2-proxy.spec +++ b/yast2-proxy.spec @@ -17,58 +17,55 @@ Name: yast2-proxy -Version: 4.1.0 +Version: 4.2.0 Release: 0 +Summary: YaST2 - Proxy Configuration +License: GPL-2.0-or-later +Group: System/YaST +Url: https://github.com/yast/yast-proxy -BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 BuildRequires: update-desktop-files -BuildRequires: yast2-buildtools >= 3.1.10 +BuildRequires: yast2 +BuildRequires: yast2-buildtools >= 4.2.2 BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) -BuildRequires: yast2 Requires: yast2 +Requires: yast2-ruby-bindings >= 1.0.0 # we split off that one Conflicts: yast2-network < 2.22.6 BuildArch: noarch -Requires: yast2-ruby-bindings >= 1.0.0 - -Summary: YaST2 - Proxy Configuration -License: GPL-2.0-or-later -Group: System/YaST -Url: http://en.opensuse.org/Portal:YaST - %description This package contains the YaST2 component for proxy configuration. %prep -%setup -n %{name}-%{version} +%setup -q %check -rake test:unit +%yast_check %build %install -rake install DESTDIR="%{buildroot}" +%yast_install +%yast_metainfo %files -%defattr(-,root,root) -%{yast_clientdir}/*.rb -%{yast_libdir}/proxy -%{yast_moduledir}/*.rb -%{yast_yncludedir}/proxy -%{yast_desktopdir}/*.desktop -%{yast_scrconfdir}/*.scr -%{yast_schemadir}/autoyast/rnc/proxy.rnc +%{yast_clientdir} +%{yast_libdir} +%{yast_moduledir} +%{yast_yncludedir} +%{yast_desktopdir} +%{yast_metainfodir} +%{yast_scrconfdir} +%{yast_schemadir} %{yast_icondir} %license COPYING - %doc %{yast_docdir} %changelog