Accepting request 744337 from home:StefanBruens:branches:Base:System
- Remove autoreconf call (not required), and drop the no longer required libtool build dependency. OBS-URL: https://build.opensuse.org/request/show/744337 OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=158
This commit is contained in:
parent
8131723263
commit
bcca0187db
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 19:05:13 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Remove autoreconf call (not required), and drop the no longer
|
||||||
|
required libtool build dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 23 16:56:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Fri Aug 23 16:56:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ Name: gettext-runtime-mini
|
|||||||
Version: 0.20.1
|
Version: 0.20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
|
||||||
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
||||||
#BuildRequires: fdupes
|
#BuildRequires: fdupes
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
@ -163,8 +162,6 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
|
||||||
autoreconf -fiv
|
|
||||||
#sh autogen.sh
|
#sh autogen.sh
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
@ -314,7 +311,7 @@ make check || {
|
|||||||
%_datadir/%pacname/javaversion.class
|
%_datadir/%pacname/javaversion.class
|
||||||
%_datadir/%pacname/styles
|
%_datadir/%pacname/styles
|
||||||
%_datadir/%pacname/archive.dir.tar.xz
|
%_datadir/%pacname/archive.dir.tar.xz
|
||||||
%_datadir/aclocal/*
|
%_datadir/aclocal
|
||||||
%dir %{_datadir}/%{pacname}-%{dataversion}
|
%dir %{_datadir}/%{pacname}-%{dataversion}
|
||||||
%{_datadir}/%{pacname}-%{dataversion}/its
|
%{_datadir}/%{pacname}-%{dataversion}/its
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 19:05:13 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Remove autoreconf call (not required), and drop the no longer
|
||||||
|
required libtool build dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 23 16:56:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Fri Aug 23 16:56:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ Name: gettext-runtime
|
|||||||
Version: 0.20.1
|
Version: 0.20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
|
||||||
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
||||||
#BuildRequires: fdupes
|
#BuildRequires: fdupes
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
@ -163,8 +162,6 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
|
||||||
autoreconf -fiv
|
|
||||||
#sh autogen.sh
|
#sh autogen.sh
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
@ -314,7 +311,7 @@ make check || {
|
|||||||
%_datadir/%pacname/javaversion.class
|
%_datadir/%pacname/javaversion.class
|
||||||
%_datadir/%pacname/styles
|
%_datadir/%pacname/styles
|
||||||
%_datadir/%pacname/archive.dir.tar.xz
|
%_datadir/%pacname/archive.dir.tar.xz
|
||||||
%_datadir/aclocal/*
|
%_datadir/aclocal
|
||||||
%dir %{_datadir}/%{pacname}-%{dataversion}
|
%dir %{_datadir}/%{pacname}-%{dataversion}
|
||||||
%{_datadir}/%{pacname}-%{dataversion}/its
|
%{_datadir}/%{pacname}-%{dataversion}/its
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user