Add license, bump to 1.3.0
This commit is contained in:
parent
ff21115c19
commit
2b573b7ea1
@ -1 +1,2 @@
|
||||
c-ares-1.2.1.tar.gz
|
||||
c-ares-1.3.0.tar.gz
|
||||
|
14
c-ares.spec
14
c-ares.spec
@ -1,11 +1,12 @@
|
||||
Summary: A library that performs asynchronous DNS operations
|
||||
Name: c-ares
|
||||
Version: 1.2.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
Source0: http://daniel.haxx.se/projects/c-ares/c-ares-%{version}.tar.gz
|
||||
Source1: LICENSE
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -24,6 +25,7 @@ compile applications or shared objects that use c-ares.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
%configure --enable-shared
|
||||
@ -42,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc README README.cares CHANGES NEWS
|
||||
%doc README README.cares CHANGES NEWS LICENSE
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
@ -54,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/ares_*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.0-1
|
||||
- include LICENSE text
|
||||
- bump to 1.3.0
|
||||
|
||||
* Tue May 31 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.1-4
|
||||
- use dist tag to prevent EVR overlap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user