summaryrefslogtreecommitdiff
path: root/packaging/c-ares.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/c-ares.spec')
-rw-r--r--packaging/c-ares.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/packaging/c-ares.spec b/packaging/c-ares.spec
index a44ce71..dac7494 100644
--- a/packaging/c-ares.spec
+++ b/packaging/c-ares.spec
@@ -7,6 +7,7 @@ Group: Development/Libraries/C and C++
Source: http://daniel.haxx.se/projects/c-ares/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
Source1001: c-ares.manifest
+Source1002: LICENSE
BuildRequires: pkg-config
BuildRequires: libtool
Url: http://daniel.haxx.se/projects/c-ares
@@ -39,6 +40,7 @@ by Greg Hudson at MIT.
%prep
%setup -q -n %{name}-%{version}
cp %{SOURCE1001} .
+cp %{SOURCE1002} .
%build
autoreconf -fiv
@@ -48,8 +50,8 @@ make %{?_smp_mflags}
%install
%make_install
-mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
+#mkdir -p %{buildroot}/usr/share/license
+#cp LICENSE %{buildroot}/usr/share/license/%{name}
%post -p /sbin/ldconfig -n libcares
@@ -57,14 +59,15 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
%files -n libcares
%manifest %{name}.manifest
+%license LICENSE
%defattr(-,root,root)
%{_libdir}/libcares.so.2*
%files -n libcares-devel
%manifest %{name}.manifest
+%license LICENSE
%defattr(-,root,root)
%{_libdir}/libcares.so
%{_includedir}/*.h
%{_mandir}/man3/ares_*
%{_libdir}/pkgconfig/libcares.pc
-/usr/share/license/%{name}