debug package added [release 1.36-2mamba;Sun Aug 23 2020]
This commit is contained in:
parent
711db65fc3
commit
4bebe42437
28
libidn.spec
28
libidn.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 1.35
|
Version: 1.36
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An implementation of the Stringprep, Punycode and IDNA specification
|
Summary: An implementation of the Stringprep, Punycode and IDNA specification
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,16 +10,18 @@ URL: http://www.gnu.org/software/libidn/
|
|||||||
Source: ftp://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: mono-core
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: emacs >= 21.3
|
BuildRequires: emacs >= 21.3
|
||||||
BuildRequires: gcc-java
|
BuildRequires: gcc-java
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: mono-core
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gettext-devel >= 0.14.0
|
BuildRequires: gettext-devel >= 0.14.0
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -55,6 +57,8 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
GNU Libidn API documentation.
|
GNU Libidn API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -68,10 +72,18 @@ GNU Libidn API documentation.
|
|||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch arm
|
||||||
|
export LD_PRELOAD=/usr/lib/libatomic.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
%ifarch arm
|
||||||
|
export LD_PRELOAD=/usr/lib/libatomic.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -123,6 +135,12 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36-2mamba
|
||||||
|
- debug package added
|
||||||
|
|
||||||
|
* Sat Jul 25 2020 Automatic Build System <autodist@mambasoft.it> 1.36-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Sep 15 2018 Automatic Build System <autodist@mambasoft.it> 1.35-1mamba
|
* Sat Sep 15 2018 Automatic Build System <autodist@mambasoft.it> 1.35-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user