123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
- Summary: A library that performs asynchronous DNS operations
- Name: c-ares
- Version: 1.15.0
- Release: 1%{?_dist_release}
- License: MIT
- Group: System Environment/Libraries
- URL: http://c-ares.haxx.se/
- Source0: http://c-ares.haxx.se/download/%{name}-%{version}.tar.gz
- # The license can be obtained at http://c-ares.haxx.se/license.html
- Source1: LICENSE
- Patch0: 0001-Use-RPM-compiler-options.patch
- Patch1: c-ares-1.10.0-multilib.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- BuildRequires: autoconf
- BuildRequires: automake
- BuildRequires: libtool
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: tomop
- %description
- c-ares is a C library that performs DNS requests and name resolves
- asynchronously. c-ares is a fork of the library named 'ares', written
- by Greg Hudson at MIT.
- %package devel
- Summary: Development files for c-ares
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- This package contains the header files and libraries needed to
- compile applications or shared objects that use c-ares.
- %package -n compat32-%{name}
- Summary: A library that performs asynchronous DNS operations
- Group: System Environment/Libraries
- %description -n compat32-%{name}
- c-ares is a C library that performs DNS requests and name resolves
- asynchronously. c-ares is a fork of the library named 'ares', written
- by Greg Hudson at MIT.
- %package -n compat32-%{name}-devel
- Summary: Development files for c-ares
- Group: Development/Libraries
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: %{name}-devel = %{version}-%{release}
- %description -n compat32-%{name}-devel
- This package contains the header files and libraries needed to
- compile applications or shared objects that use c-ares.
- %prep
- %setup -q
- %patch0 -p1 -b .optflags
- #%patch1 -p1 -b .multilib
- cp %{SOURCE1} .
- f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
- %build
- autoreconf -if
- %configure --enable-shared --disable-static \
- --disable-dependency-tracking
- %{__make} %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make DESTDIR=$RPM_BUILD_ROOT install
- rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-, root, root)
- %doc AUTHORS README.md README.cares CHANGES NEWS LICENSE* RELEASE-NOTES SECURITY.md
- %{_libdir}/*.so.*
- %files devel
- %defattr(-, root, root, 0755)
- %{_includedir}/ares.h
- %{_includedir}/ares_build.h
- %{_includedir}/ares_dns.h
- %{_includedir}/ares_rules.h
- %{_includedir}/ares_version.h
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/libcares.pc
- %{_mandir}/man3/ares_*
- %if %{build_compat32}
- %files -n compat32-%{name}
- %defattr(-, root, root)
- %{_libdir}/*.so.*
- %files -n compat32-%{name}-devel
- %defattr(-, root, root, 0755)
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/libcares.pc
- %endif
- %changelog
- * Sat Nov 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.15.0-1
- - updated to 1.15.0.
- * Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.0-1
- - updated to 1.14.0.
- - added compat32-* subpackages.
- * Sun Dec 24 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.13.0-4
- - initial build for Vine Linux.
- * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- * Tue Jun 20 2017 Jakub Hrozek <jhrozek@redhat.com> - 1.13.0-1
- - update to 1.13.0
- * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- * Thu Sep 29 2016 Tom Callaway <spot@fedoraproject.org> - 1.12.0-1
- - update to 1.12.0
- * Fri Feb 19 2016 Jakub Hrozek <jhrozek@redhat.com> - 1.11.0
- - New upstream version 1.11.0
- * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-6
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- * Mon May 13 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.10.1-1
- - New upstream release 1.10
- - Obsolete upstreamed patches
- - Amend the multilib patch, there's no need to patch configure since we
- are running autoreconf anyways
- - https://raw.github.com/bagder/c-ares/cares-1_10_0/RELEASE-NOTES
- * Thu Apr 11 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.9.1-6
- - Apply an upstream patch to override AC_CONFIG_MACRO_DIR only conditionally
- * Thu Apr 11 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.9.1-5
- - Apply a patch by Stephen Gallagher to patch autoconf, not configure to
- allow optflags to be passed in by build environment
- - Run autoreconf before configure
- - git rm obsolete patches
- - Apply upstream patch to stop overriding AC_CONFIG_MACRO_DIR
- * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- * Wed Aug 8 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.1-3
- - Include URL to the license text
- * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- * Mon Jun 25 2012 Tom Callaway <spot@fedoraproject.org> - 1.9.1-1
- - update to 1.9.1
- * Sat Apr 28 2012 Tom Callaway <spot@fedoraproject.org> - 1.8.0-1
- - update to 1.8.0
- - fix multilib patch (thanks to Paul Howarth)
- * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.5-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Wed Aug 17 2011 Jakub Hrozek <jhrozek@redhat.com> - 1.7.5-1
- - New upstream release 1.7.5
- - Obsoletes patch #2
- - Rebase patch #1 (optflags) to match the 1.7.5 code
- - Fixed Source0 URL to point at the upstream tarball
- * Mon Apr 11 2011 Jakub Hrozek <jhrozek@redhat.com> - 1.7.4-3
- - Apply upstream patch to fix rhbz#695424
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Fri Dec 10 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7.4-1
- - update to 1.7.4
- * Wed Aug 25 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.3-3
- - Actually apply the patches
- * Wed Aug 25 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.3-2
- - apply couple of patches from upstream
- * Tue Jun 15 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.3-1
- - Upgrade to new upstream release 1.7.3 (obsoletes search/domain patch)
- - Fix conflict of -devel packages on multilib architectures (#602880)
- * Thu Jun 3 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.1-2
- - Use last instance of search/domain, not the first one (#597286)
- * Tue Mar 23 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.1-1
- - update to 1.7.1 which contains the IPv6 nameserver patch
- * Sun Mar 7 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.0-3
- - Change IPv6 nameserver patch according to upstream changes
- (upstream revisions 1199,1201,1202)
- * Wed Mar 3 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.0-2
- - Add a patch to allow usage of IPv6 nameservers
- * Tue Dec 1 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7.0-1
- - update to 1.7.0
- * Sat Jul 25 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-3
- - Patch to make upstream build system honor our CFLAGS and friends.
- - Don't bother building throwaway static libs.
- - Disable autotools dependency tracking for cleaner build logs and possible
- slight build speedup.
- - Convert docs to UTF-8.
- - Update URLs.
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Jul 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.0-1
- - update to 1.6.0
- * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Fri Sep 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5.3-1
- - update to 1.5.3
- * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.1-2
- - Autorebuild for GCC 4.3
- * Tue Feb 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.1-1
- - update to 1.5.1
- * Thu Aug 23 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.0-2
- - rebuild for ppc32
- * Wed Jun 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.0-1
- - bump to 1.4.0 (resolves bugzilla 243591)
- - get rid of static library (.a)
- * Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-1
- - bump to 1.3.2
- * Mon Sep 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.1-2
- - FC-6 bump
- * Mon Jul 10 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.1-1
- - bump to 1.3.1
- * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.0-2
- - bump for FC-5 rebuild
- * Sun Sep 4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.0-1
- - include LICENSE text
- - bump to 1.3.0
- * Tue May 31 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.1-4
- - use dist tag to prevent EVR overlap
- * Fri Apr 22 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.1-2
- - fix license (MIT, not LGPL)
- - get rid of libcares.la
- * Fri Apr 22 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.1-1
- - initial package creation
|