- Added function keys for buttons (bnc#595564)

- 2.21.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-firewall?expand=0&rev=18
This commit is contained in:
Lukas Ocilka 2011-11-04 15:07:07 +00:00 committed by Git OBS Bridge
parent d241f4ae7c
commit 5a03b40a6e
4 changed files with 19 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 4 15:50:22 CET 2011 - locilka@suse.cz
- Added function keys for buttons (bnc#595564)
- 2.21.2
-------------------------------------------------------------------
Thu Oct 13 10:34:54 CEST 2011 - locilka@suse.cz

View File

@ -19,13 +19,11 @@
Name: yast2-firewall
Version: 2.21.1
Version: 2.21.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-firewall-2.21.1.tar.bz2
Prefix: /usr
Source0: yast2-firewall-%{version}.tar.bz2
Group: System/YaST
License: GPL-2.0+
@ -51,26 +49,26 @@ Summary: YaST2 - Firewall Configuration
A YaST2 module to be used for configuring a firewall.
%prep
%setup -n yast2-firewall-2.21.1
%setup -n yast2-firewall-%{version}
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
%{_prefix}/bin/y2tool y2autoconf
%{_prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$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)
# so that RPM_OPT_FLAGS check works
make %{?jobs:-j%jobs} V=1
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
@ -84,8 +82,8 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/include/firewall/*
/usr/share/YaST2/modules/SuSEFirewall*
/usr/share/YaST2/clients/firewall*
%{prefix}/share/applications/YaST2/firewall.desktop
%{_prefix}/share/applications/YaST2/firewall.desktop
/usr/share/YaST2/schema/autoyast/rnc/firewall.rnc
%doc %{prefix}/share/doc/packages/yast2-firewall
%doc %{_prefix}/share/doc/packages/yast2-firewall
%changelog