summaryrefslogtreecommitdiff
path: root/packaging/c-ares.spec
diff options
context:
space:
mode:
authorYu Jiung <jiung.yu@samsung.com>2016-11-10 16:24:08 +0900
committerYu Jiung <jiung.yu@samsung.com>2016-11-10 16:25:02 +0900
commit8166b0204b6945a4fdb89bbae0b0b7168a7cf6e8 (patch)
tree81f0750d91aa467df3ee81cf30d22a65db2e6685 /packaging/c-ares.spec
parentccccebb78520ec3a26a18370936516b12ae5d53a (diff)
parent45e88a8337839e5fd88519bc55467053d521c9f6 (diff)
downloadc-ares-fa0dc28d5fe84d1ad888e45356c33fddc020adb9.tar.gz
c-ares-fa0dc28d5fe84d1ad888e45356c33fddc020adb9.tar.bz2
c-ares-fa0dc28d5fe84d1ad888e45356c33fddc020adb9.zip
Conflicts: packaging/c-ares.spec Change-Id: I1ec10e394aed3ef19ee21fefbe3aba7d7a615c74
Diffstat (limited to 'packaging/c-ares.spec')
-rw-r--r--packaging/c-ares.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/packaging/c-ares.spec b/packaging/c-ares.spec
index dac7494..6a2e2fd 100644
--- a/packaging/c-ares.spec
+++ b/packaging/c-ares.spec
@@ -1,5 +1,5 @@
Name: c-ares
-Version: 1.10.0
+Version: 1.12.0
Release: 0
License: MIT
Summary: Library for asynchronous name resolves
@@ -44,28 +44,26 @@ cp %{SOURCE1002} .
%build
autoreconf -fiv
-%configure --enable-symbol-hiding --enable-nonblocking --enable-shared --disable-static --with-pic
+%configure --enable-symbol-hiding --enable-nonblocking --enable-shared --disable-static --with-pic --disable-tests
sed -i -e 's@-g0@-g@g' Makefile
make %{?_smp_mflags}
%install
%make_install
-#mkdir -p %{buildroot}/usr/share/license
-#cp LICENSE %{buildroot}/usr/share/license/%{name}
%post -p /sbin/ldconfig -n libcares
%postun -p /sbin/ldconfig -n libcares
%files -n libcares
-%manifest %{name}.manifest
%license LICENSE
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libcares.so.2*
%files -n libcares-devel
-%manifest %{name}.manifest
%license LICENSE
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libcares.so
%{_includedir}/*.h