1
0
Dominique Leuenberger 2018-04-30 20:48:17 +00:00 committed by Git OBS Bridge
commit c60de107e2
8 changed files with 41 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com
- Disable debug packages on RHEL and derived distributions
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 19 15:42:15 UTC 2016 - astieger@suse.com Sun Jun 19 15:42:15 UTC 2016 - astieger@suse.com

View File

@ -48,6 +48,10 @@ Patch4: gettext-po-mode.diff
Patch5: gettext-initialize_vars.patch Patch5: gettext-initialize_vars.patch
Patch9: gettext-needlessly_init_vars.patch Patch9: gettext-needlessly_init_vars.patch
%if 0%{?fedora_version} || 0%{?centos_version} <= 600 || 0%{?scilin_version} <= 600 || 0%{?rhel_version} <= 600
%global debug_package %{nil}
%endif
%description %description
Mono with its 'resgen' program uses a design that Microsoft created and Mono with its 'resgen' program uses a design that Microsoft created and
that gives the power to the software vendor and not to the user: it that gives the power to the software vendor and not to the user: it

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com
- Replace deprecated PreReq: with Requires(post): and Requires(preun):
- Disable debug packages on RHEL and derived distributions
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 3 10:12:03 UTC 2017 - fstrba@suse.com Tue Oct 3 10:12:03 UTC 2017 - fstrba@suse.com

View File

@ -45,8 +45,12 @@ BuildRequires: libxml2-devel
BuildRequires: perl-libintl-perl BuildRequires: perl-libintl-perl
BuildRequires: tcl BuildRequires: tcl
BuildRequires: xz BuildRequires: xz
# FIXME: use proper Requires(pre/post/preun/...) Requires(post): %install_info_prereq
PreReq: %{install_info_prereq} Requires(preun): %install_info_prereq
%if 0%{?fedora_version} || 0%{?centos_version} <= 600 || 0%{?scilin_version} <= 600 || 0%{?rhel_version} <= 600
%global debug_package %{nil}
%endif
%description %description
This package includes the tools needed to support message catalogs in This package includes the tools needed to support message catalogs in

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com
- Ignore Recommends: on non-SUSE distributions
- Explicitly remove %{_infodir}/dir before creating package to
allow builds on RHEL and derived Linux distributions
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 17 11:52:13 UTC 2017 - dimstar@opensuse.org Mon Jul 17 11:52:13 UTC 2017 - dimstar@opensuse.org

View File

@ -106,7 +106,9 @@ Conflicts: gettext-runtime-mini
Provides: gettext-tools = %{version} Provides: gettext-tools = %{version}
%endif %endif
# Several tools use bison-runtime text domain: # Several tools use bison-runtime text domain:
%if 0%{?suse_version}
Recommends: bison-lang Recommends: bison-lang
%endif
%description -n gettext-tools%{?with_mini:-mini} %description -n gettext-tools%{?with_mini:-mini}
This package contains the `intl' library as well as tools that ease the This package contains the `intl' library as well as tools that ease the
@ -180,6 +182,7 @@ sh %{SOURCE3}
# moved to gettext-java and gettext-csharp: # moved to gettext-java and gettext-csharp:
rm -rf *csharp* *java* ../javadoc* ../csharpdoc* rm -rf *csharp* *java* ../javadoc* ../csharpdoc*
rm -f %{buildroot}%{_defaultdocdir}/%name/README.woe32 rm -f %{buildroot}%{_defaultdocdir}/%name/README.woe32
rm -f %{buildroot}%{_infodir}/dir
cd %{buildroot}/%{_mandir}/man3 cd %{buildroot}/%{_mandir}/man3
echo ".so man3/dngettext.3" > dcngettext.3 echo ".so man3/dngettext.3" > dcngettext.3
echo ".so man3/dgettext.3" > dcgettext.3 echo ".so man3/dgettext.3" > dcgettext.3

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com
- Ignore Recommends: on non-SUSE distributions
- Explicitly remove %{_infodir}/dir before creating package to
allow builds on RHEL and derived Linux distributions
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 17 11:52:13 UTC 2017 - dimstar@opensuse.org Mon Jul 17 11:52:13 UTC 2017 - dimstar@opensuse.org

View File

@ -106,7 +106,9 @@ Conflicts: gettext-runtime-mini
Provides: gettext-tools = %{version} Provides: gettext-tools = %{version}
%endif %endif
# Several tools use bison-runtime text domain: # Several tools use bison-runtime text domain:
%if 0%{?suse_version}
Recommends: bison-lang Recommends: bison-lang
%endif
%description -n gettext-tools%{?with_mini:-mini} %description -n gettext-tools%{?with_mini:-mini}
This package contains the `intl' library as well as tools that ease the This package contains the `intl' library as well as tools that ease the
@ -180,6 +182,7 @@ sh %{SOURCE3}
# moved to gettext-java and gettext-csharp: # moved to gettext-java and gettext-csharp:
rm -rf *csharp* *java* ../javadoc* ../csharpdoc* rm -rf *csharp* *java* ../javadoc* ../csharpdoc*
rm -f %{buildroot}%{_defaultdocdir}/%name/README.woe32 rm -f %{buildroot}%{_defaultdocdir}/%name/README.woe32
rm -f %{buildroot}%{_infodir}/dir
cd %{buildroot}/%{_mandir}/man3 cd %{buildroot}/%{_mandir}/man3
echo ".so man3/dngettext.3" > dcngettext.3 echo ".so man3/dngettext.3" > dcngettext.3
echo ".so man3/dgettext.3" > dcgettext.3 echo ".so man3/dgettext.3" > dcgettext.3