|
@@ -2,9 +2,9 @@
|
|
|
|
|
|
Summary: A library that performs asynchronous DNS operations
|
|
Summary: A library that performs asynchronous DNS operations
|
|
Name: c-ares
|
|
Name: c-ares
|
|
-Version: 1.16.1
|
|
+Version: 1.17.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -27,9 +27,10 @@ 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
|
|
asynchronously. c-ares is a fork of the library named 'ares', written
|
|
by Greg Hudson at MIT.
|
|
by Greg Hudson at MIT.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for c-ares
|
|
Summary: Development files for c-ares
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
@@ -40,7 +41,7 @@ compile applications or shared objects that use c-ares.
|
|
|
|
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: A library that performs asynchronous DNS operations
|
|
Summary: A library that performs asynchronous DNS operations
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
c-ares is a C library that performs DNS requests and name resolves
|
|
c-ares is a C library that performs DNS requests and name resolves
|
|
@@ -50,7 +51,7 @@ by Greg Hudson at MIT.
|
|
|
|
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Development files for c-ares
|
|
Summary: Development files for c-ares
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
@@ -59,6 +60,9 @@ This package contains the header files and libraries needed to
|
|
compile applications or shared objects that use c-ares.
|
|
compile applications or shared objects that use c-ares.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .optflags
|
|
%patch0 -p1 -b .optflags
|
|
@@ -67,23 +71,28 @@ compile applications or shared objects that use c-ares.
|
|
cp %{SOURCE1} .
|
|
cp %{SOURCE1} .
|
|
f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
|
|
f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
autoreconf -if
|
|
autoreconf -if
|
|
%configure --enable-shared --disable-static \
|
|
%configure --enable-shared --disable-static \
|
|
--disable-dependency-tracking
|
|
--disable-dependency-tracking
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
|
|
|
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
+
|
|
%post -p /sbin/ldconfig
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%license LICENSE*
|
|
%license LICENSE*
|
|
@@ -113,7 +122,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.17.1-1
|
|
|
|
+- updated to 1.17.1.
|
|
|
|
+
|
|
* Tue Jun 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.16.1-1
|
|
* Tue Jun 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.16.1-1
|
|
- updated to 1.16.1.
|
|
- updated to 1.16.1.
|
|
|
|
|