Compare commits

...

4 Commits
rawhide ... f7

Author SHA1 Message Date
Fedora Release Engineering 719d189bae dist-git conversion 2010-07-28 11:24:07 +00:00
Bill Nottingham d31b1df8aa Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:27:02 +00:00
Tom Callaway 322c4e77af Bump to 1.4.0 2007-06-27 14:02:18 +00:00
Bill Nottingham 064b406abd Initialize branch F-7 for c-ares 2007-05-18 03:10:49 +00:00
4 changed files with 8 additions and 24 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: c-ares
# $Id$
NAME := c-ares
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,6 +1,6 @@
Summary: A library that performs asynchronous DNS operations
Name: c-ares
Version: 1.3.2
Version: 1.4.0
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -35,6 +35,7 @@ cp %{SOURCE1} .
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT/%{_libdir}/libcares.la
rm -rf $RPM_BUILD_ROOT/%{_libdir}/libcares.a
%clean
rm -rf $RPM_BUILD_ROOT
@ -50,12 +51,16 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-, root, root, 0755)
%{_includedir}/ares.h
%{_includedir}/ares_dns.h
%{_includedir}/ares_version.h
%{_libdir}/libcares.a
%{_libdir}/*.so
%{_mandir}/man3/ares_*
%changelog
* Wed Jun 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.0-1
- bump to 1.4.0 (resolves bugzilla 243591)
- get rid of static library (.a)
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-1
- bump to 1.3.2

View File

@ -1 +1 @@
3f517655f22531889b2465219f4833fa c-ares-1.3.2.tar.gz
cd1f8e7dd47cf099518014014f23a98b c-ares-1.4.0.tar.gz