rpms/c-ares/devel c-ares.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 22 19:34:06 UTC 2005


Author: spot

Update of /cvs/extras/rpms/c-ares/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19546/devel

Modified Files:
	.cvsignore sources 
Added Files:
	c-ares.spec 
Log Message:
auto-import c-ares-1.2.1-2 on branch devel from c-ares-1.2.1-2.src.rpm


--- NEW FILE c-ares.spec ---
Summary: A library that performs asynchronous DNS operations
Name: c-ares
Version: 1.2.1
Release: 2
License: MIT
Group: System Environment/Libraries
URL: http://daniel.haxx.se/projects/c-ares/
Source0: http://daniel.haxx.se/projects/c-ares/c-ares-1.2.1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%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}

%description devel
This package contains the header files and static libraries needed to
compile applications or shared objects that use c-ares.

%prep
%setup -q

%build
%configure --enable-shared
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $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 README README.cares CHANGES NEWS
%{_libdir}/*.so.*

%files devel
%defattr(-, root, root, 0755)
%{_includedir}/ares.h
%{_includedir}/ares_version.h
%{_libdir}/libcares.a
%{_libdir}/*.so
%{_mandir}/man3/ares_*

%changelog
* Fri Apr 22 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.1-2
- fix license (MIT, not LGPL)
- get rid of libcares.la

* Fri Apr 22 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.1-1
- initial package creation



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/c-ares/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Apr 2005 19:33:34 -0000	1.1
+++ .cvsignore	22 Apr 2005 19:34:04 -0000	1.2
@@ -0,0 +1 @@
+c-ares-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/c-ares/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2005 19:33:34 -0000	1.1
+++ sources	22 Apr 2005 19:34:04 -0000	1.2
@@ -0,0 +1 @@
+8269643c78a02a1745e24fb4e2367ab0  c-ares-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list