diff --git a/.libasyncns.metadata b/.libasyncns.metadata new file mode 100644 index 0000000..212c8c6 --- /dev/null +++ b/.libasyncns.metadata @@ -0,0 +1 @@ +e82843056e98672ae82d46eae2c164cbf0b09ef9 SOURCES/libasyncns-0.8.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libasyncns.spec b/SPECS/libasyncns.spec new file mode 100644 index 0000000..c121851 --- /dev/null +++ b/SPECS/libasyncns.spec @@ -0,0 +1,86 @@ +Name: libasyncns +Version: 0.8 +Release: 5%{?dist} +Summary: Asynchronous Name Service Library +Group: System Environment/Libraries +Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz +License: LGPLv2+ +Url: http://0pointer.de/lennart/projects/libasyncns/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +A small and lightweight library that implements easy to use asynchronous +wrappers around the libc NSS functions getaddrinfo(), res_query() and related. + +%package devel +Summary: Development Files for libasyncns Client Development +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +Development Files for libasyncns Client Development + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%prep +%setup -q + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install +find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \; +rm -rf $RPM_BUILD_ROOT/usr/share/doc/libasyncns/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README LICENSE +%{_libdir}/libasyncns.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/asyncns.h +%{_libdir}/libasyncns.so +%{_libdir}/pkgconfig/libasyncns.pc + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Feb 07 2011 Fedora Release Engineering - 0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Oct 16 2009 Lennart Poettering 0.8-1 +- New release + +* Fri Jul 24 2009 Fedora Release Engineering - 0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Oct 28 2008 Lennart Poettering 0.7-1 +- New release + +* Fri Oct 24 2008 Lennart Poettering 0.6-1 +- New release + +* Sat Aug 23 2008 Lennart Poettering 0.5-1 +- New release + +* Sun Jul 27 2008 Lennart Poettering 0.4-1 +- Initial packaging