Compare commits
4 Commits
1.38-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
682cdef2e1 | |||
ff3955d659 | |||
a70f850371 | |||
e1a19291ab |
23
libidn.spec
23
libidn.spec
@ -1,5 +1,5 @@
|
||||
Name: libidn
|
||||
Version: 1.38
|
||||
Version: 1.43
|
||||
Release: 1mamba
|
||||
Summary: An implementation of the Stringprep, Punycode and IDNA specification
|
||||
Group: System/Libraries
|
||||
@ -7,10 +7,11 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
Source: ftp://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
Source: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: mono-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bash
|
||||
%if "%{stage1}" != "1"
|
||||
@ -81,7 +82,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description tools
|
||||
Tools provided with %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -114,11 +114,11 @@ export LD_PRELOAD=/usr/lib/libatomic.so
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info %{name}.info
|
||||
@ -142,7 +142,6 @@ exit 0
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libidn.la
|
||||
%{_libdir}/libidn.so
|
||||
%{_libdir}/pkgconfig/libidn.pc
|
||||
%{_infodir}/libidn.info.*
|
||||
@ -172,6 +171,18 @@ exit 0
|
||||
#%doc doc/libidn.pdf
|
||||
|
||||
%changelog
|
||||
* Sat Mar 22 2025 Automatic Build System <autodist@openmamba.org> 1.43-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 15 2024 Automatic Build System <autodist@openmamba.org> 1.42-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 26 2022 Automatic Build System <autodist@mambasoft.it> 1.41-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 21 2022 Automatic Build System <autodist@mambasoft.it> 1.40-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 23 2021 Automatic Build System <autodist@mambasoft.it> 1.38-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user