- Add metainfo (fate#319035)

- Revamp spec
- Replace GenericName with Comment
- 4.2.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-proxy?expand=0&rev=164
This commit is contained in:
YaST Team Bot 2019-06-04 14:59:05 +00:00 committed by Git OBS Bridge
parent 2d28b53fc2
commit 1bdf533e9c
4 changed files with 31 additions and 26 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 31 12:35:58 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.0
-------------------------------------------------------------------
Wed Dec 5 11:06:17 UTC 2018 - jreidinger@suse.com

View File

@ -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