Accepting request 115086 from YaST:Head
- Moved over one forgotten file. - 2.22.1 OBS-URL: https://build.opensuse.org/request/show/115086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-proxy?expand=0&rev=2
This commit is contained in:
commit
f5d7e49140
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:185147b9a3edd095d388773c96817ce0051f41ba85f07c79499eecba51cb7674
|
|
||||||
size 89242
|
|
3
yast2-proxy-2.22.1.tar.bz2
Normal file
3
yast2-proxy-2.22.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96d47ef9d88ac5f11195a51c45b5343fe6a7c9d513564ff40c18efad6ff4b598
|
||||||
|
size 95025
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 11:15:23 CEST 2012 - mvidner@suse.cz
|
||||||
|
|
||||||
|
- Moved over one forgotten file.
|
||||||
|
- 2.22.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 10 14:49:56 CEST 2012 - mvidner@suse.cz
|
Tue Apr 10 14:49:56 CEST 2012 - mvidner@suse.cz
|
||||||
|
|
||||||
|
@ -15,22 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-proxy
|
Name: yast2-proxy
|
||||||
Version: 2.22.0
|
Version: 2.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-proxy-%{version}.tar.bz2
|
Source0: yast2-proxy-%{version}.tar.bz2
|
||||||
|
|
||||||
Group: System/YaST
|
|
||||||
License: GPL-2.0+
|
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
BuildRequires: perl-XML-Writer
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: rpm
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2-devtools yast2-testsuite
|
BuildRequires: yast2-devtools
|
||||||
|
BuildRequires: yast2-testsuite
|
||||||
|
|
||||||
BuildRequires: yast2
|
BuildRequires: yast2
|
||||||
Requires: yast2
|
Requires: yast2
|
||||||
@ -42,6 +41,8 @@ PreReq: /bin/rm
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Summary: YaST2 - Proxy Configuration
|
Summary: YaST2 - Proxy Configuration
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: System/YaST
|
||||||
Url: http://en.opensuse.org/Portal:YaST
|
Url: http://en.opensuse.org/Portal:YaST
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,7 +59,6 @@ autoreconf --force --install
|
|||||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
|
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||||
# so that RPM_OPT_FLAGS check works
|
# so that RPM_OPT_FLAGS check works
|
||||||
@ -80,6 +80,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/clients/*.ycp
|
/usr/share/YaST2/clients/*.ycp
|
||||||
/usr/share/YaST2/modules/*.ycp
|
/usr/share/YaST2/modules/*.ycp
|
||||||
/usr/share/YaST2/modules/*.ybc
|
/usr/share/YaST2/modules/*.ybc
|
||||||
|
/usr/share/YaST2/include/proxy
|
||||||
%{_prefix}/share/applications/YaST2/*.desktop
|
%{_prefix}/share/applications/YaST2/*.desktop
|
||||||
/usr/share/YaST2/scrconf/*.scr
|
/usr/share/YaST2/scrconf/*.scr
|
||||||
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user