automatic version update by autodist [release 1.10.0-1mamba;Tue May 14 2013]
This commit is contained in:
parent
dcf8c3b20d
commit
6917c3e9ae
@ -1,2 +1,4 @@
|
||||
# libcares
|
||||
|
||||
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.
|
||||
|
||||
|
100
libcares.spec
Normal file
100
libcares.spec
Normal file
@ -0,0 +1,100 @@
|
||||
Name: libcares
|
||||
Version: 1.10.0
|
||||
Release: 1mamba
|
||||
Summary: A C library that performs DNS requests and name resolves asynchronously
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://daniel.haxx.se/projects/c-ares/
|
||||
Source: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz
|
||||
#Source: http://daniel.haxx.se/projects/c-ares/c-ares-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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: Static libraries and headers for libcares
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
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.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n c-ares-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-shared
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcares.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/ares.h
|
||||
%{_includedir}/ares_build.h
|
||||
%{_includedir}/ares_dns.h
|
||||
%{_includedir}/ares_rules.h
|
||||
%{_includedir}/ares_version.h
|
||||
%{_libdir}/libcares.a
|
||||
%{_libdir}/libcares.la
|
||||
%{_libdir}/libcares.so
|
||||
%{_libdir}/pkgconfig/libcares.pc
|
||||
%{_mandir}/man3/*
|
||||
%doc AUTHORS CHANGES NEWS README README.cares
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 14 2012 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 25 2011 Automatic Build System <autodist@mambasoft.it> 1.7.5-1mamba
|
||||
- update to 1.7.5
|
||||
|
||||
* Wed Dec 15 2010 Automatic Build System <autodist@mambasoft.it> 1.7.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jun 25 2010 Automatic Build System <autodist@mambasoft.it> 1.7.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Apr 15 2010 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jan 13 2010 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Dec 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Nov 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||
- update to 1.4.0
|
||||
|
||||
* Fri Apr 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user