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
|
||||
Version: 1.35
|
||||
Release: 1mamba
|
||||
Version: 1.36
|
||||
Release: 2mamba
|
||||
Summary: An implementation of the Stringprep, Punycode and IDNA specification
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,16 +10,18 @@ URL: http://www.gnu.org/software/libidn/
|
||||
Source: ftp://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
License: LGPL
|
||||
Requires(post):%{__install_info}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: mono-core
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bash
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: emacs >= 21.3
|
||||
BuildRequires: gcc-java
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: mono-core
|
||||
%endif
|
||||
BuildRequires: gettext-devel >= 0.14.0
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: texinfo
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -55,6 +57,8 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
GNU Libidn API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -68,10 +72,18 @@ GNU Libidn API documentation.
|
||||
--enable-gtk-doc
|
||||
%endif
|
||||
|
||||
%ifarch arm
|
||||
export LD_PRELOAD=/usr/lib/libatomic.so
|
||||
%endif
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%ifarch arm
|
||||
export LD_PRELOAD=/usr/lib/libatomic.so
|
||||
%endif
|
||||
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
@ -123,6 +135,12 @@ exit 0
|
||||
%endif
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user