SHA256
1
0
forked from pool/firewalld

Accepting request 364070 from home:markoschandras:network

Move translations to a new subpackage

OBS-URL: https://build.opensuse.org/request/show/364070
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=8
This commit is contained in:
Markos Chandras 2016-03-08 13:58:56 +00:00 committed by Git OBS Bridge
parent ec24c682b8
commit 10ce71a608
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 1 21:51:37 UTC 2016 - mchandras@suse.de
- Move translations to a new subpackage
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 29 09:39:27 UTC 2016 - mchandras@suse.de Mon Feb 29 09:39:27 UTC 2016 - mchandras@suse.de

View File

@ -45,6 +45,7 @@ Requires: python-gobject
Requires: python-slip-dbus Requires: python-slip-dbus
Requires: sysconfig Requires: sysconfig
Requires(post): %fillup_prereq Requires(post): %fillup_prereq
Recommends: %{name}-lang = %{version}
BuildArch: noarch BuildArch: noarch
%{?systemd_requires} %{?systemd_requires}
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
@ -79,6 +80,8 @@ Requires: python-gobject
The firewall configuration application provides an configuration interface for The firewall configuration application provides an configuration interface for
firewalld. firewalld.
%lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
@ -157,7 +160,7 @@ fi
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f %{name}.lang %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING README %doc COPYING README
%{_sbindir}/firewalld %{_sbindir}/firewalld
@ -228,4 +231,6 @@ fi
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml %{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
%{_mandir}/man1/firewall-config*.1* %{_mandir}/man1/firewall-config*.1*
%files lang -f %{name}.lang
%changelog %changelog