Name: libnatpmp Version: 20150609 Release: 9%{?dist} Summary: Library of The NAT Port Mapping Protocol (NAT-PMP) License: LGPLv2+ URL: http://miniupnp.free.fr/libnatpmp.html Source0: http://miniupnp.free.fr/files/%{name}-%{version}.tar.gz BuildRequires: gcc %description libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %make_build CFLAGS="-fPIC -Wall -DENABLE_STRNATPMPERR %{optflags}" EXTRA_LD="%{?__global_ldflags}" %install make install INSTALL="install -p" PREFIX=%{buildroot} \ INSTALLDIRLIB="%{buildroot}%{_libdir}" \ INSTALLDIRINC="%{buildroot}%{_includedir}" \ INSTALLDIRBIN="%{buildroot}%{_bindir}" find %{buildroot} -name '*.a' -delete -print find %{buildroot} -name '*.so' -exec chmod 755 {} ";" -print %check make testgetgateway ./testgetgateway %ldconfig_scriptlets %files %license LICENSE %{_bindir}/natpmpc %{_libdir}/*.so.* %files devel %doc Changelog.txt README %{_libdir}/*.so %{_includedir}/natpmp.h %changelog * Fri Feb 01 2019 Fedora Release Engineering - 20150609-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 9 2018 Owen Taylor - 20150609-8 - Fix to properly install into %{_bindir} / %{_includedir} * Fri Jul 13 2018 Fedora Release Engineering - 20150609-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 20150609-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 20150609-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 20150609-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 20150609-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 20150609-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Aug 22 2015 Christopher Meng - 20150609-1 - Update to 20150609 * Wed Jun 17 2015 Fedora Release Engineering - 20140401-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering - 20140401-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Christopher Meng - 20140401-1 - Update to 20140401 * Sat Jun 07 2014 Fedora Release Engineering - 20131126-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Feb 14 2014 Christopher Meng - 20131126-2 - Correct the permissions to get useful debuginfo packages. * Thu Jan 02 2014 Christopher Meng - 20131126-1 - Update to 20131126 - Append proper CFLAGS to make. * Wed Sep 11 2013 Christopher Meng - 20130911-1 - Update to 20130911 * Tue May 21 2013 Christopher Meng - 20120821-1 - Initial Package.