summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-06 16:39:42 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-06 16:39:42 -0800
commit40a91eceefd1ba98fe168ead4d177ac57c7c14e1 (patch)
tree7247843aff383b4e3c1ace5f36110d7bd400c234
parentecc507e47cad8a77c6baa3bb6204c179348185ae (diff)
downloadc-ares-submit/trunk/20130207.003944.tar.gz
c-ares-submit/trunk/20130207.003944.tar.bz2
c-ares-submit/trunk/20130207.003944.zip
-rw-r--r--packaging/c-ares.changes3
-rw-r--r--packaging/c-ares.spec14
2 files changed, 9 insertions, 8 deletions
diff --git a/packaging/c-ares.changes b/packaging/c-ares.changes
new file mode 100644
index 0000000..85c850f
--- /dev/null
+++ b/packaging/c-ares.changes
@@ -0,0 +1,3 @@
+* Wed Feb 06 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.7.5@ecc507e
+- Fixed packaging per rpmlint
+
diff --git a/packaging/c-ares.spec b/packaging/c-ares.spec
index 29ae92e..a5ef33f 100644
--- a/packaging/c-ares.spec
+++ b/packaging/c-ares.spec
@@ -1,5 +1,3 @@
-Url: http://daniel.haxx.se/projects/c-ares
-%define pkg_name c-ares
Name: c-ares
Version: 1.7.5
@@ -7,10 +5,11 @@ Release: 1
License: MIT
Summary: Library for asynchronous name resolves
Group: Development/Libraries/C and C++
-Source: http://daniel.haxx.se/projects/c-ares/%{pkg_name}-%{version}.tar.bz2
+Source: http://daniel.haxx.se/projects/c-ares/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
BuildRequires: pkg-config
BuildRequires: libtool
+Url: http://daniel.haxx.se/projects/c-ares
%description
c-ares is a C library that performs DNS requests and name resolves
@@ -38,7 +37,7 @@ asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.
%prep
-%setup -q -n %{pkg_name}-%{version}
+%setup -q -n %{name}-%{version}
%build
autoreconf -fiv
@@ -47,12 +46,11 @@ sed -i -e 's@-g0@-g@g' Makefile
make %{?_smp_mflags}
%install
-make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
-%post -p /sbin/ldconfig
+%post -p /sbin/ldconfig -n libcares
-%postun -p /sbin/ldconfig
+%postun -p /sbin/ldconfig -n libcares
%files -n libcares
%defattr(-,root,root)